servantlist.acss 601 B

1234567891011121314151617181920212223242526272829303132333435
  1. .servantlistpage{
  2. padding-top: 27rpx;
  3. }
  4. .servantlistitem{
  5. height: 102rpx;
  6. line-height: 102rpx;
  7. background: #FFFFFF;
  8. border-radius: 18rpx;
  9. font-size: 28rpx;
  10. font-weight: bold;
  11. margin-bottom: 17rpx;
  12. }
  13. .servantlistitem image{
  14. width: 9.75rpx;
  15. height: 17.2rpx;
  16. }
  17. .servantlistitem-left{
  18. float: left;
  19. padding-left: 28rpx;
  20. }
  21. .servantlistitem-right{
  22. float: right;
  23. padding-right: 31rpx;
  24. }
  25. .noset{
  26. width: 78rpx;
  27. height: 31rpx;
  28. background: #FFEDEA;
  29. border-radius: 4px;
  30. color: #FF5030;
  31. font-size: 20rpx;
  32. display: inline-block;
  33. margin-left: 16rpx;
  34. text-align: center;
  35. }