orderDetail.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. .content {
  2. padding: 10rpx 28rpx;
  3. }
  4. .border-radius {
  5. background: #FFFFFF;
  6. border-radius: 24rpx;
  7. margin: 20rpx 0;
  8. }
  9. .item {
  10. padding: 0 28rpx;
  11. border-bottom: 2rpx solid #F2F2F2;
  12. position: relative;
  13. }
  14. .item-top {
  15. height: 102rpx;
  16. }
  17. .item-top text {
  18. font-family: PingFangSC-Medium, PingFang SC;
  19. font-weight: 500;
  20. }
  21. .item-text {
  22. padding: 30rpx 26rpx;
  23. background: #FFF7FA;
  24. border-radius: 16rpx;
  25. position: relative;
  26. }
  27. .item-text text {
  28. font-size: 28rpx;
  29. font-family: PingFangSC-Regular, PingFang SC;
  30. font-weight: 400;
  31. color: #666666;
  32. line-height: 48rpx;
  33. }
  34. .item-text .copy {
  35. position: absolute;
  36. right: 28rpx;
  37. top: 30rpx;
  38. width: 84rpx;
  39. height: 52rpx;
  40. font-size: 28rpx;
  41. border-radius: 12rpx;
  42. border: 2rpx solid #333333;
  43. }
  44. .price {
  45. height: 84rpx;
  46. justify-content: flex-end;
  47. border-bottom: 2rpx solid #F9F9F9;
  48. }
  49. .price text {
  50. font-family: PingFangSC-Medium, PingFang SC;
  51. font-weight: 500;
  52. }
  53. .item-btn {
  54. height: 132rpx;
  55. }
  56. .item-btn .btn {
  57. width: 192rpx;
  58. height: 72rpx;
  59. border-radius: 36rpx;
  60. border: rpx solid #333333;
  61. box-sizing: border-box;
  62. }
  63. .list .item {
  64. padding-top: 30rpx;
  65. }
  66. .list .item-top {
  67. padding: 0 28rpx;
  68. }
  69. .list .item-top .btn {
  70. width: 154rpx;
  71. height: 52rpx;
  72. border-radius: 26rpx;
  73. border: 2rpx solid #333333;
  74. box-sizing: border-box;
  75. font-size: 28rpx;
  76. }
  77. .list .user-info {
  78. margin-bottom: 20rpx;
  79. }
  80. .list .user-info image {
  81. width: 64rpx;
  82. height: 64rpx;
  83. border-radius: 50%;
  84. /* background-color: red; */
  85. margin-right: 14rpx;
  86. }
  87. .list .more {
  88. width: 48rpx;
  89. height: 48rpx;
  90. padding: 0 4rpx;
  91. box-sizing: border-box;
  92. }
  93. .list .more text {
  94. width: 8rpx;
  95. height: 8rpx;
  96. background: #333;
  97. border-radius: 50%;
  98. }
  99. .list .box {
  100. display: grid;
  101. grid-gap: 20rpx 22rpx;
  102. grid-template-columns: repeat(3, 1fr);
  103. padding: 0rpx 0 30rpx;
  104. }
  105. .list .box .item-media {
  106. width: 198rpx;
  107. height: 198rpx;
  108. border-radius: 16px;
  109. box-sizing: border-box;
  110. overflow: hidden;
  111. position: relative;
  112. }
  113. .list .box image {
  114. width: 100%;
  115. height: 100%;
  116. border-radius: 16rpx;
  117. /* background-color: red; */
  118. }
  119. .list .box .icon-01 {
  120. width: 64rpx;
  121. height: 64rpx;
  122. position: absolute;
  123. }
  124. .rater .rater-item {
  125. margin-top: 34rpx;
  126. }
  127. .rater .text-01 {
  128. font-size: 28rpx;
  129. font-family: PingFangSC-Medium, PingFang SC;
  130. font-weight: 500;
  131. color: #666666;
  132. line-height: 32rpx;
  133. margin-right: 20rpx;
  134. }
  135. .rater .text-02 {
  136. font-size: 28rpx;
  137. font-family: PingFangSC-Medium, PingFang SC;
  138. font-weight: 500;
  139. color: #FF77B0;
  140. line-height: 32rx;
  141. margin-left: 36rpx;
  142. }
  143. .btn-item {
  144. height: 112rpx;
  145. border-bottom: 2rpx solid #eee;
  146. box-sizing: border-box;
  147. font-size: 36rpx;
  148. font-family: PingFangSC-Regular, PingFang SC;
  149. font-weight: 400;
  150. }