activity.wxss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. /* pages/signIn/index.wxss */
  2. page {
  3. background: #EDEDED;
  4. }
  5. .title-color {
  6. color: #EA443A;
  7. }
  8. .sign-head {
  9. position: fixed;
  10. left: 0;
  11. top: 0;
  12. z-index: 0;
  13. width: 100vw;
  14. }
  15. .head-bg image{
  16. width: 100vw;
  17. }
  18. .head-bar {
  19. width: 100%;
  20. position: absolute;
  21. left: 0;
  22. top: 0;
  23. text-align: center;
  24. color: #fff;
  25. font-size: 32rpx;
  26. }
  27. .sign-scroll-body {
  28. position: relative;
  29. z-index: 2;
  30. }
  31. .sign-info-extra {
  32. height: 252rpx;
  33. width: 100vw;
  34. display: flex;
  35. flex-direction: row;
  36. }
  37. .coupon_num_box {
  38. flex: 1;
  39. box-sizing: border-box;
  40. padding: 20rpx 0 20rpx 80rpx;
  41. }
  42. .my_coupon_title {
  43. font-size: 24rpx;
  44. font-weight: 400;
  45. }
  46. .coupon_num_box ._num_arear {
  47. padding: 10rpx 0 0 0rpx;
  48. box-sizing: border-box;
  49. height: 150rpx;
  50. width: 480rpx;
  51. white-space: nowrap;
  52. }
  53. ._num_arear ._num {
  54. font-size: 104rpx;
  55. vertical-align: baseline;
  56. height: 140rpx;
  57. display: inline-block;
  58. }
  59. ._num_arear ._unit {
  60. padding-left: 10rpx;
  61. font-size: 48rpx;
  62. font-weight: 400;
  63. vertical-align: baseline;
  64. display: inline-block;
  65. }
  66. ._num_arear ._btn {
  67. display: inline-block;
  68. font-size: 24rpx;
  69. border: 1px solid #fff;
  70. height: 26rpx;
  71. border-radius: 24rpx;
  72. padding: 4rpx 12rpx;
  73. margin-left: 20rpx;
  74. line-height: 24rpx;
  75. }
  76. .sign-info-extra ._look_btn {
  77. width: 180rpx;
  78. box-sizing: border-box;
  79. font-size: 24rpx;
  80. font-weight: 400;
  81. }
  82. .sign-card-box {
  83. width: 704rpx;
  84. height: 550rpx;
  85. margin: auto;
  86. background: #fff;
  87. border-radius: 8px;
  88. box-sizing: border-box;
  89. padding: 56rpx 40rpx 40rpx 40rpx;
  90. border-width: 2rpx;
  91. border-style: solid;
  92. }
  93. .sign-item-box {
  94. display: flex;
  95. flex-direction: row;
  96. }
  97. .sign-item-box ._left {
  98. width: 390rpx;
  99. display: flex;
  100. justify-content: space-between;
  101. flex-wrap: wrap;
  102. }
  103. .sign-item-box ._left ._item {
  104. width: 112rpx;
  105. height: 156rpx;
  106. border-radius: 12rpx;
  107. background: #F4F4F4;
  108. position: relative;
  109. overflow: hidden;
  110. }
  111. .sign-item-box ._left ._item:nth-child(1), .sign-item-box ._left ._item:nth-child(2) , .sign-item-box ._left ._item:nth-child(2) {
  112. margin-bottom: 28rpx;
  113. }
  114. .sign-item-box ._left ._item ._figure {
  115. width: 112rpx;
  116. height: 154rpx;
  117. position: absolute;
  118. display: block;
  119. left: 0;
  120. top: 0;
  121. z-index: 0;
  122. }
  123. .sign-item-box ._left ._item ._lose_sign_in {
  124. width: 110rpx;
  125. height: 82rpx;
  126. position: absolute;
  127. left: 2rpx;
  128. display: block;
  129. top: 36rpx;
  130. z-index: 3;
  131. }
  132. .sign-item-box ._left ._item ._finish_sign_in {
  133. width: 36rpx;
  134. height: 22rpx;
  135. position: absolute;
  136. z-index: 3;
  137. left: 38rpx;
  138. top: 66rpx;
  139. }
  140. .sign-item-box ._left ._item ._no {
  141. height: 32rpx;
  142. width: 100%;
  143. position: absolute;
  144. z-index: 2;
  145. left: 0;
  146. bottom: 0;
  147. color: #fff;
  148. font-size: 24rpx;
  149. text-align: center;
  150. line-height: 32rpx;
  151. background: linear-gradient(#EE5A5A, #cc4949, #EE5A5A);
  152. }
  153. .sign-item-box ._right {
  154. width: 202rpx;
  155. margin-left: 32rpx;
  156. }
  157. .sign-item-box ._right ._item {
  158. width: 202rpx;
  159. height: 340rpx;
  160. border-radius: 12rpx;
  161. background: #F4F4F4;
  162. position: relative;
  163. overflow: hidden;
  164. }
  165. .sign-item-box ._right ._item ._figure {
  166. width: 202rpx;
  167. height: 340rpx;
  168. display: block;
  169. position: absolute;
  170. left: 0;
  171. top: 0;
  172. }
  173. .sign-item-box ._right ._item ._lose_sign_in {
  174. width: 186rpx;
  175. height: 140rpx;
  176. display: block;
  177. position: absolute;
  178. left: 8rpx;
  179. top: 122rpx;
  180. z-index: 3;
  181. }
  182. .sign-item-box ._right ._item ._finish_sign_in {
  183. width: 82rpx;
  184. height: 50rpx;
  185. position: absolute;
  186. z-index: 3;
  187. left: 60rpx;
  188. top: 145rpx;
  189. }
  190. .sign-item-box ._right ._item ._no {
  191. height: 46rpx;
  192. width: 100%;
  193. position: absolute;
  194. z-index: 2;
  195. left: 0;
  196. bottom: 0;
  197. color: #fff;
  198. font-size: 24rpx;
  199. text-align: center;
  200. line-height: 46rpx;
  201. }
  202. ._sign_in_btn {
  203. width: 480rpx;
  204. height: 68rpx;
  205. border-radius: 68rpx;
  206. margin: 46rpx auto 0;
  207. text-align: center;
  208. color: #fff;
  209. position: relative;
  210. line-height: 68rpx;
  211. font-size: 36rpx;
  212. font-weight: 500;
  213. background: #c6c6c6;
  214. }
  215. ._sign_in_btn button.phone-button {
  216. width: 480rpx;
  217. height: 68rpx;
  218. position: absolute;
  219. left: 0;
  220. top: 0;
  221. z-index: 3;
  222. opacity: 0;
  223. }
  224. .sign-task-box {
  225. width: 704rpx;
  226. margin: auto;
  227. background: #fff;
  228. border-radius: 8px;
  229. margin-top: 28rpx;
  230. box-sizing: border-box;
  231. padding: 42rpx 28rpx;
  232. }
  233. .sign-task-box ._task_title {
  234. font-size: 36rpx;
  235. color: #303030;
  236. font-weight: 400;
  237. }
  238. .sign-task-box ._task_list {
  239. margin-top: 40rpx;
  240. }
  241. .sign-task-box ._task_item {
  242. display: flex;
  243. flex-direction: row;
  244. margin-bottom: 46rpx;
  245. }
  246. .sign-task-box ._task_item_left {
  247. width: 650rpx;
  248. display: flex;
  249. flex-direction: row;
  250. }
  251. ._task_item_left ._ico {
  252. width: 52rpx;
  253. height: 52rpx;
  254. padding-top: 10rpx;
  255. }
  256. ._task_item_left ._ico image {
  257. width: 52rpx;
  258. height: 52rpx;
  259. display: block;
  260. }
  261. ._task_item_left ._info {
  262. margin-left: 20rpx;
  263. }
  264. ._task_item_left ._title {
  265. font-size: 28rpx;
  266. color: #303030;
  267. vertical-align: top;
  268. }
  269. ._task_item_left ._des {
  270. font-size: 24rpx;
  271. color: #a2a2a2;
  272. }
  273. .sign-task-box ._task_item_right {
  274. width: 148rpx;
  275. padding-top: 10rpx;
  276. }
  277. .sign-task-box ._task_item_right ._btn {
  278. width: 148rpx;
  279. height: 52rpx;
  280. text-align: center;
  281. line-height: 52rpx;
  282. border-radius: 52rpx;
  283. font-size: 28rpx;
  284. }
  285. .activity-des {
  286. width: 704rpx;
  287. margin: auto;
  288. margin-top: 40rpx;
  289. font-size: 28rpx;
  290. color: #979797;
  291. padding-bottom: 100rpx;
  292. }
  293. .activity-des ._des {
  294. padding-top: 20rpx;
  295. font-size: 24rpx;
  296. }
  297. .dlg {
  298. width: 100vw;
  299. height: 100vh;
  300. z-index: 1001;
  301. background: rgba(0, 0, 0, 0.9);
  302. left: 0;
  303. top: 0;
  304. position: fixed;
  305. }
  306. .dlg ._layer {
  307. width: 100vw;
  308. height: 100vh;
  309. position: absolute;
  310. left: 0;
  311. top: 0;
  312. z-index: 0;
  313. }
  314. .sign-pop-body {
  315. width: 622rpx;
  316. height: 896rpx;
  317. position: absolute;
  318. left: calc(100vw / 2 - 622rpx / 2);
  319. top: calc(100vh / 2 - 896rpx / 2 - 60rpx);
  320. }
  321. .sign-pop-body ._body {
  322. width: 568rpx;
  323. height: 484rpx;
  324. position: absolute;
  325. left: 26rpx;
  326. top: 412rpx;
  327. z-index: 2;
  328. }
  329. .gift_wrap {
  330. width: 100%;
  331. height: 232rpx;
  332. box-sizing: border-box;
  333. }
  334. .coupon_node {
  335. width: 522rpx;
  336. height: 176rpx;
  337. margin: auto;
  338. display: flex;
  339. flex-direction: row;
  340. position: relative;
  341. }
  342. .coupon_node ._bg {
  343. width: 522rpx;
  344. height: 176rpx;
  345. position: absolute;
  346. left: 0;
  347. top: 0;
  348. z-index: 0;
  349. }
  350. .coupon_node ._node_left {
  351. width: 160rpx;
  352. display: flex;
  353. flex-direction: row;
  354. flex-wrap: nowrap;
  355. z-index: 1;
  356. position: relative;
  357. justify-content: center;
  358. align-items: baseline;
  359. color: #443E5B;
  360. }
  361. ._node_left._zk ._num {
  362. padding-top: 48rpx;
  363. height: 176rpx;
  364. font-size: 100rpx;
  365. font-weight: 600;
  366. box-sizing:border-box;
  367. }
  368. ._node_left._zk._small ._num {
  369. font-size: 56rpx;
  370. padding-top: 72rpx;
  371. }
  372. ._node_left._zk ._zhe {
  373. font-size: 32rpx;
  374. }
  375. ._node_left._cash ._num {
  376. padding-top: 48rpx;
  377. height: 176rpx;
  378. font-size: 100rpx;
  379. font-weight: 600;
  380. box-sizing:border-box;
  381. }
  382. ._node_left._cash._small ._num {
  383. font-size: 56rpx;
  384. padding-top: 72rpx;
  385. }
  386. ._node_left._cash ._unit {
  387. font-size: 32rpx;
  388. position: relative;
  389. top: -2rpx;
  390. padding-right: 2rpx;
  391. }
  392. .coupon_node ._node_right {
  393. position: relative;
  394. z-index: 1;
  395. text-align: center;
  396. white-space: nowrap;
  397. box-sizing: border-box;
  398. padding: 20rpx;
  399. }
  400. ._node_right ._coupont_title {
  401. font-size: 32rpx;
  402. font-weight: 600;
  403. }
  404. ._node_right ._coupon_sub_title {
  405. font-size: 28rpx;
  406. padding: 14rpx 0;
  407. }
  408. ._node_right ._coupon_sub_title:before, ._node_right ._coupon_sub_title:after {
  409. width: 5px;
  410. height: 5px;
  411. background: #443E5B;
  412. transform:rotate(45deg);
  413. margin: 0 10rpx;
  414. display: inline-block;
  415. content: "";
  416. vertical-align: middle;
  417. }
  418. ._node_right ._coupon_times {
  419. font-size: 24rpx;
  420. }
  421. .sign-pop-body .award_des {
  422. text-align: center;
  423. color: #BF2637;
  424. font-size: 28rpx;
  425. height: 120rpx;
  426. line-height: 120rpx;
  427. }
  428. .sign-pop-body ._btn {
  429. width: 360rpx;
  430. height: 76rpx;
  431. border-radius: 76rpx;
  432. text-align: center;
  433. color: #fff;
  434. line-height: 76rpx;
  435. margin: auto;
  436. font-size: 42rpx;
  437. }
  438. .sign-pop-body ._layer_bg {
  439. width: 622rpx;
  440. height: 896rpx;
  441. position: absolute;
  442. z-index: 0;
  443. left: 0;
  444. top: 0;
  445. display: block;
  446. }
  447. .dlg ._close {
  448. width: 54rpx;
  449. height: 54rpx;
  450. position: absolute;
  451. display: block;
  452. left: calc(100vw / 2 - 54rpx / 2);
  453. top: calc(100vh / 2 + 896rpx / 2 + 10rpx);
  454. }