integralGoodsList.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. /*自定义主题色 */
  27. page.data-v-a55124e7 {
  28. height: 100%;
  29. background-color: #f5f5f5;
  30. }
  31. .content.data-v-a55124e7 {
  32. height: 100%;
  33. }
  34. .content .cont-box .top-box.data-v-a55124e7 {
  35. padding: 30rpx 30rpx 0 30rpx;
  36. width: 100%;
  37. background-color: #f5f5f5;
  38. }
  39. .content .cont-box .top-box .my-integral.data-v-a55124e7 {
  40. height: 200rpx;
  41. box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  42. background: linear-gradient(#FF5C03, #E2C99E);
  43. border-radius: 30rpx;
  44. display: flex;
  45. align-items: flex-start;
  46. justify-content: space-between;
  47. padding: 30rpx;
  48. }
  49. .content .cont-box .top-box .my-integral .integralbtn.data-v-a55124e7 {
  50. font-size: 24rpx;
  51. font-family: PingFang SC;
  52. color: #fff;
  53. margin-left: 16rpx;
  54. text-decoration: underline;
  55. }
  56. .content .cont-box .top-box .my-integral .btn.data-v-a55124e7 {
  57. margin-bottom: 30rpx;
  58. background-color: #fff;
  59. border-radius: 30rpx;
  60. display: flex;
  61. align-items: center;
  62. justify-content: center;
  63. padding: 10rpx 15rpx;
  64. font-size: 20rpx;
  65. font-family: PingFang SC;
  66. color: #FF5C03;
  67. }
  68. .content .cont-box .top-box .my-integral .left .label.data-v-a55124e7 {
  69. font-size: 28rpx;
  70. font-family: PingFang SC;
  71. color: #fff;
  72. }
  73. .content .cont-box .top-box .my-integral .left .integral.data-v-a55124e7 {
  74. font-weight: bold;
  75. font-size: 40rpx;
  76. font-family: PingFang SC;
  77. color: #fff;
  78. }
  79. .content .cont-box .top-box .my-integral .btn-box.data-v-a55124e7 {
  80. display: flex;
  81. flex-direction: column;
  82. align-items: flex-start;
  83. justify-content: flex-start;
  84. }
  85. .content .cont-box .top-box .tabs.data-v-a55124e7 {
  86. height: 88rpx;
  87. }
  88. .content .cont-box .integral-box.data-v-a55124e7 {
  89. padding: 0 30rpx 30rpx 30rpx;
  90. display: flex;
  91. align-items: flex-start;
  92. justify-content: flex-start;
  93. flex-wrap: wrap;
  94. }
  95. .content .cont-box .integral-box .item.data-v-a55124e7 {
  96. box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  97. background-color: #fff;
  98. width: calc(50% - 20rpx);
  99. border-radius: 15rpx;
  100. margin: 10rpx;
  101. display: flex;
  102. flex-direction: column;
  103. align-items: flex-start;
  104. justify-content: flex-start;
  105. }
  106. .content .cont-box .integral-box .item .top.data-v-a55124e7 {
  107. width: 100%;
  108. height: 300rpx;
  109. }
  110. .content .cont-box .integral-box .item .top image.data-v-a55124e7 {
  111. border-radius: 15rpx 15rpx 0rpx 0rpx;
  112. width: 100%;
  113. height: 300rpx;
  114. }
  115. .content .cont-box .integral-box .item .bottom.data-v-a55124e7 {
  116. width: 100%;
  117. padding: 15rpx;
  118. }
  119. .content .cont-box .integral-box .item .bottom .title.data-v-a55124e7 {
  120. font-weight: bold;
  121. font-size: 28rpx;
  122. font-family: PingFang SC;
  123. color: #111111;
  124. }
  125. .content .cont-box .integral-box .item .bottom .price-box.data-v-a55124e7 {
  126. margin-top: 10rpx;
  127. display: flex;
  128. align-items: center;
  129. justify-content: space-between;
  130. width: 100%;
  131. }
  132. .content .cont-box .integral-box .item .bottom .price-box .price.data-v-a55124e7 {
  133. padding: 5rpx 10rpx;
  134. background-color: #FF5C03;
  135. border-radius: 30rpx;
  136. font-size: 20rpx;
  137. font-family: PingFang SC;
  138. color: #ffffff;
  139. }
  140. .content .cont-box .integral-box .item .bottom .price-box .count.data-v-a55124e7 {
  141. font-size: 24rpx;
  142. font-family: PingFang SC;
  143. color: #333333;
  144. }