1234567891011121314151617181920212223242526272829303132333435 |
- .servantlistpage{
- padding-top: 27rpx;
- }
- .servantlistitem{
- height: 102rpx;
- line-height: 102rpx;
- background: #FFFFFF;
- border-radius: 18rpx;
- font-size: 28rpx;
- font-weight: bold;
- margin-bottom: 17rpx;
- }
- .servantlistitem image{
- width: 9.75rpx;
- height: 17.2rpx;
- }
- .servantlistitem-left{
- float: left;
- padding-left: 28rpx;
- }
- .servantlistitem-right{
- float: right;
- padding-right: 31rpx;
- }
- .noset{
- width: 78rpx;
- height: 31rpx;
- background: #FFEDEA;
- border-radius: 4px;
- color: #FF5030;
- font-size: 20rpx;
- display: inline-block;
- margin-left: 16rpx;
- text-align: center;
- }
|