integral.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. .container {
  17. padding: 0 24rpx;
  18. }
  19. .wrapper {
  20. position: relative;
  21. z-index: 2;
  22. }
  23. .page-head {
  24. padding: 0 24rpx;
  25. height: 80rpx;
  26. font-size: 28rpx;
  27. position: relative;
  28. }
  29. .page-head .title {
  30. font-size: 32rpx;
  31. font-weight: bold;
  32. flex: 1;
  33. position: absolute;
  34. left: 50%;
  35. top: 50%;
  36. -webkit-transform: translate(-50%, -50%);
  37. transform: translate(-50%, -50%);
  38. }
  39. .integral {
  40. padding: 0 30rpx;
  41. box-sizing: border-box;
  42. }
  43. .integral .top {
  44. background: url("https://shop.xianghuaqi.net.cn/images/bg.png") no-repeat;
  45. height: 100rpx;
  46. padding: 0 30rpx 20rpx;
  47. background-size: 100%;
  48. }
  49. .integral .top image {
  50. height: 48rpx;
  51. }
  52. .integral .top .item {
  53. margin-right: 30rpx;
  54. }
  55. .integral .top .item text {
  56. font-family: Impact;
  57. font-size: 48rpx;
  58. margin-left: 10rpx;
  59. color: #904c18;
  60. }
  61. .integral .top .item:last-child text {
  62. color: #1c80eb;
  63. }
  64. .integral .top .item .status {
  65. background-color: #fff;
  66. border-radius: 18rpx;
  67. color: #3992f8;
  68. font-size: 20rpx;
  69. padding: 0 16rpx;
  70. margin-left: 20rpx;
  71. }
  72. .integral .wrap {
  73. padding: 30rpx 24rpx;
  74. box-sizing: border-box;
  75. border-radius: 20rpx;
  76. margin-top: -20rpx;
  77. }
  78. .integral .wrap .trans_num {
  79. font-size: 36rpx;
  80. font-weight: bold;
  81. }
  82. .integral .wrap .trans_num text {
  83. color: #f73e33;
  84. }
  85. .integral .wrap .today {
  86. background: #f2f8ff;
  87. border-radius: 12rpx;
  88. font-size: 24rpx;
  89. height: 60rpx;
  90. line-height: 60rpx;
  91. text-align: center;
  92. margin-bottom: 20rpx;
  93. }
  94. .integral .wrap .today text {
  95. color: #2b89f2;
  96. }
  97. .integral .wrap .title {
  98. font-weight: 700;
  99. font-size: 36rpx;
  100. color: #040404;
  101. line-height: 50rpx;
  102. }
  103. .integral .wrap .sub {
  104. line-height: 40rpx;
  105. font-size: 24rpx;
  106. font-weight: 400;
  107. color: #aaaaaa;
  108. }
  109. .integral .wrap .transformation {
  110. margin: 30rpx auto 56rpx;
  111. }
  112. .integral .wrap .transformation .int-item {
  113. background-color: #f7f8fa;
  114. width: 280rpx;
  115. height: 100rpx;
  116. border-radius: 12rpx;
  117. padding-left: 40rpx;
  118. box-sizing: border-box;
  119. }
  120. .integral .wrap .transformation .int-item image {
  121. height: 34rpx;
  122. }
  123. .integral .wrap .transformation .int-item input {
  124. color: #aaaaaa;
  125. font-size: 28rpx;
  126. margin-left: 10rpx;
  127. flex: 1;
  128. }
  129. .integral .wrap .transformation .dy {
  130. width: 40rpx;
  131. }
  132. .integral .wrap .submit {
  133. background: linear-gradient(142deg, #f16d60 0%, #f8352b 100%);
  134. width: 384rpx;
  135. height: 80rpx;
  136. line-height: 80rpx;
  137. text-align: center;
  138. color: #fff;
  139. margin: 0 auto;
  140. border-radius: 42rpx;
  141. }
  142. .integral .wrap .tips {
  143. color: #aaaaaa;
  144. margin-top: 12rpx;
  145. font-size: 24rpx;
  146. text-align: center;
  147. }
  148. .integral .wrap .task-wrap {
  149. margin-top: 40rpx;
  150. }
  151. .integral .wrap .task-wrap .task-list {
  152. margin: 20rpx auto;
  153. }
  154. .integral .wrap .task-wrap .task-list .logo {
  155. width: 90rpx;
  156. height: 92rpx;
  157. }
  158. .integral .wrap .task-wrap .task-list .logo image {
  159. width: 100%;
  160. height: 100%;
  161. }
  162. .integral .wrap .task-wrap .task-list .cont {
  163. flex: 1;
  164. margin: 0 20rpx;
  165. }
  166. .integral .wrap .task-wrap .task-list .cont .tit {
  167. line-height: 60rpx;
  168. font-weight: 700;
  169. font-size: 28rpx;
  170. }
  171. .integral .wrap .task-wrap .task-list .cont .desc {
  172. color: #616161;
  173. font-size: 24rpx;
  174. }
  175. .integral .wrap .task-wrap .task-list .btn {
  176. background: linear-gradient(151deg, #f8d360 0%, #f6c93d 100%);
  177. border-radius: 15px;
  178. font-size: 28rpx;
  179. color: #fff;
  180. width: 162rpx;
  181. height: 58rpx;
  182. text-align: center;
  183. line-height: 58rpx;
  184. }
  185. .integral .wrap .task-wrap .task-list:last-child {
  186. margin-bottom: 0;
  187. }
  188. .one-list {
  189. margin: 20rpx auto;
  190. }
  191. .energy-product {
  192. margin: 20rpx auto;
  193. }
  194. .djs-main {
  195. margin: 20rpx 0;
  196. font-size: 40rpx;
  197. text-align: center;
  198. color: #fd3b39;
  199. }