logistics-detail.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .log_detail.data-v-19ee88e6 {
  28. width: 100%;
  29. min-height: 100%;
  30. background: #fff;
  31. padding-bottom: 120rpx;
  32. }
  33. .log_detail .info.data-v-19ee88e6 {
  34. width: 100%;
  35. height: 194rpx;
  36. position: relative;
  37. }
  38. .log_detail .info image.data-v-19ee88e6 {
  39. width: 100%;
  40. height: 100%;
  41. }
  42. .log_detail .info > view.data-v-19ee88e6 {
  43. position: absolute;
  44. top: 0;
  45. left: 0;
  46. width: 100%;
  47. height: 194rpx;
  48. }
  49. .log_detail .info > view .info_con.data-v-19ee88e6 {
  50. display: flex;
  51. justify-content: flex-start;
  52. align-items: center;
  53. width: 690rpx;
  54. margin: 0 auto;
  55. height: 194rpx;
  56. }
  57. .log_detail .info > view .info_con image.data-v-19ee88e6 {
  58. width: 138rpx;
  59. height: 138rpx;
  60. border-radius: 8rpx;
  61. }
  62. .log_detail .info > view .info_con .count.data-v-19ee88e6 {
  63. width: 138rpx;
  64. height: 40rpx;
  65. line-height: 40rpx;
  66. font-size: 28rpx;
  67. background-color: rgba(0, 0, 0, 0.7);
  68. color: #fff;
  69. text-align: center;
  70. position: absolute;
  71. bottom: 0;
  72. left: 0;
  73. border-radius: 0 0 8rpx 8rpx;
  74. }
  75. .log_detail .info > view .info_log.data-v-19ee88e6 {
  76. width: 100%;
  77. margin-left: 30rpx;
  78. }
  79. .log_detail .info > view .info_log view.data-v-19ee88e6,
  80. .log_detail .info > view .info_log text.data-v-19ee88e6 {
  81. color: #fff;
  82. font-size: 28rpx;
  83. }
  84. .log_detail .info > view .info_log view.data-v-19ee88e6 {
  85. font-size: 32rpx;
  86. font-weight: bold;
  87. margin-bottom: 15rpx;
  88. }
  89. .log_detail .info > view .info_log .copy.data-v-19ee88e6 {
  90. display: inline-block;
  91. width: 94rpx;
  92. text-align: center;
  93. height: 42rpx;
  94. border: 1rpx solid #fff;
  95. color: #fff;
  96. border-radius: 24rpx;
  97. margin-left: 15rpx;
  98. }
  99. .log_detail .info > view .info_log .edit_log.data-v-19ee88e6 {
  100. width: 168rpx;
  101. height: 64rpx;
  102. background: #fce904;
  103. font-size: 28rpx;
  104. color: #fb231f;
  105. border-radius: 32rpx;
  106. font-weight: normal;
  107. }
  108. .log_detail .step.data-v-19ee88e6 {
  109. width: 100%;
  110. height: 190rpx;
  111. box-sizing: border-box;
  112. border-bottom: 2rpx solid #e9e9e9;
  113. padding: 30rpx 0;
  114. }
  115. .log_detail .step .address.data-v-19ee88e6 {
  116. width: 634rpx;
  117. margin: 0 auto;
  118. }
  119. .log_detail .step .step_con.data-v-19ee88e6 {
  120. width: 690rpx;
  121. margin: 0 auto;
  122. display: flex;
  123. justify-content: center;
  124. align-items: flex-end;
  125. }
  126. .log_detail .step .step_con image.data-v-19ee88e6 {
  127. width: 130rpx;
  128. height: 60rpx;
  129. }
  130. .log_detail .step .step_con view.data-v-19ee88e6 {
  131. font-size: 24rpx;
  132. color: #999;
  133. display: flex;
  134. flex-direction: column;
  135. align-items: center;
  136. }
  137. .log_detail .step .step_con .active.data-v-19ee88e6 {
  138. position: relative;
  139. }
  140. .log_detail .step .step_con .active view.data-v-19ee88e6 {
  141. position: absolute;
  142. top: 6rpx;
  143. left: 33rpx;
  144. color: #fff;
  145. }
  146. .log_detail .step .step_con text.data-v-19ee88e6 {
  147. font-size: 28rpx;
  148. }
  149. .log_detail .step .step_con .circle.data-v-19ee88e6 {
  150. width: 20rpx;
  151. height: 20rpx;
  152. background: #e9e9e9;
  153. border-radius: 50%;
  154. margin: 12rpx 0;
  155. }
  156. .log_detail .step .step_con .circle_active.data-v-19ee88e6 {
  157. background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
  158. }
  159. .log_detail .step .step_con .line.data-v-19ee88e6 {
  160. width: 200rpx;
  161. height: 4rpx;
  162. margin-bottom: 19rpx;
  163. background-color: #e9e9e9;
  164. }
  165. .log_detail .log_con.data-v-19ee88e6 {
  166. width: 690rpx;
  167. margin: 50rpx auto 100rpx;
  168. }
  169. .log_detail .log_con > view.data-v-19ee88e6 {
  170. margin-bottom: 30rpx;
  171. }
  172. .log_detail .log_con > view:last-child .col_line.data-v-19ee88e6 {
  173. display: none;
  174. }
  175. .log_detail .log_con > view:not(:first-child) .log_info.data-v-19ee88e6 {
  176. color: #999;
  177. }
  178. .log_detail .log_con .time.data-v-19ee88e6 {
  179. width: 164rpx;
  180. flex-shrink: 0;
  181. margin-right: 24rpx;
  182. }
  183. .log_detail .log_con .time view.data-v-19ee88e6 {
  184. font-size: 28rpx;
  185. font-weight: bold;
  186. margin-bottom: 5rpx;
  187. }
  188. .log_detail .log_con .time text.data-v-19ee88e6 {
  189. font-size: 28rpx;
  190. color: #999;
  191. }
  192. .log_detail .log_con .log_info.data-v-19ee88e6 {
  193. font-size: 28rpx;
  194. width: 90%;
  195. }
  196. .log_detail .log_con .col_line.data-v-19ee88e6 {
  197. width: 2rpx;
  198. height: 50rpx;
  199. background-color: #e9e9e9;
  200. margin-left: 72rpx;
  201. }
  202. .log_detail .source.data-v-19ee88e6 {
  203. width: 100%;
  204. text-align: center;
  205. font-size: 28rpx;
  206. color: #999;
  207. padding: 50rpx 0;
  208. }