record.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. /* pages/signIn/record/record.wxss */
  2. page{
  3. background: #F7F7F7;
  4. display:flex;
  5. flex-flow: column nowrap;
  6. justify-content: left;
  7. align-items: center;
  8. box-sizing: border-box;
  9. }
  10. /* 垂直方向布局,水平居中 **/
  11. .flex-column{
  12. display: flex;
  13. flex-flow: column nowrap;
  14. align-items: center;
  15. justify-content: left;
  16. }
  17. /* 水平方向布局,垂直居中 **/
  18. .flex-row{
  19. display: flex;
  20. flex-flow: row nowrap;
  21. align-items: center;
  22. justify-content: center;
  23. }
  24. .check-in-content{
  25. margin: 22rpx;
  26. }
  27. .explain{
  28. width: 750rpx;
  29. height: 98rpx;
  30. background: #FFFFFF;
  31. justify-content: space-between !important;
  32. }
  33. .explain-left,.explain-center,.explain-right{
  34. width: 33%;
  35. text-align: center;
  36. }
  37. .explain-text{
  38. font-size: 18px;
  39. font-weight: 600;
  40. color: #BF2637;
  41. }
  42. .explain-discount,.explain-detailed,.explain-utility{
  43. font-size: 28rpx;
  44. font-weight: 500;
  45. color: #000000;
  46. }
  47. .explain-column{
  48. width: 90rpx;
  49. height: 4rpx;
  50. background: #EA443A;
  51. border-radius: 2rpx;
  52. margin-top: 8rpx;
  53. }
  54. .explain-columnNo{
  55. width: 90rpx;
  56. height: 4rpx;
  57. border-radius: 2rpx;
  58. margin-top: 8rpx;
  59. }
  60. .coupon-list{
  61. width: 704rpx;
  62. height: 202rpx;
  63. background-image: url(https://dy.shpr.top/welfareGo/discount.png);
  64. background-size: 100% 100%;
  65. margin-bottom: 17px;
  66. justify-content: space-between;
  67. }
  68. .coupon-list2{
  69. width: 704rpx;
  70. height: 202rpx;
  71. background-image: url(https://dy.shpr.top/welfareGo/cash.png);
  72. background-size: 100% 100%;
  73. margin-bottom: 17px;
  74. justify-content: space-between;
  75. }
  76. .coupon-info{
  77. margin-left: 76rpx;
  78. align-items: flex-start;
  79. }
  80. .coupon-info-tittle{
  81. width: 400rpx;
  82. height: 38rpx;
  83. font-size: 17px;
  84. font-weight: bold;
  85. color: #000000;
  86. line-height: 15px;
  87. margin-top: 10px;
  88. overflow: hidden;
  89. white-space: nowrap;
  90. text-overflow: ellipsis;
  91. }
  92. .coupon-center-bm{
  93. height: 15px;
  94. margin-top: 10px;
  95. justify-content: flex-start;
  96. }
  97. .coupon-center-block1,.coupon-center-block2{
  98. width: 5px;
  99. height: 5px;
  100. background: #443E5B;
  101. transform:rotate(45deg);
  102. margin: 0 10rpx;
  103. }
  104. .coupon-center-middle{
  105. font-size: 10px;
  106. font-weight: 400;
  107. color: #444444;
  108. line-height: 16px;
  109. }
  110. .coupon-info-num{
  111. width: 90px;
  112. height: 13px;
  113. font-size: 10px;
  114. font-weight: 400;
  115. color: #444444;
  116. line-height: 15px;
  117. margin-top: 15px;
  118. }
  119. .coupon-info-date{
  120. width: 400rpx;
  121. height: 30rpx;
  122. font-size: 13px;
  123. font-weight: 400;
  124. color: #444444;
  125. line-height: 15px;
  126. margin-top: 10px;
  127. }
  128. .coupon-numText{
  129. width: 200rpx;
  130. }
  131. .coupon-num-num{
  132. font-size: 46px;
  133. font-weight: bold;
  134. color: #FFFFFF;
  135. line-height: 57px;
  136. }
  137. .coupon-num-numSmall{
  138. font-size: 32px;
  139. font-weight: bold;
  140. color: #FFFFFF;
  141. line-height: 33px;
  142. margin-bottom: 10px;
  143. }
  144. .coupon-num-han{
  145. font-size: 16px;
  146. font-weight: bold;
  147. color: #FFFFFF;
  148. line-height: 17px;
  149. margin-top: 19px;
  150. }
  151. .coupon-num-hanSmall{
  152. font-size: 16px;
  153. font-weight: bold;
  154. color: #FFFFFF;
  155. line-height: 17px;
  156. margin-top: 19px;
  157. margin-bottom: 19px;
  158. }
  159. .coupon-num-text{
  160. font-size: 15px;
  161. font-weight: 400;
  162. color: #FFF8F8;
  163. line-height: 15px;
  164. }
  165. .lower-coupon-text{
  166. font-size: 22rpx;
  167. font-weight: 500;
  168. color: #B01717;
  169. }
  170. .detailed-content{
  171. width: 750rpx;
  172. height: auto;
  173. /* margin-top: 4px; */
  174. }
  175. .detailed-date{
  176. width: 750rpx;
  177. height: 2rpx;
  178. background: #FFFFFF;
  179. }
  180. .detailed-date-lower{
  181. width: 340px;
  182. height: 1px;
  183. background: #EFEFEF;
  184. }
  185. .detailed-sign{
  186. width: 750rpx;
  187. height: 178rpx;
  188. background: #FFFFFF;
  189. }
  190. .detailed-sign-index,.detailed-coupon{
  191. width: 50%;
  192. height: 100%;
  193. }
  194. .detailed-sign-index{
  195. align-items: flex-start !important;
  196. justify-content: space-between;
  197. }
  198. .detailed-sign-text{
  199. font-size: 34rpx;
  200. font-weight: 500;
  201. margin-left: 27px;
  202. margin-top: 22px;
  203. }
  204. .detailed-sign-date{
  205. font-size: 26rpx;
  206. font-weight: 400;
  207. margin-left: 26px;
  208. margin-bottom: 20px;
  209. }
  210. .detailed-coupon{
  211. justify-content: center;
  212. }
  213. .detailed-coupon-text{
  214. width: 90%;
  215. height: 30px;
  216. font-size: 36rpx;
  217. font-weight: 500;
  218. color: #EA443A;
  219. text-align: center;
  220. overflow: hidden;
  221. white-space: nowrap;
  222. text-overflow: ellipsis;
  223. }
  224. .detailed-coupon{
  225. font-size: 36rpx;
  226. font-weight: 500;
  227. color: #444444;
  228. }
  229. .no_result {
  230. font-size: 24rpx;
  231. color: #B1B1B1;
  232. line-height: 100rpx;
  233. font-weight: 1000;
  234. text-align: center;
  235. }