| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- @import "../config";
- page{
- background: #f8f8f8;
- padding-top: 20rpx;
- }
- .box-body{
- margin-top: 10rpx;
- width: 100%;
- overflow: hidden;
- background: #fff;
- }
- .box-item{
- display: flex;
- height: 217rpx;
- padding: 30rpx 20rpx;
- font-size: 28rpx;
- color: #999;
- box-sizing: border-box;
- border-bottom: 1px solid #eaeaea;
- }
- .item-hover{
- background: #cacfd3;
- }
- .box-item .box-item-img{
- display: flex;
- flex: 0 0 auto;
- width: 150rpx;
- height: 150rpx;
- border-radius: 6rpx;
- background: #fff;
- }
- .box-item .box-item-info{
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- flex-grow:1;
- box-sizing: border-box;
- overflow: hidden;
- }
- .box-item .one{
- display: flex;
- justify-content: space-between;
- color: #333;
- }
- .job{
- color: #333;
- font-size: 30rpx;
- font-family: PingFang-SC-Bold;
- font-weight: bold;
- letter-spacing:4rpx;
- }
- .salary{
- color: #ef7618;
- font-size: 30rpx;
- font-weight: bold;
- }
- .danwei{
- font-size: 20rpx;
- font-weight: 400;
- }
- .fan{
- background: url("@{baseUrl}/images/home/fanBg.png") no-repeat;
- background-size: 100% 100%;
- margin-left: 10rpx;
- font-size: 20rpx;
- padding: 4rpx 20rpx;
- color: #fff;
- }
- .one{
- display:flex;
- justify-content: space-between;
- .pt-duofan{
- color: #f95028;
- font-size: 24rpx;
- }
- }
- .two{
- display: flex;
- justify-content: space-between;
- color: #909090;
- font-size: 20rpx;
- }
- .three{
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 20rpx;
- }
|