goods-select-sku.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-5280eb5e {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-5280eb5e {
  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-5280eb5e: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. .info.data-v-5280eb5e {
  51. padding: 30rpx 30rpx 0 30rpx;
  52. display: flex;
  53. align-items: flex-end;
  54. }
  55. .info .pic.data-v-5280eb5e {
  56. margin-right: 30rpx;
  57. }
  58. .info .desc .price.data-v-5280eb5e {
  59. margin-bottom: 20rpx;
  60. }
  61. .info .desc .price text.data-v-5280eb5e:nth-child(1) {
  62. font-size: 24rpx;
  63. color: #f00;
  64. vertical-align: bottom;
  65. }
  66. .info .desc .price text.data-v-5280eb5e:nth-child(2) {
  67. font-size: 36rpx;
  68. color: #f00;
  69. vertical-align: bottom;
  70. }
  71. .info .desc .select text.data-v-5280eb5e:nth-child(1) {
  72. font-size: 24rpx;
  73. color: #696969;
  74. margin-right: 20rpx;
  75. }
  76. .info .desc .select text.data-v-5280eb5e:nth-child(2) {
  77. font-size: 24rpx;
  78. color: #171717;
  79. }
  80. .sku.data-v-5280eb5e {
  81. padding: 30rpx 30rpx 0 30rpx;
  82. }
  83. .sku .title.data-v-5280eb5e {
  84. font-size: 28rpx;
  85. color: #171717;
  86. margin-bottom: 16rpx;
  87. }
  88. .sku .list .item.data-v-5280eb5e {
  89. height: 80rpx;
  90. padding: 0 30rpx;
  91. margin-bottom: 24rpx;
  92. font-size: 28rpx;
  93. border: 1rpx solid #eee;
  94. color: #38C148;
  95. display: flex;
  96. justify-content: space-between;
  97. align-items: center;
  98. border-radius: 10rpx;
  99. }
  100. .sku .list .item.select.data-v-5280eb5e {
  101. font-weight: bold;
  102. border: 1rpx solid #38C148;
  103. }
  104. .sku .list .item.disable.data-v-5280eb5e {
  105. color: #ddd;
  106. }
  107. .num.data-v-5280eb5e {
  108. padding: 30rpx;
  109. display: flex;
  110. justify-content: space-between;
  111. align-items: center;
  112. }
  113. .num .title.data-v-5280eb5e {
  114. font-size: 28rpx;
  115. color: #171717;
  116. }
  117. .operate.data-v-5280eb5e {
  118. display: flex;
  119. align-items: center;
  120. height: 100rpx;
  121. padding-left: 20rpx;
  122. /* /deep/button {
  123. height: 100rpx;
  124. line-height: 100rpx;
  125. border-radius: 0 !important;
  126. &::after {
  127. border: initial;
  128. }
  129. } */
  130. }