order-timeline.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-1941e5f4 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-1941e5f4 {
  12. padding-bottom: constant(safe-area-inset-bottom);
  13. padding-bottom: env(safe-area-inset-bottom);
  14. box-sizing: content-box;
  15. }
  16. .data-v-1941e5f4:export {
  17. appThemeColor: #38C148;
  18. appThemeBgColor: #ffffff;
  19. appThemeBgGrayColor: #fafafa;
  20. appThemeBgGrayDeppColor: #f8f8f8;
  21. appThemeSearchBgColor: #F4F5F8;
  22. appThemeBorderColor: #efefef;
  23. appThemeTextColor: #333333;
  24. appThemeTextGrayColor: #8f92a1;
  25. appThemeTextGrayLightColor: #cccccc;
  26. appThemeTextGrayDeepColor: #696969;
  27. appThemeTextWhiteColor: #ffffff;
  28. appThemeTextBlackColor: #171717;
  29. appThemeTextBlackDeepColor: #16162e;
  30. appThemeTextMoneyColor: #f00;
  31. appThemeTextGrayWhiteColor: #c3c6cb;
  32. appThemeSkuGrayColor: #f5f5f8;
  33. appThemeCardGrayColor: #8f92a1;
  34. appThemeShopGrayColor: #888e98;
  35. appThemePointsSignBgColor: #f0f0f0;
  36. appThemePointsSignLabelColor: #dfdfdf;
  37. appThemePointsSignValueColor: #696969;
  38. appThemePointsSignYellowColor: #f9a906;
  39. appThemePointsSignBlueColor: #22ac38;
  40. appThemeNavbarTabColor: #696969;
  41. appThemeNavbarTabColorActive: #333333;
  42. appThemeShadow: 0px 2px 8px 0px rgba(27, 25, 86, 0.06);
  43. appZIndexDeep: 0;
  44. appZIndexNormal: 19;
  45. appZIndexAbsolute: 99;
  46. appZIndexFixed: 199;
  47. appZIndexPage: 999;
  48. appThemeBuyBtnBgColor: #ed3f14;
  49. }
  50. .timeline-section.data-v-1941e5f4 {
  51. position: relative;
  52. }
  53. .timeline-section .time-info.data-v-1941e5f4 {
  54. display: flex;
  55. align-items: center;
  56. font-size: 26rpx;
  57. color: #333333;
  58. position: absolute;
  59. top: 40rpx;
  60. right: 40rpx;
  61. z-index: 9;
  62. }
  63. .timeline-section .time-info .u-icon.data-v-1941e5f4 {
  64. margin-left: 4rpx;
  65. }
  66. .timeline-section .time-info-expanded.data-v-1941e5f4 {
  67. position: absolute;
  68. bottom: 40rpx;
  69. right: 40rpx;
  70. z-index: 9;
  71. }
  72. .timeline-section .timeline-content.data-v-1941e5f4 {
  73. position: relative;
  74. padding: 30rpx;
  75. }
  76. .timeline-section .timeline-content.collapsed.data-v-1941e5f4 {
  77. max-height: 180rpx;
  78. overflow: hidden;
  79. }
  80. .timeline-section .timeline-content.collapsed.data-v-1941e5f4::after {
  81. content: '';
  82. position: absolute;
  83. left: -30rpx;
  84. right: 0;
  85. bottom: 0;
  86. height: 80rpx;
  87. width: calc(100% + 60rpx);
  88. background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  89. pointer-events: none;
  90. }
  91. .timeline-section .timeline-content .timeline-list.data-v-1941e5f4 {
  92. position: relative;
  93. }
  94. .timeline-section .timeline-content .timeline-list.data-v-1941e5f4::before {
  95. content: '';
  96. position: absolute;
  97. left: 6rpx;
  98. top: 0;
  99. bottom: 0;
  100. width: 2rpx;
  101. height: calc(100% - 60rpx);
  102. background: #38C148;
  103. }
  104. .timeline-section .timeline-content .timeline-list .timeline-item.data-v-1941e5f4 {
  105. display: flex;
  106. position: relative;
  107. padding-bottom: 40rpx;
  108. }
  109. .timeline-section .timeline-content .timeline-list .timeline-item.data-v-1941e5f4:last-child {
  110. padding-bottom: 0;
  111. }
  112. .timeline-section .timeline-content .timeline-list .timeline-item .timeline-dot.data-v-1941e5f4 {
  113. width: 14rpx;
  114. height: 14rpx;
  115. border-radius: 50%;
  116. background: #38C148;
  117. margin-right: 20rpx;
  118. flex-shrink: 0;
  119. z-index: 1;
  120. }
  121. .timeline-section .timeline-content .timeline-list .timeline-item .timeline-info.data-v-1941e5f4 {
  122. flex: 1;
  123. margin-top: -10rpx;
  124. }
  125. .timeline-section .timeline-content .timeline-list .timeline-item .timeline-info .status.data-v-1941e5f4 {
  126. font-size: 28rpx;
  127. color: #38C148;
  128. margin-bottom: 8rpx;
  129. }
  130. .timeline-section .timeline-content .timeline-list .timeline-item .timeline-info .time.data-v-1941e5f4,
  131. .timeline-section .timeline-content .timeline-list .timeline-item .timeline-info .desc.data-v-1941e5f4 {
  132. font-family: PingFang SC;
  133. font-weight: 400;
  134. font-size: 24rpx;
  135. color: #999999;
  136. line-height: 36rpx;
  137. white-space: pre-wrap;
  138. }
  139. .timeline-section .timeline-content .timeline-list .timeline-item .timeline-info .express-no.data-v-1941e5f4 {
  140. display: flex;
  141. align-items: center;
  142. font-size: 26rpx;
  143. color: #666;
  144. margin: 8rpx 0;
  145. }
  146. .timeline-section .timeline-content .timeline-list .timeline-item .timeline-info .express-no .u-icon.data-v-1941e5f4 {
  147. margin-left: 10rpx;
  148. }
  149. .timeline-section .timeline-content .timeline-list .timeline-item .timeline-info .express-info.data-v-1941e5f4 {
  150. font-size: 24rpx;
  151. color: #999;
  152. padding: 20rpx;
  153. background: #dcdcdc;
  154. border-radius: 8rpx;
  155. }