mineOrderProgress.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. /* pages/mineOrderProgress/mineOrderProgress.wxss */
  2. .box-head{
  3. position: relative;
  4. width: 750rpx;
  5. height: 320rpx;
  6. }
  7. .back{
  8. position: absolute;
  9. top: 108rpx;
  10. left: 16rpx;
  11. width: 48rpx;
  12. height: 48rpx;
  13. }
  14. .box-title{
  15. position: absolute;
  16. bottom: 212rpx;
  17. left: 32rpx;
  18. width: 686rpx;
  19. height: 60rpx;
  20. font-size: 46rpx;
  21. font-family: PingFangSC-Medium, PingFang SC;
  22. font-weight: 500;
  23. color: rgba(0,0,0,0.87);
  24. line-height: 60rpx;
  25. }
  26. .time{
  27. position: absolute;
  28. bottom: 32rpx;
  29. left: 32rpx;
  30. width: 686rpx;
  31. height: 148rpx;
  32. background: #FFFFFF;
  33. box-shadow: 0px 16px 64px 0px rgba(50,150,251,0.08);
  34. border-radius: 8rpx;
  35. display: flex;
  36. flex-direction: row;
  37. align-items: center;
  38. }
  39. .time>text:nth-child(2){
  40. width: 2rpx;
  41. height: 80rpx;
  42. background-color: rgba(0,0,0,0.16);
  43. }
  44. .box-time{
  45. display: flex;
  46. flex-direction: column;
  47. width: 342rpx;
  48. margin: 24rpx 24rpx 24rpx 32rpx;
  49. }
  50. .box-time>text:nth-child(1){
  51. width: auto;
  52. height: 36rpx;
  53. font-size: 30rpx;
  54. font-family: PingFangSC-Medium, PingFang SC;
  55. font-weight: 500;
  56. color: rgba(0,0,0,0.4);
  57. line-height: 36rpx;
  58. margin-bottom: 8rpx;
  59. }
  60. .box-time>view:nth-child(2){
  61. width: auto;
  62. height: 44rpx;
  63. font-size: 34rpx;
  64. font-family: AlipayNumber-Regular, AlipayNumber;
  65. font-weight: 500;
  66. color: rgba(0,0,0,0.87);
  67. line-height: 44rpx;
  68. display: flex;
  69. flex-direction: row;
  70. align-items: center;
  71. }
  72. .arrowIcon{
  73. width: 32rpx;
  74. height: 32rpx;
  75. margin-left: 8rpx;
  76. }
  77. .progress-message{
  78. width: 680rpx;
  79. height: auto;
  80. margin: 0 80rpx auto 0;
  81. margin-top: 86rpx;
  82. }
  83. .progress-item{
  84. display: flex;
  85. flex-direction: column;
  86. align-items: flex-start;
  87. margin-bottom: 64rpx;
  88. height: auto;
  89. }
  90. .progress-head{
  91. display: flex;
  92. flex-direction: row;
  93. align-items: center;
  94. }
  95. .progress-head>text:nth-child(1){
  96. width: auto;
  97. height: 44rpx;
  98. font-size: 30rpx;
  99. font-family: PingFangSC-Medium, PingFang SC;
  100. font-weight: 500;
  101. color: rgba(0,0,0,0.87);
  102. line-height: 44rpx;
  103. }
  104. .progress-head>text:nth-child(2){
  105. width: auto;
  106. height: 32rpx;
  107. font-size: 26rpx;
  108. font-family: Helvetica;
  109. color: rgba(0,0,0,0.87);
  110. line-height: 32rpx;
  111. margin-left: 24rpx;
  112. }
  113. .progress-msg{
  114. width: 502rpx;
  115. height: auto;
  116. font-size: 26rpx;
  117. font-family: PingFangSC-Regular, PingFang SC;
  118. font-weight: 400;
  119. color: rgba(0,0,0,0.87);
  120. line-height: 40rpx;
  121. margin: 8rpx 0 0;
  122. }
  123. .progress-btn{
  124. width: auto;
  125. height: 56rpx;
  126. line-height: 56rpx;
  127. border-radius: 28px;
  128. font-size: 24rpx;
  129. font-weight: 400;
  130. color: rgba(0,0,0,0.6);
  131. border: 1rpx solid #CCCCCC;
  132. padding: 0 24rpx;
  133. margin-top: 24rpx;
  134. }
  135. .popover-view{
  136. position: fixed;
  137. bottom: 0;
  138. width: 100Vw;
  139. height: 100vh;
  140. background-color: rgba(0,0,0,0.6);
  141. }
  142. .popover{
  143. position: fixed;
  144. bottom: 0;
  145. width: 750rpx;
  146. height: auto;
  147. background: #FFFFFF;
  148. border-radius: 32rpx 32rpx 0rpx 0rpx;
  149. padding-bottom: env(safe-area-inset-bottom);
  150. }
  151. .popover-title{
  152. display: flex;
  153. flex-direction: row;
  154. justify-content: space-between;
  155. margin: 48rpx 48rpx 64rpx;
  156. }
  157. .popover-title>text:nth-child(1){
  158. width: auto;
  159. height: 52rpx;
  160. font-size: 38rpx;
  161. font-family: PingFangSC-Medium, PingFang SC;
  162. font-weight: 500;
  163. color: rgba(0,0,0,0.87);
  164. line-height: 52rpx;
  165. }
  166. .popover-title>image:nth-child(2){
  167. width: 48rpx;
  168. height: 48rpx;
  169. }
  170. .order-head{
  171. display: flex;
  172. flex-direction: row;
  173. justify-content: space-between;
  174. align-items: center;
  175. width: 670rpx;
  176. margin: 0 40rpx 24rpx;
  177. }
  178. .order-head>text:nth-child(1){
  179. width: auto;
  180. height: 48rpx;
  181. font-size: 34rpx;
  182. font-family: PingFangSC-Medium, PingFang SC;
  183. font-weight: 500;
  184. color: rgba(0,0,0,0.87);
  185. line-height: 48rpx;
  186. }
  187. .order-head>text:nth-child(2){
  188. width: auto;
  189. height: 56rpx;
  190. border-radius: 28px;
  191. border: 1px solid #CCCCCC;
  192. font-size: 24rpx;
  193. font-family: PingFangSC-Regular, PingFang SC;
  194. font-weight: 400;
  195. color: rgba(0,0,0,0.6);
  196. line-height: 56rpx;
  197. padding: 0 24rpx;
  198. }
  199. .date-box{
  200. width: 750rpx;
  201. height: auto;
  202. max-height: 618rpx;
  203. overflow-y: auto;
  204. }
  205. .order-date{
  206. display: flex;
  207. flex-direction: row;
  208. width: 670rpx;
  209. height: 128rpx;
  210. border-radius: 8px;
  211. border: 1rpx solid #EEEEEE;
  212. margin: 0 40rpx 24rpx;
  213. }
  214. .order-date>text:nth-child(1){
  215. width: auto;
  216. height: 48rpx;
  217. font-size: 30rpx;
  218. font-family: AlipayNumber-Regular, AlipayNumber;
  219. font-weight: 400;
  220. color: rgba(0,0,0,0.87);
  221. line-height: 48rpx;
  222. margin: 40rpx auto 40rpx 32rpx;
  223. }
  224. .order-date>text:nth-child(2){
  225. width: 90rpx;
  226. height: 48rpx;
  227. font-size: 30rpx;
  228. font-family: PingFangSC-Regular, PingFang SC;
  229. font-weight: 400;
  230. color: #FF5700;
  231. line-height: 48rpx;
  232. margin: 40rpx 0;
  233. }
  234. .order-date>image:nth-child(3){
  235. width: 48rpx;
  236. height: 48rpx;
  237. margin: 40rpx 16rpx 40rpx 0;
  238. }
  239. .progress{
  240. display: flex;
  241. flex-direction: row;
  242. }
  243. .progress-li{
  244. width: 152rpx;
  245. height: auto;
  246. display: flex;
  247. flex-direction: column;
  248. align-items: center;
  249. margin-right: 16rpx;
  250. }
  251. .progress-li>view:nth-child(1){
  252. width: 20rpx;
  253. height: 20rpx;
  254. background: #D8D8D8;
  255. border-radius: 50%;
  256. margin-top: 12rpx;
  257. }
  258. .progress-li>view:nth-child(2){
  259. width: 2rpx;
  260. height: 100%;
  261. background-color: #D8D8D8;
  262. margin-bottom: -30rpx;
  263. }
  264. .progress-li>image{
  265. width: 40rpx;
  266. height: 40rpx;
  267. }