servantdetail.acss 898 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .servantdetail-servant-page{
  2. padding-top:24rpx;
  3. padding-bottom: 20rpx;
  4. }
  5. .servantdetailitem{
  6. padding:24rpx;
  7. margin-bottom: 24rpx;
  8. }
  9. .good-list{
  10. margin-top: 15rpx;
  11. background-color: #FAFAFA;
  12. padding: 24rpx;
  13. border-radius: 12rpx;
  14. color: #333333;
  15. }
  16. .good-item-list{
  17. margin-top: 24rpx;
  18. margin-left: 24rpx;
  19. color: #666666;
  20. }
  21. .cell-title{
  22. color: #333333;
  23. font-size: 18px;
  24. }
  25. .cell-title image{
  26. width: 27.5rpx;
  27. height: 27.5rpx;
  28. margin-left: 9rpx;
  29. }
  30. .cell-list{
  31. color: #999999;
  32. font-size: 14px;
  33. }
  34. .cell-type{
  35. color: #666666;
  36. font-size: 16px;
  37. }
  38. .nosettingservaent{
  39. background: #FFFFFF;
  40. text-align: center;
  41. padding-top: 290rpx;
  42. font-size: 32rpx;
  43. font-weight: bold;
  44. color: #333333;
  45. height: 1624rpx;
  46. }
  47. .nosettingservaent image{
  48. width: 360rpx;
  49. height: 309rpx;
  50. margin-bottom: 18rpx;
  51. }
  52. .nosettingservaent text{
  53. display: inline-block;
  54. width: 100%;
  55. }