wzry.scss 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. @import "../../../sass/base/mixins";
  2. .page-act-wzry{
  3. background: #FFFFFF;
  4. @for $i from 1 through 6{
  5. .mod-title#{$i}{
  6. background: url(./../../img/act/mod-title#{$i}.png) center no-repeat;
  7. }
  8. .mod-title{
  9. height: px2rem(48);
  10. background-size: auto 100%;
  11. }
  12. }
  13. header{
  14. img{
  15. width: 100%;
  16. display: block;
  17. overflow: hidden;
  18. }
  19. }
  20. .act-mod-app{
  21. background: url(./../../img/act/bg-mod1.jpg) center bottom no-repeat;
  22. background-size: 100% auto;
  23. text-align: center;
  24. position: relative;
  25. padding: px2rem(100) 0 px2rem(120) 0;
  26. &:before{
  27. content: '';
  28. position: absolute;
  29. top: 0;
  30. left: 50%;
  31. width: 1px;
  32. height: px2rem(50);
  33. background: #ffc9ac;
  34. }
  35. p{
  36. color: #666666;
  37. font-size: px2rem(40);
  38. line-height: px2rem(60);
  39. }
  40. .logo{
  41. width: px2rem(166);
  42. height: px2rem(166);
  43. display: inline-block;
  44. margin: px2rem(66) 0 px2rem(20) 0;
  45. background: url(./../../img/icon-logo.png) no-repeat;
  46. background-size: 100%;
  47. }
  48. }
  49. .act-mod-act{
  50. background: url(./../../img/act/bg-mod-act.jpg) center bottom no-repeat;
  51. background-size: 100% auto;
  52. padding-bottom: px2rem(100);
  53. color: #666666;
  54. .mod-title3{
  55. margin-top: px2rem(180);
  56. }
  57. .mod-time{
  58. margin-top: px2rem(30);
  59. text-align: center;
  60. font-size: px2rem(28);
  61. }
  62. .mod-adv{
  63. margin-top: px2rem(30);
  64. height: px2rem(37);
  65. background: url(./../../img/act/mod-adv4.png) center no-repeat;
  66. background-size: auto 100%;
  67. }
  68. .mod-intro{
  69. background: #fff1e5;
  70. font-size: px2rem(26);
  71. line-height: px2rem(60);
  72. border: 1px solid #ff7500;
  73. margin: px2rem(30) px2rem(30) 0 px2rem(30);
  74. padding: px2rem(10) px2rem(24);
  75. b{
  76. color: #333333;
  77. }
  78. .tip{
  79. color: #ff7500;
  80. }
  81. }
  82. .btns{
  83. display: flex;
  84. margin: px2rem(60) px2rem(10) 0;
  85. }
  86. .btn{
  87. display: block;
  88. flex: 1;
  89. color: #ffffff;
  90. font-size: px2rem(30);
  91. line-height: px2rem(88);
  92. background: #ffcb5b;
  93. text-align: center;
  94. border-radius: px2rem(5);
  95. margin: 0 px2rem(30);
  96. &.btn-dl{
  97. background: #ff7500;
  98. }
  99. }
  100. }
  101. .act-mod-lottory{
  102. background: url(./../../img/act/bg-mod4.png) no-repeat #ff7500;
  103. background-size: 100% auto;
  104. text-align: center;
  105. padding-top: px2rem(60);
  106. .tip-login{
  107. display: inline-block;
  108. color: #95431f;
  109. font-size: px2rem(30);
  110. border: 1px dashed #FFFFFF;
  111. line-height: px2rem(63);
  112. background: url(./../../img/act/icon-alert.png) px2rem(20) center no-repeat #ff8d5b;
  113. background-size: px2rem(27);
  114. padding: 0 px2rem(24) 0 px2rem(54);
  115. margin-top: px2rem(30);
  116. }
  117. .tip-login2{
  118. color: #ffecdb;
  119. font-size: px2rem(26);
  120. line-height: px2rem(60);
  121. }
  122. }
  123. .act-mod-share{
  124. background: #ff7500;
  125. }
  126. .act-mod-share{
  127. background: #ff7500;
  128. text-align: center;
  129. padding: px2rem(10) 0 px2rem(60) 0;
  130. font-size: px2rem(30);
  131. .tip{
  132. color: #FFFFFF;
  133. margin: px2rem(40) 0 px2rem(50) 0;
  134. em{
  135. color: #fff45c;
  136. }
  137. }
  138. .btn-share{
  139. display: block;
  140. height: px2rem(88);
  141. line-height: px2rem(88);
  142. color: #FFFFFF;
  143. border-radius: px2rem(6);
  144. margin: px2rem(60) px2rem(66) 0 px2rem(66);
  145. background: #ffcb5b;
  146. &:active{
  147. background: #f7bf47;
  148. }
  149. }
  150. ul{
  151. li{
  152. display: inline-block;
  153. width: px2rem(140);
  154. margin-top: px2rem(20);
  155. }
  156. img{
  157. width: px2rem(88);
  158. height: px2rem(88);
  159. display: inline-block;
  160. border-radius: 50%;
  161. }
  162. p{
  163. color: #662f00;
  164. font-size: px2rem(24);
  165. margin-top: px2rem(12);
  166. @include ellipsis();
  167. }
  168. }
  169. }
  170. .act-mod-menu{
  171. background: url(./../../img/act/bg-mod6.jpg) center bottom no-repeat;
  172. background-size: 100% auto;
  173. padding: px2rem(100) 0;
  174. .list-menu{
  175. li{
  176. display: flex;
  177. align-items: center;
  178. font-size: px2rem(26);
  179. line-height: px2rem(40);
  180. margin: px2rem(40) px2rem(10) 0 px2rem(10);
  181. }
  182. p{
  183. flex: 1;
  184. }
  185. .item-name{
  186. color: #333333;
  187. text-align: right;
  188. @include ellipsis();
  189. }
  190. .item-line{
  191. position: relative;
  192. width: px2rem(200);
  193. margin: 0 px2rem(20);
  194. &:before{
  195. content: '';
  196. position: absolute;
  197. top: 50%;
  198. width: 100%;
  199. border-top: 1px dashed #e3e3e3;
  200. }
  201. }
  202. .item-gif{
  203. color: #666666;
  204. }
  205. }
  206. }
  207. .act-mod-guide{
  208. position: fixed;
  209. top: 0;
  210. left: 0;
  211. width: 100%;
  212. height: 100%;
  213. .mask{
  214. position: absolute;
  215. width: 100%;
  216. height: 100%;
  217. background: rgba(0,0,0,0.7);
  218. }
  219. .cont{
  220. position: absolute;
  221. right: 0;
  222. width: px2rem(458);
  223. height: px2rem(206);
  224. background: url(./../../img/act/bg-wzry-guide.png) no-repeat;
  225. background-size: 100%;
  226. color: #FFFFFF;
  227. font-size: px2rem(30);
  228. line-height: px2rem(50);
  229. padding: px2rem(52) px2rem(40) 0;
  230. display: flex;
  231. align-items: center;
  232. }
  233. }
  234. .act-mod-award{
  235. position: fixed;
  236. top: 0;
  237. left: 0;
  238. width: 100%;
  239. min-height: 100%;
  240. background-size: 100% auto;
  241. text-align: center;
  242. .mask{
  243. position: absolute;
  244. width: 100%;
  245. height: 100%;
  246. background: rgba(0,0,0,0.7);
  247. }
  248. .cont{
  249. position: absolute;
  250. top: 50%;
  251. left: 50%;
  252. transform: translate(-50%,-50%);
  253. width: 90%;
  254. min-height: 40%;
  255. max-height: 80%;
  256. background: url(./../../img/act/bg-wzry-bingo.jpg) center bottom no-repeat #FFFFFF;
  257. background-size: 100%;
  258. overflow: auto;
  259. }
  260. h2{
  261. color: #9b7e6a;
  262. font-size: px2rem(28);
  263. line-height: px2rem(40);
  264. padding: px2rem(30) px2rem(24);
  265. }
  266. .list-award{
  267. li{
  268. color: #ff6c00;
  269. font-size: px2rem(30);
  270. line-height: px2rem(80);
  271. border-bottom: 1px solid #e3e3e3;
  272. &:first-child{
  273. border-top: 1px solid #e3e3e3;
  274. }
  275. }
  276. }
  277. .box-noaward{
  278. width: 100%;
  279. position: absolute;
  280. top: 50%;
  281. transform: translateY(-50%);
  282. height: px2rem(53);
  283. background: url(./../../img/act/bg-noaward.png) center no-repeat;
  284. background-size: auto 100%;
  285. font-size: 0;
  286. color: transparent;
  287. }
  288. }
  289. }