aftersale.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .order-goods {
  7. margin-top: 20rpx;
  8. background: #fff;
  9. }
  10. .order-goods .h {
  11. height: 93.75rpx;
  12. line-height: 93.75rpx;
  13. margin-left: 31.25rpx;
  14. border-bottom: 1px solid #f4f4f4;
  15. padding-right: 31.25rpx;
  16. }
  17. .order-goods .h .label {
  18. float: left;
  19. font-size: 30rpx;
  20. color: #333;
  21. }
  22. .order-goods .h .status {
  23. float: right;
  24. font-size: 30rpx;
  25. color: #b4282d;
  26. }
  27. .order-goods .item {
  28. display: flex;
  29. align-items: center;
  30. height: 192rpx;
  31. margin-left: 31.25rpx;
  32. padding-right: 31.25rpx;
  33. border-bottom: 1px solid #f4f4f4;
  34. }
  35. .order-goods .item:last-child {
  36. border-bottom: none;
  37. }
  38. .order-goods .item .img {
  39. height: 145.83rpx;
  40. width: 145.83rpx;
  41. background: #f4f4f4;
  42. }
  43. .order-goods .item .img image {
  44. height: 145.83rpx;
  45. width: 145.83rpx;
  46. }
  47. .order-goods .item .info {
  48. flex: 1;
  49. height: 145.83rpx;
  50. margin-left: 20rpx;
  51. }
  52. .order-goods .item .t {
  53. margin-top: 8rpx;
  54. height: 33rpx;
  55. line-height: 33rpx;
  56. margin-bottom: 10.5rpx;
  57. }
  58. .order-goods .item .t .name {
  59. display: block;
  60. float: left;
  61. height: 33rpx;
  62. line-height: 33rpx;
  63. color: #333;
  64. font-size: 30rpx;
  65. }
  66. .order-goods .item .t .number {
  67. display: block;
  68. float: right;
  69. height: 33rpx;
  70. text-align: right;
  71. line-height: 33rpx;
  72. color: #333;
  73. font-size: 30rpx;
  74. }
  75. .order-goods .item .attr {
  76. height: 29rpx;
  77. line-height: 29rpx;
  78. color: #666;
  79. margin-bottom: 25rpx;
  80. font-size: 25rpx;
  81. }
  82. .order-goods .item .price {
  83. display: block;
  84. float: left;
  85. height: 30rpx;
  86. line-height: 30rpx;
  87. color: #333;
  88. font-size: 30rpx;
  89. }