list.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-3871369c {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-3871369c {
  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-3871369c: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. .common-logistics.data-v-3871369c {
  51. height: auto;
  52. box-sizing: border-box;
  53. padding: 20rpx 20rpx 50rpx;
  54. }
  55. .item-container.data-v-3871369c {
  56. width: 100%;
  57. height: auto;
  58. display: flex;
  59. }
  60. .item-container .item-container-left.data-v-3871369c {
  61. width: 160rpx;
  62. }
  63. .item-container .item-container-center.data-v-3871369c {
  64. width: 44rpx;
  65. height: auto;
  66. }
  67. .item-container .item-container-center .tag-container.data-v-3871369c {
  68. width: 44rpx;
  69. height: 44rpx;
  70. }
  71. .item-container .item-container-center .tag-container image.data-v-3871369c {
  72. width: 44rpx;
  73. height: 44rpx;
  74. border-radius: 50%;
  75. }
  76. .item-container .item-container-center .tag-container .item-tag-container.data-v-3871369c {
  77. width: 44rpx;
  78. height: 44rpx;
  79. display: flex;
  80. justify-content: center;
  81. align-items: center;
  82. }
  83. .item-container .item-container-center .tag-container .item-tag-container .item-tag.data-v-3871369c {
  84. width: 48rpx;
  85. height: 48rpx;
  86. border-radius: 50%;
  87. }
  88. .item-container .item-container-center .line-container.data-v-3871369c {
  89. box-sizing: border-box;
  90. width: 44rpx;
  91. display: flex;
  92. align-items: center;
  93. justify-content: center;
  94. }
  95. .item-container .item-container-center .line-container .line.data-v-3871369c {
  96. width: 2rpx;
  97. background-color: #dcdcdc;
  98. }
  99. .item-container .item-container-right.data-v-3871369c {
  100. width: 500rpx;
  101. box-sizing: border-box;
  102. padding: 0 10rpx 0 24rpx;
  103. }
  104. .item-container .item-container-right .item-title.data-v-3871369c {
  105. width: 100%;
  106. height: 40rpx;
  107. line-height: 44rpx;
  108. color: #222;
  109. font-size: 28rpx;
  110. }
  111. .item-container .item-container-right .item-desc.data-v-3871369c {
  112. margin-top: 16rpx;
  113. width: 100%;
  114. min-height: 30rpx;
  115. line-height: 30rpx;
  116. word-wrap: break-word;
  117. word-break: normal;
  118. }
  119. .item-container .item-container-right .item-time.data-v-3871369c {
  120. margin-top: 12rpx;
  121. width: 100%;
  122. height: 34rpx;
  123. line-height: 34rpx;
  124. font-size: 24rpx;
  125. }
  126. .line-state.data-v-3871369c {
  127. width: 20rpx;
  128. height: 20rpx;
  129. border-radius: 50%;
  130. }
  131. .take-space.data-v-3871369c {
  132. width: 100%;
  133. height: 80rpx;
  134. }
  135. .text-1A1A1A.data-v-3871369c {
  136. color: #1a1a1a;
  137. }
  138. .text-999999.data-v-3871369c {
  139. color: #999999;
  140. }
  141. .text-808080.data-v-3871369c {
  142. color: #808080;
  143. }
  144. .text-df.data-v-3871369c {
  145. font-size: 28rpx;
  146. }
  147. .text-sm.data-v-3871369c {
  148. font-size: 24rpx;
  149. }