everyday.vue 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. <template>
  2. <view class="page">
  3. <view class="index-navbar">
  4. <view class="" style="position: relative;;">
  5. <!-- <view class="back"></view> -->
  6. <u-navbar title-width='300' title='每日签到' :is-back="true" :border-bottom="false"
  7. :background="{background:'rgba(0,0,0,0)'}" :isFixed="true"></u-navbar>
  8. </view>
  9. </view>
  10. <view class="u-flex u-row-between top">
  11. <view class="">
  12. <view class="u-flex u-row-between">
  13. <view class="">
  14. <view class="u-flex">
  15. <text class="jifen">2</text>
  16. <image style="width: 40rpx;height: 40rpx;" src="" mode=""></image>
  17. </view>
  18. <text class="huoqu">每日签到可得1积分</text>
  19. </view>
  20. <view class="haowu">
  21. 积分兑好物
  22. </view>
  23. </view>
  24. <view class="qiandao">
  25. 今日签到
  26. </view>
  27. <view class="" style="margin-top: 46rpx;">
  28. <u-icon name="info-circle" color="#5881C1" size="22"></u-icon>
  29. <text class="guize">积分规则</text>
  30. </view>
  31. </view>
  32. <image style="width: 208rpx;height: 308rpx;" src="/pageA/static/images/meimei.png" mode=""></image>
  33. </view>
  34. <view class="rili">
  35. <d-rili></d-rili>
  36. </view>
  37. <view class="jiangli">
  38. <view class="ji">签到奖励</view>
  39. <view class="u-flex">
  40. <view class="">
  41. <view class="qian u-flex-col u-col-center">
  42. <view class="hui">
  43. <u-icon name="more-dot-fill" color="#fff" size="28"></u-icon>
  44. </view>
  45. <view class="font1">
  46. 累计签到7天
  47. </view>
  48. <view class="font2">
  49. 额外奖励3积分
  50. </view>
  51. </view>
  52. </view>
  53. <view class="" style='margin-left:42rpx'>
  54. <view class="qian u-flex-col u-col-center">
  55. <view class="hui">
  56. <u-icon name="more-dot-fill" color="#fff" size="28"></u-icon>
  57. </view>
  58. <view class="font1">
  59. 累计签到17天
  60. </view>
  61. <view class="font2">
  62. 额外奖励5积分
  63. </view>
  64. </view>
  65. </view>
  66. <view class="" style='margin-left:42rpx'>
  67. <view class="qian u-flex-col u-col-center">
  68. <view class="hui">
  69. <u-icon name="more-dot-fill" color="#fff" size="28"></u-icon>
  70. </view>
  71. <view class="font1">
  72. 累计签到27天
  73. </view>
  74. <view class="font2">
  75. 额外奖励7积分
  76. </view>
  77. </view>
  78. </view>
  79. </view>
  80. </view>
  81. <view class="" style="height: 136rpx;"></view>
  82. <view class="bottom u-flex u-col-center " style="justify-content: center;">
  83. <view class="button" @click="task">
  84. 做任务赚积分
  85. </view>
  86. </view>
  87. </view>
  88. </template>
  89. <script>
  90. export default {
  91. data() {
  92. return {
  93. show: true,
  94. mode: 'date'
  95. };
  96. },
  97. methods: {
  98. task() {
  99. this.$u.toast('暂未开放')
  100. }
  101. }
  102. }
  103. </script>
  104. <style lang="scss" scoped>
  105. .button {
  106. width: 420rpx;
  107. height: 82rpx;
  108. background: linear-gradient(90deg, #B8E7FB 0%, #97D6F6 100%);
  109. opacity: 1;
  110. border-radius: 42rpx;
  111. font-size: 36rpx;
  112. font-family: PingFangSC-Regular;
  113. font-weight: 400;
  114. line-height: 82rpx;
  115. color: #FFFFFF;
  116. text-align: center;
  117. }
  118. .bottom {
  119. width: 750rpx;
  120. height: 122rpx;
  121. background: rgba(255, 255, 255, 1);
  122. position: fixed;
  123. bottom: 0;
  124. left: 0;
  125. }
  126. .ji {
  127. font-size: 30rpx;
  128. font-family: PingFangSC-Regular;
  129. font-weight: 500;
  130. line-height: 42rpx;
  131. color: #323337;
  132. margin-bottom: 18rpx;
  133. }
  134. .hui {
  135. width: 50rpx;
  136. height: 50rpx;
  137. background: rgba(187, 187, 187, 1);
  138. display: flex;
  139. justify-content: center;
  140. align-items: center;
  141. border-radius: 50%;
  142. }
  143. .font1 {
  144. font-size: 24rpx;
  145. font-family: PingFang SC;
  146. font-weight: 400;
  147. line-height: 34rpx;
  148. color: #7A7A7A;
  149. margin-top: 16rpx;
  150. }
  151. .font2 {
  152. font-size: 20rpx;
  153. font-family: PingFangSC-Regular;
  154. font-weight: 400;
  155. line-height: 28rpx;
  156. color: #959595;
  157. }
  158. .qian {
  159. width: 184rpx;
  160. height: 176rpx;
  161. background: rgba(239, 239, 240, 1);
  162. border-radius: 16rpx;
  163. padding: 25rpx 0 22rpx 0;
  164. }
  165. .jiangli {
  166. margin-top: 40rpx;
  167. width: 692rpx;
  168. height: 316rpx;
  169. background: rgba(255, 255, 255, 1);
  170. border-radius: 34rpx;
  171. padding: 34rpx 24rpx 0;
  172. }
  173. .rili {
  174. // width: 702rpx;
  175. // height: 848rpx;
  176. // padding:0 24rpx;
  177. // border-radius: 36rpx;
  178. }
  179. .guize {
  180. font-size: 22rpx;
  181. font-weight: 400;
  182. line-height: 26rpx;
  183. color: #5881C1;
  184. }
  185. .qiandao {
  186. width: 168rpx;
  187. height: 54rpx;
  188. background: linear-gradient(180deg, #B8E7FB 0%, #97D6F6 100%);
  189. box-shadow: 0rpx 6rpx 12rpx rgba(143, 204, 241, 1);
  190. border-radius: 28rpx;
  191. font-size: 26rpx;
  192. font-family: PingFangSC-Regular;
  193. line-height: 56rpx;
  194. color: #FFF7F7;
  195. text-align: center;
  196. margin-top: 28rpx;
  197. }
  198. .haowu {
  199. width: 158rpx;
  200. height: 48rpx;
  201. background: rgba(255, 255, 255, 1);
  202. border-radius: 24rpx;
  203. font-size: 24rpx;
  204. font-family: PingFang SC;
  205. font-weight: 400;
  206. line-height: 48rpx;
  207. color: #26303A;
  208. text-align: center;
  209. margin-left: 108rpx;
  210. margin-right: -50rpx;
  211. }
  212. .jifen {
  213. font-size: 70rpx;
  214. font-family: PingFang SC;
  215. font-weight: 500;
  216. line-height: 98rpx;
  217. color: #323337;
  218. }
  219. .huoqu {
  220. font-size: 24rpx;
  221. font-family: PingFang SC;
  222. font-weight: 400;
  223. line-height: 34rpx;
  224. color: #7C879A;
  225. }
  226. .top {
  227. padding: 24rpx 44rpx 0 40rpx;
  228. }
  229. .page {
  230. position: absolute;
  231. top: 0;
  232. left: 0;
  233. z-index: -1;
  234. width: 750rpx;
  235. min-height: 100vh;
  236. background: linear-gradient(180deg, #CFF4FE 0%, #D5E5FF 41%, #8FCCF1 100%);
  237. padding: 0 24rpx;
  238. }
  239. .index-navbar {
  240. position: sticky;
  241. top: 0;
  242. left: 0;
  243. width: 750rpx;
  244. z-index: 100;
  245. // overflow: hidden;
  246. // .back {
  247. // position: absolute;
  248. // top: 0;
  249. // left: 0;
  250. // z-index: -1;
  251. // width: 750rpx;
  252. // height: 100vh;
  253. // background: linear-gradient(180deg, #CFF4FE 0%, #D5E5FF 41%, #8FCCF1 100%);
  254. // }
  255. }
  256. </style>