record.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. /* pages/signIn/record/record.wxss */
  2. .record{
  3. width: 750rpx;
  4. height: auto;
  5. padding-bottom: 119rpx;
  6. }
  7. /* 垂直方向布局,水平居中 **/
  8. .flex-column{
  9. display: flex;
  10. flex-flow: column nowrap;
  11. align-items: center;
  12. justify-content: left;
  13. }
  14. /* 水平方向布局,垂直居中 **/
  15. .flex-row{
  16. display: flex;
  17. flex-flow: row nowrap;
  18. align-items: center;
  19. justify-content: center;
  20. }
  21. .head{
  22. width: 750rpx;
  23. height: 464rpx;
  24. background-image: url(https://dy.shpr.top/luckDraw/per_head.png);
  25. background-size: 100% 100%;
  26. }
  27. .head_num{
  28. font-size: 136rpx;
  29. font-family: Source Han Sans CN;
  30. font-weight: 500;
  31. color: #FEFEFE;
  32. margin-top: 120rpx;
  33. }
  34. .head_text{
  35. font-size: 32rpx;
  36. font-family: Source Han Sans CN;
  37. font-weight: 400;
  38. color: #FEFEFE;
  39. }
  40. .sigin-isLogin{
  41. color: #FEFEFE;
  42. font-weight: 400;
  43. background-color: transparent;
  44. border-style: none;
  45. }
  46. .explain{
  47. width: 750rpx;
  48. height: 120rpx;
  49. justify-content: space-between !important;
  50. }
  51. .explain-left,.explain-center,.explain-right{
  52. width: 250rpx;
  53. text-align: center;
  54. }
  55. .explain-discount,.explain-detailed,.explain-utility{
  56. font-size: 32rpx;
  57. font-family: Source Han Sans CN;
  58. font-weight: 400;
  59. color: #303030;
  60. }
  61. .explain-column{
  62. width: 39px;
  63. height: 3px;
  64. background: #BF2637;
  65. border-radius: 2px;
  66. margin-top: 10px;
  67. }
  68. .explain-columnNo{
  69. width: 39px;
  70. height: 3px;
  71. border-radius: 2px;
  72. margin-top: 10px;
  73. }
  74. .content{
  75. width: 100%;
  76. height: auto;
  77. background: #F3F3F3;
  78. }
  79. .check-in-content{
  80. width: 100%;
  81. height: auto;
  82. background: #FFFFFF;
  83. margin-top: 4px;
  84. }
  85. .coupon{
  86. width: 708rpx;
  87. height: 220rpx;
  88. background-image: url(https://dy.shpr.top/luckDraw/cash_coupon.png);
  89. background-size: 100% 100%;
  90. margin-top: 30rpx;
  91. justify-content: left !important;
  92. }
  93. .coupon2{
  94. width: 708rpx;
  95. height: 220rpx;
  96. background-image: url(https://dy.shpr.top/luckDraw/coupon.png);
  97. background-size: 100% 100%;
  98. margin-top: 30rpx;
  99. justify-content: left !important;
  100. }
  101. .coupon-left{
  102. width: 110px;
  103. height: 100%;
  104. text-align: center;
  105. align-items: flex-end;
  106. }
  107. .coupon-center{
  108. width: 164px;
  109. height: 100%;
  110. align-items: flex-start !important;
  111. justify-content: space-between;
  112. }
  113. .coupon-right{
  114. width: 98px;
  115. height: 100%;
  116. }
  117. .coupon-left-symbol{
  118. font-size: 20px;
  119. font-family: Microsoft YaHei;
  120. font-weight: 400;
  121. color: #443E5B;
  122. line-height: 40px;
  123. }
  124. .coupon-left-num{
  125. font-size: 59px;
  126. font-family: Impact;
  127. font-weight: 400;
  128. color: #443E5B;
  129. line-height: 71px;
  130. }
  131. .coupon-left-symbol,.coupon-left-num{
  132. margin-bottom: 8px;
  133. }
  134. .coupon-center-upper,.coupon-center-bm,.coupon-center-lower{
  135. margin-left: 18px;
  136. }
  137. .coupon-center-upper{
  138. width: 140px;
  139. height: 20px;
  140. font-size: 20px;
  141. font-weight: 500;
  142. color: #443E5B;
  143. line-height: 19px;
  144. margin-top: 24px;
  145. overflow: hidden;
  146. white-space: nowrap;
  147. text-overflow: ellipsis;
  148. }
  149. .coupon-center-middle{
  150. width: 63px;
  151. height: 15px;
  152. font-size: 13px;
  153. font-weight: 400;
  154. color: #443E5B;
  155. line-height: 16px;
  156. overflow: hidden;
  157. white-space: nowrap;
  158. text-overflow: ellipsis;
  159. }
  160. .coupon-center-lower{
  161. width: 146px;
  162. height: 15px;
  163. font-size: 13px;
  164. font-weight: 400;
  165. color: #443E5B;
  166. line-height: 16px;
  167. margin-bottom: 11px;
  168. }
  169. .coupon-right-usenow{
  170. width: 81px;
  171. height: 28px;
  172. background-image: url(https://dy.shpr.top/luckDraw/cash_use_now.png);
  173. background-size: 100% 100%;
  174. margin-top: 47px;
  175. margin-left: -10px;
  176. }
  177. .coupon-right-usenow2{
  178. width: 81px;
  179. height: 28px;
  180. background-image: url(https://dy.shpr.top/luckDraw/coupon_use_now.png);
  181. background-size: 100% 100%;
  182. margin-top: 47px;
  183. margin-left: -10px;
  184. }
  185. .coupon-center-bm{
  186. width: 100px;
  187. height: 15px;
  188. }
  189. .coupon-center-block1,.coupon-center-block2{
  190. width: 5px;
  191. height: 5px;
  192. background: #443E5B;
  193. transform:rotate(45deg);
  194. margin: 0 10rpx;
  195. }
  196. .btn_exchange{
  197. width: 100%;
  198. height: 100%;
  199. }
  200. .no_result {
  201. font-size: 24rpx;
  202. color: #B1B1B1;
  203. line-height: 100rpx;
  204. font-weight: 1000;
  205. }
  206. .detailed{
  207. width: 100%;
  208. height: auto;
  209. background: #F3F3F3;
  210. }
  211. .detailed-content{
  212. width: 750rpx;
  213. height: auto;
  214. margin-top: 4px;
  215. }
  216. .detailed-date{
  217. width: 100%;
  218. height: 40px;
  219. font-size: 14px;
  220. font-weight: 400;
  221. color: #6E6E6E;
  222. align-items: flex-start;
  223. justify-content: center;
  224. margin-left: 26px;
  225. }
  226. .detailed-sign{
  227. width: 750rpx;
  228. height: 178rpx;
  229. background: #FFFFFF;
  230. }
  231. .detailed-sign-index,.detailed-coupon{
  232. width: 50%;
  233. height: 100%;
  234. }
  235. .detailed-sign-index{
  236. align-items: flex-start !important;
  237. justify-content: space-between;
  238. }
  239. .detailed-sign-text{
  240. font-size: 18px;
  241. font-weight: 500;
  242. color: #6E6E6E;
  243. margin-left: 27px;
  244. margin-top: 22px;
  245. }
  246. .detailed-sign-date{
  247. font-size: 14px;
  248. font-family: Source Han Sans CN;
  249. font-weight: 400;
  250. color: #6E6E6E;
  251. margin-left: 26px;
  252. margin-bottom: 20px;
  253. }
  254. .detailed-coupon{
  255. font-size: 20px;
  256. font-family: Source Han Sans CN;
  257. font-weight: 500;
  258. color: #BF2637;
  259. justify-content: center;
  260. }