history.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-dee72078 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-dee72078 {
  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-dee72078: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. .browseHistory.data-v-dee72078 {
  51. padding: 20rpx;
  52. min-height: 100vh;
  53. box-sizing: border-box;
  54. }
  55. .selcheck.data-v-dee72078 {
  56. width: 80rpx;
  57. padding-left: 20rpx;
  58. }
  59. .topEditOpar.data-v-dee72078 {
  60. display: flex;
  61. padding: 10rpx 20rpx;
  62. display: flex;
  63. align-items: center;
  64. justify-content: space-between;
  65. text-align: center;
  66. }
  67. .topEditOpar .text.data-v-dee72078 {
  68. flex: 1;
  69. text-align: right;
  70. font-weight: bold;
  71. font-size: 32rpx;
  72. }
  73. .topEditOpar .opartxt.data-v-dee72078 {
  74. color: #20a333;
  75. }
  76. .list.data-v-dee72078 {
  77. background-color: #fff;
  78. border-radius: 20rpx;
  79. }
  80. .list_item.data-v-dee72078 {
  81. display: flex;
  82. align-items: center;
  83. padding: 20rpx 10rpx;
  84. border-bottom: 1rpx solid #efefef;
  85. }
  86. .list_item .list_left.data-v-dee72078 {
  87. width: 170rpx;
  88. height: 170rpx;
  89. position: relative;
  90. }
  91. .list_item .list_left image.data-v-dee72078 {
  92. width: 170rpx;
  93. height: 170rpx;
  94. }
  95. .list_item .list_left .xiajia.data-v-dee72078 {
  96. position: absolute;
  97. width: 90rpx;
  98. height: 90rpx;
  99. border-radius: 50%;
  100. color: #fff;
  101. display: flex;
  102. align-items: center;
  103. justify-content: center;
  104. background-color: rgba(0, 0, 0, 0.5);
  105. top: 40rpx;
  106. left: 40rpx;
  107. -webkit-transform: rotate(30deg);
  108. transform: rotate(30deg);
  109. font-size: 24rpx;
  110. }
  111. .list_item .list_right.data-v-dee72078 {
  112. margin-left: 24rpx;
  113. width: 100%;
  114. }
  115. .list_item .list_right .goods_title.data-v-dee72078 {
  116. font-size: 28rpx;
  117. font-weight: 400;
  118. color: #171717;
  119. height: 80rpx;
  120. margin-top: 6rpx;
  121. }
  122. .list_item .list_right .goods_titlesm.data-v-dee72078 {
  123. font-size: 24rpx;
  124. font-weight: 400;
  125. color: #999;
  126. }
  127. .list_item .list_right .right_bottom.data-v-dee72078 {
  128. display: flex;
  129. justify-content: space-between;
  130. align-items: center;
  131. margin-top: 10rpx;
  132. }
  133. .list_item .list_right .right_bottom .bottom_left.data-v-dee72078 {
  134. display: flex;
  135. align-items: center;
  136. }
  137. .list_item .list_right .right_bottom .bottom_left image.data-v-dee72078 {
  138. width: 32rpx;
  139. height: 32rpx;
  140. margin-right: 10rpx;
  141. }
  142. .list_item .list_right .right_bottom .bottom_left ._span.data-v-dee72078 {
  143. font-size: 24rpx;
  144. font-weight: 400;
  145. color: #696969;
  146. line-height: 34rpx;
  147. }
  148. .list_item .list_right .right_bottom .bottom_left .bottom_num.data-v-dee72078 {
  149. font-size: 32rpx;
  150. font-weight: 500;
  151. color: #fd4558;
  152. line-height: 44rpx;
  153. margin-right: 8rpx;
  154. }
  155. .list_item .list_right .right_bottom .bottom_right.data-v-dee72078 {
  156. font-size: 40rpx;
  157. font-weight: 400;
  158. text-align: center;
  159. color: #38C148;
  160. }
  161. .goodsItem.data-v-dee72078 {
  162. display: flex;
  163. flex: 1;
  164. }