Index.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. .bgImg {
  2. height: 520rpx;
  3. width: 100%;
  4. position: absolute;
  5. top: 0;
  6. left: 0;
  7. }
  8. .contentBox {
  9. overflow-y: auto;
  10. position: relative;
  11. z-index: 9;
  12. }
  13. .numberBox {
  14. text-align: center;
  15. font-size: 32rpx;
  16. color: #fff;
  17. padding: 30rpx 0 40rpx;
  18. }
  19. .userMoney {
  20. font-size: 56rpx;
  21. font-weight: bold;
  22. vertical-align: text-bottom;
  23. margin-left: 4rpx;
  24. }
  25. .userMoneyTips {
  26. display: block;
  27. width: 180rpx;
  28. margin-left: calc(50% - 130rpx);
  29. font-size: 28rpx;
  30. padding: 14rpx 40rpx;
  31. margin-top: 10rpx;
  32. border-radius: 50rpx;
  33. color: #eefcfd;
  34. background-color: #2a74c9;
  35. }
  36. .rewardBox {
  37. background-color: #fff;
  38. border-radius: 50rpx 50rpx 0 0;
  39. height: calc(100% - 190rpx);
  40. }
  41. .rewardDetailBox {
  42. height: calc(100% - 120rpx);
  43. background-color: #fff;
  44. position: relative;
  45. overflow-y: auto;
  46. }
  47. .rewardHeaderBox {
  48. line-height: 0;
  49. background-color: #fff;
  50. border-radius: 50rpx 50rpx 0 0;
  51. margin-bottom: 20rpx;
  52. }
  53. .tabBox {
  54. padding: 0;
  55. line-height: 48rpx;
  56. }
  57. .tabItem {
  58. padding: 40rpx 0 30rpx;
  59. display: inline-block;
  60. width: calc(50%);
  61. text-align: center;
  62. color: #333;
  63. font-size: 28rpx;
  64. position: relative;
  65. }
  66. .active {
  67. color: #3e6ffd;
  68. font-weight: bold;
  69. }
  70. .active::after {
  71. content: " ";
  72. width: 100rpx;
  73. height: 4rpx;
  74. background-color: #3e6ffd;
  75. position: absolute;
  76. bottom: 2rpx;
  77. left: calc(50% - 50rpx);
  78. }
  79. .titleTips {
  80. background-color: #fff;
  81. padding: 0rpx 0 20rpx 20rpx;
  82. }
  83. .tipsIcon {
  84. width: 16rpx;
  85. height: 16rpx;
  86. margin: 0 10rpx 4rpx 0;
  87. }
  88. .tipsText {
  89. font-size: 28rpx;
  90. color: #000;
  91. }
  92. .linkText {
  93. font-size: 28rpx;
  94. color: #438cd8;
  95. text-decoration: underline;
  96. }
  97. .rewardContentBox {
  98. position: relative;
  99. height: calc(100% - 120rpx);
  100. background-color: #fff;
  101. }
  102. .rewardTitleBox {
  103. padding: 30rpx 20rpx 30rpx 50rpx;
  104. border-bottom: 2rpx #e2e2e2 solid;
  105. background-color: #f9f9f9;
  106. }
  107. .rewardTitle {
  108. color: #a3a3a3;
  109. font-size: 32rpx;
  110. position: relative;
  111. display: inline-block;
  112. width: calc(100% - 300rpx);
  113. vertical-align: text-bottom;
  114. }
  115. .rewardTitle::before {
  116. content: '';
  117. width: 10rpx;
  118. height: 34rpx;
  119. background-image: linear-gradient(to bottom, #3581d5, #5ca4f6);
  120. position: absolute;
  121. top: 0rpx;
  122. left: -18rpx;
  123. }
  124. .rewardTitleIcon {
  125. width: 30rpx;
  126. height: 30rpx;
  127. vertical-align: bottom;
  128. margin-left: 10rpx;
  129. }
  130. .rewardTitleNum {
  131. display: inline-block;
  132. width: 300rpx;
  133. vertical-align: text-bottom;
  134. color: #000;
  135. font-size: 28rpx;
  136. text-align: right;
  137. }
  138. .rewardListBox {
  139. padding: 0 20rpx;
  140. }
  141. .rewardItemBox {
  142. padding: 46rpx 10rpx 40rpx;
  143. border-bottom: 2rpx #eee solid;
  144. }
  145. .itemImg {
  146. width: 80rpx;
  147. height: 80rpx;
  148. display: inline-block;
  149. vertical-align: middle;
  150. margin-right: 30rpx;
  151. }
  152. .itemInfoBox {
  153. display: inline-block;
  154. vertical-align: middle;
  155. width: calc(100% - 110rpx);
  156. }
  157. .itemTextBox {
  158. display: inline-block;
  159. vertical-align: middle;
  160. width: calc(100% - 190rpx);
  161. }
  162. .itemTitle {
  163. font-size: 30rpx;
  164. color: #000;
  165. width: 100%;
  166. overflow: hidden;
  167. text-overflow: ellipsis;
  168. white-space: nowrap;
  169. padding-bottom: 10rpx;
  170. }
  171. .itemReasonBox {
  172. margin: 6rpx 0;
  173. margin-left: -2rpx;
  174. }
  175. .itemGridmanReason {
  176. width: -webkit-fit-content;
  177. width: fit-content;
  178. display: inline-block;
  179. font-size: 24rpx;
  180. padding: 8rpx 24rpx;
  181. background-color: #fff;
  182. border: 2rpx #df1617 solid;
  183. color: #df1617;
  184. border-radius: 50rpx;
  185. }
  186. .itemReason {
  187. width: -webkit-fit-content;
  188. width: fit-content;
  189. display: inline-block;
  190. font-size: 24rpx;
  191. padding: 10rpx 0 10rpx 20rpx;
  192. background-color: #fff;
  193. color: #999;
  194. }
  195. .itemDate {
  196. padding-top: 10rpx;
  197. font-size: 24rpx;
  198. color: #999;
  199. width: 100%;
  200. }
  201. .itemRedNum {
  202. display: inline-block;
  203. vertical-align: middle;
  204. text-align: right;
  205. width: 190rpx;
  206. }
  207. .itemRedNumText {
  208. display: block;
  209. font-size: 42rpx;
  210. color: #df1617;
  211. }
  212. .itemRedNumBtn {
  213. display: block;
  214. font-size: 28rpx;
  215. color: #fff;
  216. background-color: #3e6ffd;
  217. padding: 20rpx 0;
  218. width: 120rpx;
  219. text-align: center;
  220. margin: 20rpx 0 0 70rpx;
  221. border-radius: 10rpx;
  222. }
  223. .itemRechargeTipsBox {
  224. display: flex;
  225. justify-content: space-between;
  226. padding-top: 10rpx;
  227. font-size: 24rpx;
  228. color: #999;
  229. width: 100%;
  230. }
  231. .itemRechargeTips {
  232. text-align: right;
  233. color: #df1617;
  234. }
  235. /* 自定提示弹窗 */
  236. .popMask {
  237. position: fixed;
  238. left: 0;
  239. top: 0;
  240. right: 0;
  241. bottom: 0;
  242. display: flex;
  243. justify-content: center;
  244. align-items: center;
  245. background-color: rgba(0, 0, 0, 0.2);
  246. line-height: 1 !important;
  247. z-index: 99;
  248. }
  249. .popContent {
  250. width: 80%;
  251. line-height: 1 !important;
  252. }
  253. .popTips {
  254. width: 100%;
  255. font-size: 36rpx;
  256. color: #333;
  257. font-weight: bold;
  258. text-align: center;
  259. padding: 30rpx 0;
  260. line-height: 1 !important;
  261. background-color: #fff;
  262. border-radius: 30rpx 30rpx 0 0;
  263. }
  264. .popImg {
  265. width: 100%;
  266. height: 600rpx;
  267. border-radius: 0 0 30rpx 30rpx;
  268. }
  269. .popClose {
  270. margin-top: 30rpx;
  271. width: 80rpx;
  272. height: 80rpx;
  273. margin-left: calc(50% - 40rpx);
  274. }
  275. .noneBox {
  276. background-color: #fff;
  277. border-radius: 50rpx 50rpx 0 0;
  278. padding: 50rpx 20rpx;
  279. text-align: center;
  280. }
  281. .noneImg {
  282. width: 200rpx;
  283. height: 200rpx;
  284. }
  285. .noneTips {
  286. font-size: 26rpx;
  287. color: #aaaaaa;
  288. text-align: center;
  289. margin-top: 10rpx;
  290. }