servantdetail.acss 1001 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. .nosettingservaent{
  35. background: #FFFFFF;
  36. text-align: center;
  37. padding-top: 290rpx;
  38. font-size: 32rpx;
  39. font-weight: bold;
  40. color: #333333;
  41. height: 1624rpx;
  42. }
  43. .nosettingservaent image{
  44. width: 360rpx;
  45. height: 309rpx;
  46. margin-bottom: 18rpx;
  47. }
  48. .nosettingservaent text{
  49. display: inline-block;
  50. width: 100%;
  51. }
  52. .no-content-wrapper{
  53. display: flex;
  54. align-items: center;
  55. justify-content: center;
  56. height: 600rpx
  57. }
  58. .no-content-wrapper image{
  59. width:500rpx;
  60. }