order-goods-card.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-b9243988 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-b9243988 {
  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-b9243988: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. .sigleI.data-v-b9243988 {
  51. border-bottom: 1rpx solid #efefef;
  52. }
  53. .oparBtns.data-v-b9243988 {
  54. padding: 15rpx 30rpx;
  55. }
  56. .content.data-v-b9243988 {
  57. display: flex;
  58. align-items: center;
  59. align-content: space-between;
  60. padding: 30rpx;
  61. }
  62. .content .pic.data-v-b9243988 {
  63. margin-right: 24rpx;
  64. border-radius: 16rpx;
  65. overflow: hidden;
  66. }
  67. .content .info.data-v-b9243988 {
  68. width: 280rpx;
  69. margin-right: 20rpx;
  70. }
  71. .content .info .title.data-v-b9243988 {
  72. width: 100%;
  73. display: -webkit-box;
  74. overflow: hidden;
  75. -webkit-line-clamp: 2;
  76. -webkit-box-orient: vertical;
  77. font-size: 28rpx;
  78. font-weight: 400;
  79. color: #171717;
  80. margin-bottom: 14rpx;
  81. }
  82. .content .info .desc.data-v-b9243988 {
  83. display: flex;
  84. justify-content: flex-start;
  85. align-items: flex-end;
  86. margin-bottom: 18rpx;
  87. }
  88. .content .info .desc .item.data-v-b9243988 {
  89. margin-right: 24rpx;
  90. }
  91. .content .info .desc .item text.data-v-b9243988:nth-child(1) {
  92. font-size: 24rpx;
  93. color: #8f92a1;
  94. margin-right: 8rpx;
  95. }
  96. .content .info .desc .item text.data-v-b9243988:nth-child(2) {
  97. font-size: 24rpx;
  98. color: #696969;
  99. }
  100. .content .info .price text.data-v-b9243988:nth-child(1) {
  101. font-size: 16rpx;
  102. color: #171717;
  103. }
  104. .content .info .price text.data-v-b9243988:nth-child(2) {
  105. font-size: 28rpx;
  106. color: #171717;
  107. }
  108. .content .status.data-v-b9243988 {
  109. width: 120rpx;
  110. }
  111. .content .status .status-label.data-v-b9243988 {
  112. width: 100%;
  113. text-align: right;
  114. font-size: 28rpx;
  115. color: #38C148;
  116. margin-bottom: 100rpx;
  117. height: 28rpx;
  118. }
  119. .content .status .num.data-v-b9243988 {
  120. width: 100%;
  121. text-align: right;
  122. }
  123. .content .status .num text.data-v-b9243988:nth-child(1) {
  124. font-size: 24rpx;
  125. color: #c3c6cb;
  126. vertical-align: bottom;
  127. }
  128. .content .status .num text.data-v-b9243988:nth-child(2) {
  129. font-size: 28rpx;
  130. color: #c3c6cb;
  131. vertical-align: bottom;
  132. }
  133. .descp.data-v-b9243988 {
  134. margin-right: 20rpx;
  135. color: #aaa;
  136. }