poster.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-4f224564 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-4f224564 {
  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-4f224564: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. .purchase.data-v-4f224564 {
  51. margin: 30rpx 30rpx 28rpx 30rpx;
  52. display: flex;
  53. }
  54. .purchase .pur_left .left_img.data-v-4f224564 {
  55. position: relative;
  56. width: 304rpx;
  57. height: 394rpx;
  58. border-radius: 15rpx;
  59. overflow: hidden;
  60. }
  61. .purchase .pur_left .left_img image.data-v-4f224564 {
  62. width: 304rpx;
  63. height: 394rpx;
  64. }
  65. .purchase .pur_left .left_head.data-v-4f224564 {
  66. font-size: 24rpx;
  67. font-family: PingFangSC-Semibold, PingFang SC;
  68. font-weight: 600;
  69. color: #ffe7d3;
  70. line-height: 34rpx;
  71. margin-bottom: 10rpx;
  72. }
  73. .purchase .pur_left .left_foot.data-v-4f224564 {
  74. font-size: 16rpx;
  75. font-family: PingFangSC-Regular, PingFang SC;
  76. font-weight: 400;
  77. text-align: center;
  78. color: #9d724e;
  79. line-height: 32rpx;
  80. width: 116rpx;
  81. height: 32rpx;
  82. background: linear-gradient(90deg, #fdefe0 0%, #fbdabe 100%);
  83. border-radius: 14rpx;
  84. }
  85. .purchase .pur_right.data-v-4f224564 {
  86. margin-left: 22rpx;
  87. }
  88. .purchase .pur_right .right_top.data-v-4f224564 {
  89. margin-bottom: 22rpx;
  90. border-radius: 15rpx;
  91. overflow: hidden;
  92. }
  93. .purchase .pur_right .right_top .top_img.data-v-4f224564 {
  94. position: relative;
  95. width: 364rpx;
  96. height: 186rpx;
  97. }
  98. .purchase .pur_right .right_top .top_img image.data-v-4f224564 {
  99. width: 364rpx;
  100. height: 186rpx;
  101. }
  102. .purchase .pur_right .right_top .top_title.data-v-4f224564 {
  103. font-size: 24rpx;
  104. font-family: PingFangSC-Semibold, PingFang SC;
  105. font-weight: 600;
  106. color: #2f3438;
  107. line-height: 34rpx;
  108. margin-bottom: 10rpx;
  109. }
  110. .purchase .pur_right .right_top .top_pur.data-v-4f224564 {
  111. font-size: 16rpx;
  112. font-family: PingFangSC-Regular, PingFang SC;
  113. font-weight: 400;
  114. text-align: center;
  115. color: #ffffff;
  116. line-height: 32rpx;
  117. width: 116rpx;
  118. height: 32rpx;
  119. background: #1eb7cf;
  120. border-radius: 14rpx;
  121. }
  122. .purchase .pur_right .right_bottom .bottom_img.data-v-4f224564 {
  123. position: relative;
  124. width: 364rpx;
  125. height: 186rpx;
  126. border-radius: 15rpx;
  127. overflow: hidden;
  128. }
  129. .purchase .pur_right .right_bottom .bottom_img image.data-v-4f224564 {
  130. width: 364rpx;
  131. height: 186rpx;
  132. }
  133. .purchase .pur_right .right_bottom .bottom_title.data-v-4f224564 {
  134. font-size: 24rpx;
  135. font-family: PingFangSC-Semibold, PingFang SC;
  136. font-weight: 600;
  137. color: #2f3438;
  138. line-height: 34rpx;
  139. margin-bottom: 10rpx;
  140. }
  141. .purchase .pur_right .right_bottom .bottom_pur.data-v-4f224564 {
  142. font-size: 16rpx;
  143. font-family: PingFangSC-Regular, PingFang SC;
  144. font-weight: 400;
  145. text-align: center;
  146. color: #ffffff;
  147. line-height: 32rpx;
  148. width: 116rpx;
  149. height: 32rpx;
  150. background: #e28843;
  151. border-radius: 14rpx;
  152. }