storeOrderDelivery.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .top-cont {
  27. width: 100%;
  28. height: 10.5rem;
  29. position: relative;
  30. }
  31. .top-cont .bg {
  32. width: 100%;
  33. height: 10.9375rem;
  34. position: absolute;
  35. top: 0;
  36. left: 0;
  37. z-index: 1;
  38. background-color: #C39A58;
  39. background: linear-gradient(#C39A58, #E2C99E);
  40. border-radius: 0 0 3.125rem 3.125rem;
  41. }
  42. .top-cont .top-inner {
  43. width: 100%;
  44. height: 100%;
  45. position: absolute;
  46. top: 0;
  47. left: 0;
  48. z-index: 2;
  49. }
  50. .top-cont .top-inner .back-box {
  51. height: 2.75rem;
  52. padding-left: 0.6875rem;
  53. display: flex;
  54. align-items: center;
  55. justify-content: space-between;
  56. padding: 0 0.625rem;
  57. }
  58. .top-cont .top-inner .back-box uni-image {
  59. width: 1.25rem;
  60. height: 1.25rem;
  61. }
  62. .top-cont .top-inner .back-box .title {
  63. font-size: 1.125rem;
  64. font-family: PingFang SC;
  65. font-weight: 500;
  66. color: #FFFFFF;
  67. }
  68. .top-cont .top-inner .waybill-number {
  69. padding: 0 0.625rem;
  70. margin-top: 2.0625rem;
  71. }
  72. .top-cont .top-inner .waybill-number .inner {
  73. box-sizing: border-box;
  74. height: 4.6875rem;
  75. background: #FFFFFF;
  76. border-radius: 0.5rem;
  77. padding: 1.25rem 0.9375rem;
  78. display: flex;
  79. flex-direction: column;
  80. justify-content: space-between;
  81. }
  82. .top-cont .top-inner .waybill-number .inner .num-box {
  83. display: flex;
  84. align-items: center;
  85. }
  86. .top-cont .top-inner .waybill-number .inner .num-box .text {
  87. font-size: 0.875rem;
  88. font-family: PingFang SC;
  89. font-weight: 500;
  90. color: #111111;
  91. line-height: 1;
  92. margin-right: 0.9375rem;
  93. }
  94. .top-cont .top-inner .waybill-number .inner .num-box .text:last-child {
  95. margin-right: 0.625rem;
  96. }
  97. .top-cont .top-inner .waybill-number .inner .num-box .copy {
  98. width: 1.8125rem;
  99. height: 1rem;
  100. line-height: 1rem;
  101. text-align: center;
  102. font-size: 0.6875rem;
  103. font-family: PingFang SC;
  104. font-weight: 500;
  105. color: #222222;
  106. background: #F5F5F5;
  107. border-radius: 0.125rem;
  108. }
  109. .top-cont .top-inner .waybill-number .inner .kf-box {
  110. display: flex;
  111. align-items: center;
  112. }
  113. .top-cont .top-inner .waybill-number .inner .kf-box .text {
  114. font-size: 0.8125rem;
  115. font-family: PingFang SC;
  116. font-weight: 500;
  117. color: #999999;
  118. line-height: 1;
  119. margin-right: 0.625rem;
  120. }
  121. .content {
  122. margin: 0.625rem 0;
  123. padding: 0 0.625rem;
  124. }
  125. .content .refund-steps {
  126. background: #FFFFFF;
  127. border-radius: 0.5rem;
  128. padding: 1.25rem 1.375rem;
  129. }
  130. .content .refund-steps .steps {
  131. padding-left: 1.25rem;
  132. padding-bottom: 1.75rem;
  133. position: relative;
  134. }
  135. .content .refund-steps .steps::after {
  136. content: "";
  137. width: 0.125rem;
  138. height: 100%;
  139. background: #F1F1F1;
  140. position: absolute;
  141. left: 0;
  142. top: 0.625rem;
  143. }
  144. .content .refund-steps .steps:last-child {
  145. padding-bottom: 0;
  146. }
  147. .content .refund-steps .steps:last-child::after {
  148. display: none;
  149. }
  150. .content .refund-steps .steps .title {
  151. position: relative;
  152. }
  153. .content .refund-steps .steps .title .text {
  154. font-size: 0.9375rem;
  155. font-family: PingFang SC;
  156. font-weight: 500;
  157. color: #666666;
  158. line-height: 1.1875rem;
  159. }
  160. .content .refund-steps .steps .title .text.black-text {
  161. color: #111111;
  162. font-weight: bold;
  163. }
  164. .content .refund-steps .steps .title .text.gray-bold {
  165. font-weight: bold;
  166. color: #666666;
  167. }
  168. .content .refund-steps .steps .title .dot {
  169. width: 0.5rem;
  170. height: 0.5rem;
  171. background: #EBEBEB;
  172. border-radius: 50%;
  173. position: absolute;
  174. left: -1.4375rem;
  175. top: 0.34375rem;
  176. z-index: 10;
  177. }
  178. .content .refund-steps .steps .title .dot.active {
  179. background-color: #2BC7B9;
  180. }
  181. .content .refund-steps .steps .title .img {
  182. width: 1.25rem;
  183. height: 1.25rem;
  184. position: absolute;
  185. left: -1.78125rem;
  186. top: 0.0625rem;
  187. z-index: 10;
  188. }
  189. .content .refund-steps .steps .desc-text {
  190. font-size: 0.875rem;
  191. font-family: PingFang SC;
  192. font-weight: 500;
  193. color: #666666;
  194. line-height: 1.6;
  195. margin-top: 0.3125rem;
  196. }
  197. .content .refund-steps .steps .desc-text .phone {
  198. font-size: 0.875rem;
  199. font-family: PingFang SC;
  200. font-weight: 500;
  201. color: #2BC7B9;
  202. line-height: 1.6;
  203. }
  204. .content .refund-steps .steps .time {
  205. font-size: 0.75rem;
  206. font-family: Gilroy;
  207. font-weight: 500;
  208. color: #999999;
  209. margin-top: 0.3125rem;
  210. }