stepShip.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .step-content_box.data-v-048f452c {
  21. padding-bottom: 50rpx;
  22. }
  23. .step-view_box.data-v-048f452c {
  24. margin-top: 20rpx;
  25. padding: 40rpx 25rpx 0rpx 20rpx;
  26. background-color: #FFFFFF;
  27. }
  28. .step-view_box .step-li_box.data-v-048f452c {
  29. display: -webkit-box;
  30. display: -webkit-flex;
  31. display: flex;
  32. }
  33. .step-view_box .step-li_box > .step-head_box.data-v-048f452c {
  34. position: relative;
  35. }
  36. .step-view_box .step-li_box > .step-head_box > .step-icon-def.data-v-048f452c {
  37. width: 40rpx;
  38. height: 40rpx;
  39. background-color: transparent;
  40. position: relative;
  41. }
  42. .step-view_box .step-li_box > .step-head_box > .step-icon-def .dot.data-v-048f452c {
  43. width: 12rpx;
  44. height: 12rpx;
  45. background-color: #D8D8D8;
  46. border-radius: 50%;
  47. position: absolute;
  48. left: 50%;
  49. top: 50%;
  50. -webkit-transform: translate(-50%, -50%);
  51. transform: translate(-50%, -50%);
  52. }
  53. .step-view_box .step-li_box > .step-head_box > .step-icon_num.data-v-048f452c {
  54. width: 40rpx;
  55. height: 40rpx;
  56. border-radius: 50%;
  57. background-color: #FDC3B8;
  58. position: relative;
  59. z-index: 50;
  60. }
  61. .step-view_box .step-li_box > .step-head_box > .step-icon_num > .dot.data-v-048f452c {
  62. width: 22rpx;
  63. height: 22rpx;
  64. border-radius: 50%;
  65. background-color: #F51608;
  66. position: absolute;
  67. left: 50%;
  68. top: 50%;
  69. -webkit-transform: translate(-50%, -50%);
  70. transform: translate(-50%, -50%);
  71. }
  72. .step-view_box .step-li_box > .step-head_box > .step-line.data-v-048f452c {
  73. height: 100%;
  74. width: 0rpx;
  75. border-left: 1rpx solid #E2E4E8;
  76. position: absolute;
  77. left: 50%;
  78. top: 50%;
  79. -webkit-transform: translate(-50%, -50%);
  80. transform: translate(-50%, -50%);
  81. z-index: 45;
  82. }
  83. .step-view_box .step-li_box > .step-main_box.data-v-048f452c {
  84. -webkit-box-flex: 1;
  85. -webkit-flex: 1;
  86. flex: 1;
  87. padding-left: 20rpx;
  88. }
  89. .step-view_box .step-li_box > .step-main_box .step-tit.data-v-048f452c {
  90. color: #141F25;
  91. font-size: 32rpx;
  92. font-weight: 600;
  93. }
  94. .step-view_box .step-li_box > .step-main_box .step-content_box .reach-content_box.data-v-048f452c {
  95. padding: 40rpx 0 0rpx;
  96. }
  97. .step-view_box .step-li_box > .step-main_box .step-content_box .reach-content_box > .admin-button-com.data-v-048f452c {
  98. width: 100%;
  99. }
  100. .step-view_box .step-li_box > .step-main_box .step-content_box .reach-content_box > .reach-time_box.data-v-048f452c {
  101. color: #333333;
  102. font-size: 24;
  103. font-weight: 600;
  104. }
  105. .step-view_box .step-li_box > .step-main_box .step-content_box .deliver-opiton_0.data-v-048f452c {
  106. padding: 60rpx 0 0rpx;
  107. }
  108. .step-view_box .step-li_box > .step-main_box .step-content_box .deliver-opiton_0 > .admin-button-com.data-v-048f452c:nth-child(1) {
  109. margin-right: 20rpx;
  110. }
  111. .step-view_box .step-li_box > .step-main_box .step-content_box .deliver-opiton_0 > .admin-button-com.data-v-048f452c {
  112. width: 310rpx;
  113. height: 90rpx;
  114. padding: 0;
  115. line-height: 90rpx;
  116. text-align: center;
  117. }
  118. .step-view_box .step-li_box > .step-main_box .step-content_box .shipments-status_box.data-v-048f452c {
  119. padding-top: 20rpx;
  120. }
  121. .step-view_box .step-li_box > .step-main_box .step-content_box .shipments-status_box > view.data-v-048f452c {
  122. color: #666666;
  123. font-size: 24rpx;
  124. font-weight: 400;
  125. line-height: 50rpx;
  126. }
  127. .step-view_box .step-li_box > .step-main_box .step-content_box .shipments-status_box > view.reach-time_box.data-v-048f452c {
  128. font-weight: 600;
  129. }
  130. .step-view_box .step-li_box > .step-main_box .step-content_box .shipments-status_box > view .colorRed.data-v-048f452c {
  131. color: #F51608;
  132. }
  133. .step-view_box .step-li_box > .step-main_box .step-content_box .shipments-status_box > view .colorBlue.data-v-048f452c {
  134. color: #049E2C;
  135. }
  136. .step-view_box .step-li_box > .step-main_box .step-content_box .placeOrder-cotent_box.data-v-048f452c {
  137. color: #666666;
  138. font-size: 24rpx;
  139. font-weight: 600;
  140. padding-top: 20rpx;
  141. }