profile.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. /* pages/luckDraw/profile.wxss */
  2. .personal{
  3. width: 750rpx;
  4. height: auto;
  5. padding-bottom: 119rpx;
  6. }
  7. .head-bg{
  8. width: 750rpx;
  9. height: 464rpx;
  10. }
  11. .image_bg{
  12. width: 750rpx;
  13. height: 464rpx;
  14. position: absolute;
  15. left: 0;
  16. top: 0;
  17. z-index: 1;
  18. }
  19. .image_portrait{
  20. width: 140rpx;
  21. height: 144rpx;
  22. position: relative;
  23. z-index: 2;
  24. left: 304rpx;
  25. top: 170rpx;
  26. }
  27. .luck-draw-pro-nickname{
  28. width: 750rpx;
  29. height: 50rpx;
  30. font-size: 40rpx;
  31. font-family: Source Han Sans CN;
  32. font-weight: 500;
  33. color: #FEFEFE;
  34. position: relative;
  35. z-index: 2;
  36. text-align: center;
  37. top: 180rpx;
  38. }
  39. .luck-draw-pro-cp{
  40. width: 750rpx;
  41. height: 180rpx;
  42. }
  43. .luck-draw-coupon,.luck-draw-prize{
  44. display: inline-block;
  45. width: 50%;
  46. height: 100%;
  47. }
  48. .luck-draw-cn,.luck-draw-cz,.luck-draw-pn,.luck-draw-pz,.luck-draw-cjh{
  49. text-align: center;
  50. }
  51. .luck-draw-cn,.luck-draw-pn{
  52. margin-top: 30rpx;
  53. font-size: 36rpx;
  54. font-family: Source Han Sans CN;
  55. font-weight: 500;
  56. color: #BF2637;
  57. }
  58. .luck-draw-cz,.luck-draw-pz{
  59. font-size: 32rpx;
  60. font-family: Source Han Sans CN;
  61. font-weight: 400;
  62. color: #303030;
  63. }
  64. .luck-draw-cj{
  65. width: 78rpx;
  66. height: 6rpx;
  67. background: #BF2637;
  68. border-radius: 4rpx;
  69. margin: 10rpx auto;
  70. }
  71. .luck-draw-content{
  72. width: 708rpx;
  73. height: 220rpx;
  74. position: relative;
  75. margin: 0 auto 20rpx;
  76. }
  77. .image_zk{
  78. width: 708rpx;
  79. height: 220rpx;
  80. position: absolute;
  81. z-index: 1;
  82. left: 0;
  83. top: 0;
  84. }
  85. .image_zk_un{
  86. display: inline-block;
  87. width: 162rpx;
  88. height: 56rpx;
  89. position:absolute;
  90. z-index: 3;
  91. bottom: 70rpx;
  92. right: 26rpx;
  93. }
  94. .image_zk_unj{
  95. display: inline-block;
  96. width: 162rpx;
  97. height: 56rpx;
  98. position:absolute;
  99. z-index: 2;
  100. bottom: 70rpx;
  101. right: 26rpx;
  102. }
  103. ._btn {
  104. display: inline-block;
  105. width: 162rpx;
  106. height: 56rpx;
  107. position:absolute;
  108. z-index: 3;
  109. bottom: 70rpx;
  110. right: 26rpx;
  111. }
  112. .luck-draw-discount1,.luck-draw-discount2,.luck-draw-zkz4,.luck-draw-zkz5,.luck-draw-zkz21,.luck-draw-zkz22,.luck-draw-zkz2,.luck-draw-djz4,.luck-draw-djz5{
  113. display: inline-block;
  114. }
  115. .luck-draw-discountj,.luck-draw-zkzj{
  116. display: inline-block;
  117. }
  118. .luck-draw-words{
  119. position:relative;
  120. z-index: 2;
  121. width: 708rpx;
  122. height: 220rpx;
  123. display: flex;
  124. flex-direction: row;
  125. }
  126. .luck-draw-wordsj{
  127. position:relative;
  128. z-index: 2;
  129. width: 708rpx;
  130. height: 220rpx;
  131. display: flex;
  132. flex-direction: row;
  133. background: #FFFFFF;
  134. border: 0.5rpx solid #FF7A03;
  135. box-shadow: 0rpx 0rpx 50rpx 8rpx rgba(127, 127, 127, 0.09);
  136. border-radius: 20rpx;
  137. }
  138. .luck-draw-discount1{
  139. width: 208rpx;
  140. height: 100%;
  141. text-align: center;
  142. line-height: 220rpx;
  143. }
  144. .luck-draw-discount1j{
  145. width: 214rpx;
  146. height: 220rpx;
  147. background: #FFE9B0;
  148. border: 0rpx solid #FF7A03;
  149. border-radius: 20rpx 0 0 20rpx;
  150. text-align: center;
  151. }
  152. .luck-draw-discount1 view:nth-child(1) {
  153. position: relative;
  154. top: 60rpx;
  155. }
  156. .luck-draw-discountj view:nth-child(1) {
  157. position: relative;
  158. top: 40rpx;
  159. }
  160. .luck-draw-discount1 view:nth-child(2) {
  161. position: relative;
  162. top: 60rpx;
  163. }
  164. .luck-draw-discount2{
  165. width: 500rpx;
  166. height: 100%;
  167. }
  168. .luck-draw-zkz4 {
  169. font-size: 110rpx;
  170. font-family: Impact;
  171. font-weight: 400;
  172. color: #443E5B;
  173. line-height: 142rpx;
  174. }
  175. .luck-draw-djz5{
  176. font-size: 90rpx;
  177. font-family: Impact;
  178. font-weight: 400;
  179. color: #443E5B;
  180. line-height: 142rpx;
  181. }
  182. .luck-draw-zkzj{
  183. width: 134rpx;
  184. height: 106rpx;
  185. position: relative;
  186. top: 55rpx;
  187. }
  188. .luck-draw-zkz5,.luck-draw-djz4{
  189. font-size: 40rpx;
  190. font-family: Microsoft YaHei;
  191. font-weight: 400;
  192. color: #443E5B;
  193. line-height: 48rpx;
  194. }
  195. .luck-draw-zkz1{
  196. font-size: 40rpx;
  197. font-family: Source Han Sans CN;
  198. font-weight: 500;
  199. color: #443E5B;
  200. line-height: 32rpx;
  201. margin-top: 48rpx;
  202. margin-left: 48rpx;
  203. }
  204. .luck-draw-zkz1j{
  205. font-size: 40rpx;
  206. font-family: Source Han Sans CN;
  207. font-weight: 500;
  208. color: #443E5B;
  209. line-height: 40rpx;
  210. margin-top: 48rpx;
  211. margin-left: 48rpx;
  212. }
  213. .luck-draw-mj{
  214. margin-left: 48rpx;
  215. margin-top: 20rpx;
  216. margin-bottom: 20rpx;
  217. }
  218. .luck-draw-zkz2{
  219. font-size: 26rpx;
  220. font-family: Microsoft YaHei;
  221. font-weight: 400;
  222. color: #443E5B;
  223. line-height: 32rpx;
  224. }
  225. .luck-draw-zkz21,.luck-draw-zkz22{
  226. width: 14rpx;
  227. height: 14rpx;
  228. background: #443E5B;
  229. transform:rotate(45deg);
  230. margin: 0 10rpx;
  231. }
  232. .luck-draw-zkz3{
  233. font-size: 26rpx;
  234. font-family: Microsoft YaHei;
  235. font-weight: 400;
  236. color: #443E5B;
  237. line-height: 32rpx;
  238. margin-left: 48rpx;
  239. }
  240. .luck-draw-zkz3j{
  241. font-size: 26rpx;
  242. font-family: Microsoft YaHei;
  243. font-weight: 400;
  244. color: #443E5B;
  245. line-height: 32rpx;
  246. line-height: 32rpx;
  247. margin-left: 48rpx;
  248. margin-top: 30rpx;
  249. }
  250. .no_result {
  251. font-size: 24rpx;
  252. color: #B1B1B1;
  253. text-align: center;
  254. line-height: 100rpx;
  255. font-weight: 1000;
  256. }
  257. .luck-draw-isLogin{
  258. background-color: transparent;
  259. width: 750rpx;
  260. height: 70rpx;
  261. font-size: 40rpx;
  262. font-family: Source Han Sans CN;
  263. font-weight: 500;
  264. color: #FEFEFE;
  265. position: relative;
  266. z-index: 2;
  267. text-align: center;
  268. top: 180rpx;
  269. }
  270. .btns {
  271. height: 96rpx;
  272. width: 100%;
  273. position: absolute;
  274. top: 651rpx;
  275. display: flex;
  276. justify-content:center;
  277. z-index: 3;
  278. }