index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. .integral_all.data-v-10fc0cd4 {
  2. width: 100%;
  3. background-color: #FCD202;
  4. }
  5. /* 积分信息 */
  6. .information.data-v-10fc0cd4 {
  7. width: 94%;
  8. padding: 4% 3% 5%;
  9. display: flex;
  10. align-items: center;
  11. justify-content: space-between;
  12. }
  13. .information_le.data-v-10fc0cd4 {
  14. /* width: 70%; */
  15. color: #FFFFFF;
  16. }
  17. .information_text1.data-v-10fc0cd4 {
  18. font-size: 28rpx;
  19. font-weight: 500;
  20. color: #FFFFFF;
  21. margin-bottom: 10rpx;
  22. line-height: 32rpx
  23. }
  24. .information_text2.data-v-10fc0cd4 {
  25. font-size: 60rpx;
  26. font-weight: bold;
  27. color: #FFFFFF;
  28. margin-bottom: 10rpx;
  29. }
  30. .information_text3.data-v-10fc0cd4 {
  31. font-size: 28rpx;
  32. font-weight: 500;
  33. color: #FFFFFF;
  34. line-height: 32rpx;
  35. }
  36. .information_ri.data-v-10fc0cd4 {
  37. /* width: 30%; */
  38. /* padding-top: 50rpx; */
  39. position: relative;
  40. }
  41. .information_ri image.data-v-10fc0cd4 {
  42. width: 218rpx;
  43. height: 98rpx;
  44. }
  45. .information_text4.data-v-10fc0cd4 {
  46. color: #FFFFFF;
  47. position: absolute;
  48. /* bottom: 0; */
  49. left: 51rpx;
  50. top: 23rpx;
  51. font-size: 28rpx;
  52. /* right: 0; */
  53. /* margin: auto; */
  54. }
  55. .duihuan.data-v-10fc0cd4 {
  56. padding: 8rpx 18rpx;
  57. background-color: #FCD202;
  58. box-shadow: 0 0 10rpx #FCD202;
  59. }
  60. /* 兑换商品 */
  61. .integral_goods.data-v-10fc0cd4 {
  62. width: 100%;
  63. background-color: #F5F5F5;
  64. border-top-left-radius: 18rpx;
  65. border-top-right-radius: 18rpx;
  66. padding-bottom: 3%;
  67. }
  68. .integral_goods_sty.data-v-10fc0cd4 {
  69. width: 94%;
  70. margin: 0 auto;
  71. display: flex;
  72. flex-wrap: wrap;
  73. justify-content: space-between;
  74. padding-top: 3%;
  75. }
  76. .integral_goods_sty1.data-v-10fc0cd4 {
  77. width: 48.5%;
  78. /* margin-left: 3%; */
  79. background-color: #FFFFFF;
  80. padding: 0 2% 4%;
  81. border-radius: 18rpx;
  82. margin-bottom: 3%;
  83. }
  84. /* .integral_goods_sty1:first-child {
  85. margin-left: 0;
  86. } */
  87. .integral_goods_sty1 image.data-v-10fc0cd4 {
  88. width: 100%;
  89. height: 240rpx;
  90. }
  91. .integral_goods_text.data-v-10fc0cd4 {
  92. font-size: 35rpx;
  93. font-weight: bold;
  94. color: #333333;
  95. line-height: 1.8;
  96. }
  97. .integral_goods_sty_bo.data-v-10fc0cd4 {
  98. display: flex;
  99. margin-top: 2%;
  100. }
  101. .integral_goods_sty_bo_le.data-v-10fc0cd4 {
  102. width: 65%;
  103. color: #999999;
  104. font-size: 30rpx;
  105. }
  106. .integral_goods_text2.data-v-10fc0cd4 {
  107. color: #D80204;
  108. font-size: 28rpx;
  109. margin-right: 4rpx;
  110. font-weight: bold;
  111. }
  112. .integral_goods_sty_bo_ri.data-v-10fc0cd4 {
  113. width: 35%;
  114. background-color: #FCD202;
  115. font-size: 24rpx;
  116. font-weight: bold;
  117. color: #333333;
  118. padding: 2% 0;
  119. text-align: center;
  120. border-radius: 50rpx;
  121. }