goodsDetails.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. .zr {
  2. background: #fff;
  3. width: 100%;
  4. position: relative;
  5. overflow: hidden;
  6. padding-bottom: 30rpx;
  7. margin-bottom: 20rpx;
  8. }
  9. .top_box {
  10. color: #333;
  11. font-size: 24rpx;
  12. line-height: 1;
  13. }
  14. .total {
  15. text-align: center;
  16. padding-bottom: 40rpx;
  17. }
  18. .total-money {
  19. font-weight: bold;
  20. font-size: 58rpx;
  21. margin-top: 15rpx;
  22. padding-left: 80rpx;
  23. }
  24. .three {
  25. display: flex;
  26. justify-content: center;
  27. align-items: center;
  28. }
  29. .three-item {
  30. position: relative;
  31. flex: 1;
  32. text-align: center;
  33. }
  34. .three-item::before {
  35. content: '';
  36. position: absolute;
  37. left: 0;
  38. top: 0;
  39. bottom: 0;
  40. width: 1rpx;
  41. border-left: 1rpx solid #cfcfcf;
  42. }
  43. .three-item:first-child::before {
  44. content: none;
  45. }
  46. .three-title {
  47. color: #999;
  48. font-size: 24rpx;
  49. }
  50. .three-money {
  51. margin-top: 15rpx;
  52. font-size: 28rpx;
  53. font-weight: bold;
  54. }
  55. .rightArrowImg {
  56. width: 12rpx;
  57. height: 22rpx;
  58. margin-left: 8rpx;
  59. }
  60. .qrcode {
  61. display: inline-block;
  62. width: 80rpx;
  63. font-size: 22rpx;
  64. text-align: center;
  65. padding: 8rpx 0;
  66. border-radius: 5rpx;
  67. background: #ff5344;
  68. color: #fff;
  69. vertical-align: middle;
  70. }
  71. .nav {
  72. position: sticky;
  73. position: -webkit-sticky;
  74. top: 0;
  75. transition: top 0.3s;
  76. z-index: 10;
  77. background: #fff;
  78. height: 92rpx;
  79. border-bottom: 2rpx solid #f2f2f2;
  80. padding: 0 60rpx;
  81. width: unset;
  82. display: flex;
  83. align-items: center;
  84. justify-content: space-between;
  85. }
  86. .nav .orderList_item {
  87. margin-bottom: 4rpx;
  88. font-size: 28rpx;
  89. font-family: PingFangSC-Medium;
  90. font-weight: 500;
  91. color: #666;
  92. position: relative;
  93. height: 96rpx;
  94. line-height: 96rpx;
  95. }
  96. .nav .on {
  97. position: relative;
  98. color: #ff5344;
  99. border-bottom: 4rpx solid #ff5344;
  100. }
  101. .nav .on::after {
  102. content: "";
  103. position: absolute;
  104. left: 0;
  105. right: 0;
  106. bottom: 0;
  107. border-bottom: 2rpx solid #ff5344;
  108. }
  109. .noRecordCon {
  110. display: flex;
  111. justify-content: center;
  112. align-items: center;
  113. flex-direction: column;
  114. }
  115. .noRecordCon .noRecordImg {
  116. width: 132rpx;
  117. height: 138rpx;
  118. margin-top: 30%;
  119. }
  120. .noRecordCon .noRefundImg {
  121. width: 218rpx;
  122. height: 218rpx;
  123. margin-top: 50%;
  124. }
  125. .noRecordCon .noRecord {
  126. padding-top: 32rpx;
  127. font-size: 30rpx;
  128. font-family: PingFangSC-Light;
  129. font-weight: 300;
  130. color: #666;
  131. line-height: 30rpx;
  132. }
  133. .noRecordCon .goIndex {
  134. width: 164rpx;
  135. height: 60rpx;
  136. background: #ff3432;
  137. border-radius: 30rpx;
  138. font-size: 28rpx;
  139. color: #fff;
  140. margin-top: 30rpx;
  141. display: flex;
  142. justify-content: center;
  143. align-items: center;
  144. }
  145. .list-item {
  146. padding: 30rpx;
  147. background-color: #fff;
  148. margin-bottom: 20rpx;
  149. font-size: 26rpx;
  150. }
  151. .item-head {
  152. display: flex;
  153. justify-content: space-between;
  154. align-items: center;
  155. border-bottom: 1rpx solid #ececec;
  156. padding-bottom: 20rpx;
  157. }
  158. .item-head .status {
  159. color: #ff5344;
  160. }
  161. .list-item .line {
  162. display: flex;
  163. justify-content: space-between;
  164. align-items: center;
  165. line-height: 2;
  166. }
  167. .line-tit {
  168. color: #999;
  169. }
  170. .top_box_head {
  171. padding: 30rpx;
  172. }
  173. .tx-btn {
  174. color: #ff5344;
  175. }
  176. .goodsInfo {
  177. padding: 0 !important;
  178. }
  179. .goodsInfo .identity {
  180. left: 0 !important;
  181. }
  182. .spu {
  183. padding: 30rpx 30rpx 20rpx;
  184. display: flex;
  185. justify-content: flex-start;
  186. }
  187. .spu .goodsImg {
  188. width: 140rpx;
  189. height: 140rpx;
  190. }
  191. .spu .detail {
  192. margin-left: 20rpx;
  193. font-size: 24rpx;
  194. color: #aaa;
  195. }
  196. .spu .detail .spuName {
  197. color: #444;
  198. font-size: 28rpx;
  199. font-weight: 500;
  200. overflow: hidden;
  201. }
  202. .spu .detail .tips {
  203. line-height: 1;
  204. width: 530rpx;
  205. margin-top: 16rpx;
  206. position: relative;
  207. }
  208. .spu .detail .tips .last {
  209. float: right;
  210. }
  211. .spu .detail .tips .price {
  212. color: #ff5344;
  213. font-size: 32rpx;
  214. }
  215. .rightArrow {
  216. font-size: 24rpx;
  217. }
  218. .dialogText {
  219. box-sizing: border-box;
  220. padding: 20rpx;
  221. height: 140rpx!important;
  222. text-align: justify;
  223. }
  224. .dialogBtn {
  225. font-size: 30rpx!important;
  226. height: 68rpx!important;
  227. line-height: 68rpx!important;
  228. }