record.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  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-numSmall{
  132. font-size: 36px;
  133. font-family: Impact;
  134. font-weight: 400;
  135. color: #443E5B;
  136. line-height: 71px;
  137. }
  138. .coupon-left-symbol,.coupon-left-num{
  139. margin-bottom: 8px;
  140. }
  141. .coupon-center-upper,.coupon-center-bm,.coupon-center-lower{
  142. margin-left: 18px;
  143. }
  144. .coupon-center-upper{
  145. width: 140px;
  146. height: 20px;
  147. font-size: 20px;
  148. font-weight: 500;
  149. color: #443E5B;
  150. line-height: 19px;
  151. margin-top: 24px;
  152. overflow: hidden;
  153. white-space: nowrap;
  154. text-overflow: ellipsis;
  155. }
  156. .coupon-center-middle{
  157. width: 63px;
  158. height: 15px;
  159. font-size: 13px;
  160. font-weight: 400;
  161. color: #443E5B;
  162. line-height: 16px;
  163. overflow: hidden;
  164. white-space: nowrap;
  165. text-overflow: ellipsis;
  166. }
  167. .coupon-center-lower{
  168. width: 146px;
  169. height: 15px;
  170. font-size: 13px;
  171. font-weight: 400;
  172. color: #443E5B;
  173. line-height: 16px;
  174. margin-bottom: 11px;
  175. }
  176. .coupon-right-usenow{
  177. width: 81px;
  178. height: 28px;
  179. background-image: url(https://dy.shpr.top/luckDraw/cash_use_now.png);
  180. background-size: 100% 100%;
  181. margin-top: 47px;
  182. margin-left: -10px;
  183. }
  184. .coupon-right-usenow2{
  185. width: 81px;
  186. height: 28px;
  187. background-image: url(https://dy.shpr.top/luckDraw/coupon_use_now.png);
  188. background-size: 100% 100%;
  189. margin-top: 47px;
  190. margin-left: -10px;
  191. }
  192. .coupon-center-bm{
  193. width: 100px;
  194. height: 15px;
  195. }
  196. .coupon-center-block1,.coupon-center-block2{
  197. width: 5px;
  198. height: 5px;
  199. background: #443E5B;
  200. transform:rotate(45deg);
  201. margin: 0 10rpx;
  202. }
  203. .btn_exchange{
  204. width: 100%;
  205. height: 100%;
  206. }
  207. .no_result {
  208. font-size: 24rpx;
  209. color: #B1B1B1;
  210. line-height: 100rpx;
  211. font-weight: 1000;
  212. }
  213. .detailed{
  214. width: 100%;
  215. height: auto;
  216. background: #F3F3F3;
  217. }
  218. .detailed-content{
  219. width: 750rpx;
  220. height: auto;
  221. /* margin-top: 4px; */
  222. }
  223. .detailed-date{
  224. width: 750rpx;
  225. height: 2rpx;
  226. background: #FFFFFF;
  227. }
  228. .detailed-date-lower{
  229. width: 340px;
  230. height: 1px;
  231. background: #EFEFEF;
  232. }
  233. .detailed-sign{
  234. width: 750rpx;
  235. height: 178rpx;
  236. background: #FFFFFF;
  237. }
  238. .detailed-sign-index,.detailed-coupon{
  239. width: 50%;
  240. height: 100%;
  241. }
  242. .detailed-sign-index{
  243. align-items: flex-start !important;
  244. justify-content: space-between;
  245. }
  246. .detailed-sign-text{
  247. font-size: 18px;
  248. font-weight: 500;
  249. color: #6E6E6E;
  250. margin-left: 27px;
  251. margin-top: 22px;
  252. }
  253. .detailed-sign-date{
  254. font-size: 14px;
  255. font-family: Source Han Sans CN;
  256. font-weight: 400;
  257. color: #6E6E6E;
  258. margin-left: 26px;
  259. margin-bottom: 20px;
  260. }
  261. .detailed-coupon{
  262. justify-content: center;
  263. }
  264. .detailed-coupon-text{
  265. width: 90%;
  266. height: 30px;
  267. font-size: 20px;
  268. font-family: Source Han Sans CN;
  269. font-weight: 500;
  270. color: #BF2637;
  271. text-align: center;
  272. overflow: hidden;
  273. white-space: nowrap;
  274. text-overflow: ellipsis;
  275. }