profile.wxss 4.9 KB

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