page.css 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. /*
  2. * @Author: Wang
  3. * @Date: 2019-11-26 16:53:40
  4. * @Last Modified by: Marte
  5. * @Last Modified time: 2019-12-03 17:49:44
  6. */
  7. html, body, ul, li, p, h1, h2, h3, h4, h5, h6, form, img { margin:0; padding:0; }
  8. img,input,button { border:none; padding:0;margin:0;outline-style:none; }
  9. ul{ list-style:none; }
  10. iframe{display:none;}
  11. input { padding-top:0; padding-bottom:0; font-family: "SimSun","Microsoft YaHei";}
  12. select, input { vertical-align:middle;}
  13. select, input{ font-size:12px; margin:0; }
  14. img {border:0; vertical-align:middle; display:block;}
  15. body { color:#666;background:#fff;}
  16. h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}
  17. s,i,em{font-style:normal;text-decoration:none;}
  18. .fl {float:left;}
  19. .fr {float:right;}
  20. html {
  21. width: 1280px;
  22. height: 720px;
  23. margin: 0 auto;
  24. }
  25. body{
  26. font-size:20px;
  27. font-family:'Microsoft Yahei;Arial';
  28. color: #f1f1f1;
  29. background: url('../img/page_01.jpg') no-repeat center;
  30. background-attachment: fixed;
  31. background-size: 100%;
  32. overflow: hidden;
  33. width:1280px;
  34. height:720px;
  35. margin: 0 auto;
  36. }
  37. #content{
  38. width:1280px;
  39. height:720px;
  40. margin: 0 auto;
  41. }
  42. .gameNum{
  43. position: absolute;
  44. top: 654px;
  45. left: 560px;
  46. width: 130px;
  47. height: 31px;
  48. background: url('../img/timesTips.png') no-repeat 0 0;
  49. }
  50. .gameNum span{
  51. display: inline-block;
  52. font-weight: 500;
  53. font-size: 28px;
  54. position: absolute;
  55. left: 108px;
  56. top: -3px;
  57. color: #cffefe;
  58. }
  59. .boxGroup{
  60. width: 780px;
  61. height: 400px;
  62. position: relative;
  63. margin-top: 230px;
  64. }
  65. .boxGroup .box{
  66. width: 194px;
  67. height: 197px;
  68. background: url('../img/btn_box_def.png') no-repeat center;
  69. position: absolute;
  70. top: 0;
  71. left: 0;
  72. }
  73. .boxGroup .box_1{
  74. left: 70px;
  75. }
  76. .boxGroup .box_2{
  77. left: 274px;
  78. }
  79. .boxGroup .box_3{
  80. left: 478px;
  81. }
  82. .boxGroup .box_4,.boxGroup .box_5,.boxGroup .box_6,.boxGroup .box_7{
  83. top: 190px;
  84. }
  85. .boxGroup .box_5{
  86. left: 190px;
  87. }
  88. .boxGroup .box_6{
  89. left: 380px;
  90. }
  91. .boxGroup .box_7{
  92. left: 570px;
  93. }
  94. .boxGroup .current{
  95. background: url('../img/btn_box_sel.png') no-repeat center;
  96. }
  97. .pageLeft,.btnGroup{
  98. position: relative;
  99. width: 250px;
  100. height: 100%;
  101. }
  102. .pageLeft .myBox_btn{
  103. width: 220px;
  104. height: 145px;
  105. background: url('../img/btn_mh_def.png') no-repeat center;
  106. position: absolute;
  107. bottom: 0;
  108. left: 14px;
  109. }
  110. .pageLeft .current{
  111. background: url('../img/btn_mh_sel.png') no-repeat center;
  112. }
  113. .btnGroup .page_btn{
  114. width: 227px;
  115. height: 91px;
  116. position: absolute;
  117. top: 26px;
  118. left: 8px;
  119. }
  120. .btnGroup .pb_1{
  121. background: url('../img/btn_fh_def.png') no-repeat center;
  122. }
  123. .btnGroup .pb_1.current{
  124. background: url('../img/btn_fh_sel.png') no-repeat center;
  125. }
  126. .btnGroup .pb_2{
  127. top: 90px;
  128. background: url('../img/btn_gz_def.png') no-repeat center;
  129. }
  130. .btnGroup .pb_2.current{
  131. background: url('../img/btn_gz_sel.png') no-repeat center;
  132. }
  133. .btnGroup .pb_3{
  134. top: 156px;
  135. background: url('../img/btn_dh_def.png') no-repeat center;
  136. }
  137. .btnGroup .pb_3.current{
  138. background: url('../img/btn_dh_sel.png') no-repeat center;
  139. }
  140. .btnGroup .order_btn,#othersProduct{
  141. width: 220px;
  142. height: 150px;
  143. }
  144. .btnGroup .order_btn{
  145. position: absolute;
  146. bottom: 0;
  147. left: 16px;
  148. }
  149. .btnGroup .ob_1,#othersProduct{
  150. background: url('../img/btn_ysb_def.png') no-repeat center;
  151. }
  152. .btnGroup .ob_1.current,#othersProduct.current{
  153. background: url('../img/btn_ysb_sel.png') no-repeat center;
  154. }
  155. .btnGroup .ob_1.hasOrder,#othersProduct.hasOrder{
  156. background: url('../img/btn_ysb_hasOrder.png') no-repeat center;
  157. }
  158. .popup{
  159. width: 1280px;
  160. height: 720px;
  161. position: absolute;
  162. top: 0;
  163. left: 0;
  164. z-index: 99;
  165. visibility: hidden;
  166. }
  167. #rulesPopup{
  168. background: url('../img/page_02.png') no-repeat center;
  169. }
  170. #myBoxPopup{
  171. background: url('../img/page_03.png') no-repeat center;
  172. }
  173. #exchangePopup{
  174. background: url('../img/page_04.png') no-repeat center;
  175. }
  176. #unExchangePopup{
  177. background: url('../img/page_13.png') no-repeat center;
  178. }
  179. #winToyPopup{
  180. background: url('../img/page_10.png') no-repeat center;
  181. }
  182. #unWinToyPopup{
  183. background: url('../img/page_05.png') no-repeat center;
  184. }
  185. #unWinToyVipPopup{
  186. background: url('../img/page_06.png') no-repeat center;
  187. }
  188. #noChancePopup{
  189. background: url('../img/page_07.png') no-repeat center;
  190. }
  191. #noChanceVipPopup{
  192. background: url('../img/page_08.png') no-repeat center;
  193. }
  194. #CollectedSuccessPopup{
  195. background: url('../img/page_09.png') no-repeat center;
  196. }
  197. #markDownPopup{
  198. background: url('../img/page_12.png') no-repeat center;
  199. }
  200. .rulesBtn,.myBoxBtn,.unExchangeBtn,.confirm,.cancel,.markDownBtn,.unWinToyVipBtn,.runOutBtn,.submittedBtn{
  201. width: 227px;
  202. height: 91px;
  203. /*background: url('../img/btn_qd_def.png') no-repeat center;*/
  204. position: absolute;
  205. top: 590px;
  206. left: 524px;
  207. }
  208. .rulesBtn.current,.myBoxBtn.current,.unExchangeBtn.current,.confirm.current,.markDownBtn.current,.unWinToyVipBtn.current,.runOutBtn.current,.submittedBtn.current{
  209. background: url('../img/btn_qd_sel.png') no-repeat center;
  210. }
  211. #phone{
  212. width: 331px;
  213. height: 71px;
  214. position: absolute;
  215. top: 283px;
  216. left: 667px;
  217. line-height: 71px;
  218. font-size: 26px;
  219. text-align: center;
  220. }
  221. #phone.current{
  222. background: url('../img/input.png') no-repeat center;
  223. }
  224. .confirm{
  225. left: 400px;
  226. background: url('../img/btn_qd_def.png') no-repeat center;
  227. }
  228. .unWinToyVipBtn{
  229. background: url('../img/btn_qd_def.png') no-repeat center;
  230. }
  231. .cancel{
  232. left: 650px;
  233. background: url('../img/btn_qx_def.png') no-repeat center;
  234. }
  235. .cancel.current{
  236. background: url('../img/btn_qx_sel.png') no-repeat center;
  237. }
  238. #keyBoard{
  239. width: 340px;
  240. height: 110px;
  241. position: absolute;
  242. top: 364px;
  243. left: 674px;
  244. }
  245. .phoneNum{
  246. float: left;
  247. font-size: 20px;
  248. background:#5988eb;
  249. width: 46px;
  250. height: 46px;
  251. text-align: center;
  252. line-height: 50px;
  253. border:3px solid transparent;
  254. margin-right: 2px;
  255. margin-bottom: 2px;
  256. box-shadow: 0px 0px 5px 5px #4068d3 inset;
  257. }
  258. .phoneNum.current{
  259. border:3px solid #d4c020;
  260. }
  261. .otherBtn{
  262. font-size: 18px;
  263. }
  264. #othersProduct{
  265. position: absolute;
  266. top: 354px;
  267. left: 524px;
  268. }
  269. #unWinToyPopup .confirm{
  270. left: 524px;
  271. }
  272. .pmodel{
  273. width: 162px;
  274. height: 220px;
  275. position: absolute;
  276. left: 380px;
  277. top: 260px;
  278. }
  279. .poster{
  280. width: 185px;
  281. height: 236px;
  282. position: absolute;
  283. left: 368.5px;
  284. top: 252px;
  285. }
  286. .poster_2{
  287. left: 558.5px;
  288. }
  289. .poster_3{
  290. left: 748.5px;
  291. }
  292. .poster.current{
  293. background: url('../img/content_f.png') no-repeat center;
  294. }
  295. .pmodel_1{
  296. background: url('../img/content0.jpg') no-repeat center;
  297. }
  298. .pmodel_2{
  299. left: 570px;
  300. background: url('../img/content1.jpg') no-repeat center;
  301. }
  302. .pmodel_3{
  303. left: 760px;
  304. background: url('../img/content2.jpg') no-repeat center;
  305. }
  306. #winToyPopup .confirm{
  307. left: 660px;
  308. }
  309. #toyImg{
  310. position: absolute;
  311. left: 560px;
  312. top: 268px;
  313. }
  314. .myBox{
  315. width: 227px;
  316. height: 91px;
  317. background: url('../img/btn_hg_def.png') no-repeat center;
  318. position: absolute;
  319. left: 400px;
  320. top: 590px;
  321. }
  322. .myBox.current{
  323. background: url('../img/btn_hg_sel.png') no-repeat center;
  324. }
  325. .toyGroup {
  326. position: relative;
  327. }
  328. .toyGroup li{
  329. width: 120px;
  330. height: 134px;
  331. position: absolute;
  332. top: 184px;
  333. left: 436px;
  334. }
  335. .toyGroup .toyLi1{
  336. left: 590px;
  337. }
  338. .toyGroup .toyLi2{
  339. left: 740px;
  340. }
  341. .toyGroup .toyLi3,.toyGroup .toyLi4,.toyGroup .toyLi5,.toyGroup .toyLi6{
  342. top: 354px;
  343. }
  344. .toyGroup .toyLi3{
  345. left: 362px;
  346. }
  347. .toyGroup .toyLi4{
  348. left: 516px;
  349. }
  350. .toyGroup .toyLi5{
  351. left: 670px;
  352. }
  353. .toyGroup .toyLi6{
  354. left: 824px;
  355. }
  356. .toyGroup li span{
  357. width: 40px;
  358. height: 40px;
  359. font-weight: bold;
  360. text-align: center;
  361. line-height: 40px;
  362. display: inline-block;
  363. position: absolute;
  364. right: -18px;
  365. top: -12px;
  366. background: #da1c75;
  367. border-radius: 20px;
  368. }
  369. .toyGroup li i{
  370. display: inline-block;
  371. width: 100%;
  372. text-align: center;
  373. font-size: 16px;
  374. font-weight: bold;
  375. position: absolute;
  376. top: 132px;
  377. left: 0;
  378. }
  379. #CollectedSuccessPopup{
  380. z-index: 999;
  381. }
  382. .CollectedSuccessBtn{
  383. width: 227px;
  384. height: 91px;
  385. position: absolute;
  386. top: 590px;
  387. left: 524px;
  388. }
  389. .CollectedSuccessBtn.current{
  390. background: url('../img/btn_dj_del.png') no-repeat center;
  391. }
  392. #openBoxPopup{
  393. background: url('../img/page_11.png') no-repeat center;
  394. }
  395. #bigPrize{
  396. position: absolute;
  397. top: 400px;
  398. left: 500px;
  399. }
  400. .oBbtn_1,.oBbtn_2 {
  401. width: 227px;
  402. height: 91px;
  403. position: absolute;
  404. top: 590px;
  405. left: 400px;
  406. }
  407. .oBbtn_1{
  408. background: url('../img/btn_dj_def.png') no-repeat center;
  409. }
  410. .oBbtn_1.current{
  411. background: url('../img/btn_dj_sel.png') no-repeat center;
  412. }
  413. .oBbtn_2{
  414. left: 650px;
  415. background: url('../img/btn_qx_def.png') no-repeat center;
  416. }
  417. .oBbtn_2.current{
  418. background: url('../img/btn_qx_sel.png') no-repeat center;
  419. }
  420. #myPrize{
  421. position: absolute;
  422. top: 310px;
  423. left: 248px;
  424. }
  425. #runOutPopup{
  426. background: url('../img/page_14.png') no-repeat center;
  427. }
  428. #submittedPopup{
  429. background: url('../img/page_15.png') no-repeat center;
  430. }