simulator.scss 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047
  1. @charset "UTF-8";
  2. @import "base/base";
  3. @import "base/mixins";
  4. /* S ZhuanTi Common */
  5. $main_width: 1000px;
  6. $blue: #408bcb;
  7. $yahei: "Microsoft YaHei", SimHei, sans-serif;
  8. html {
  9. font-size: 12px;
  10. }
  11. body {
  12. font-family: $yahei;
  13. a {
  14. text-decoration: none;
  15. color:#666;
  16. &:hover {
  17. text-decoration: none;
  18. }
  19. }
  20. p, a, span, em, i, h1, h2, h3, h4, h5, h6 {
  21. text-rendering: optimizeLegibility;
  22. -webkit-font-smoothing: antialiased;
  23. }
  24. .clearfix{clear: both}
  25. }
  26. .o-wrap{
  27. width: 600px;
  28. height: 490px;
  29. padding: 6px 14px 0;
  30. overflow: hidden;
  31. position: relative;
  32. }
  33. .g-col-395{
  34. width: 395px;
  35. float: left;
  36. }
  37. .g-col-187{
  38. width: 187px;
  39. float: right;
  40. }
  41. .glist-game{
  42. @include clearfix();
  43. margin-right: -13px;
  44. position: relative;
  45. overflow: hidden;
  46. &.gList-row3{
  47. height: 331px;
  48. }
  49. .gItem-game{
  50. float: left;
  51. line-height: 20px;
  52. width: 88px;
  53. height: 99px;
  54. padding-top: 6px;
  55. text-align: center;
  56. margin: 0 13px 8px 0;
  57. &.active,&:hover{
  58. background: #f4f4f4;
  59. }
  60. }
  61. .gItem-cover{
  62. display: block;
  63. width: 66px;
  64. height: 66px;
  65. border-radius: 10px;
  66. // border: 1px solid #dbdadb;
  67. overflow: hidden;
  68. margin: 0 auto;
  69. img{
  70. width: 100%;
  71. height: 100%;
  72. display: block;
  73. overflow: hidden;
  74. }
  75. }
  76. .gItem-btn{
  77. color: #ffffff;
  78. font-size: 12px;
  79. background: #3581c2;
  80. width: 44px;
  81. margin: 5px auto 0 auto;
  82. cursor: pointer;
  83. }
  84. .gItem-title{
  85. display: block;
  86. color: #999999;
  87. font-size: 12px;
  88. height: 20px;
  89. margin-top: 5px;
  90. padding: 0 4px;
  91. @include ellipsis();
  92. }
  93. }
  94. .gList-rank{
  95. .item-rank{
  96. line-height: 18px;
  97. margin-bottom: 11px;
  98. &.active{
  99. margin-bottom: 8px;
  100. .item-index{
  101. em{
  102. color: #ffffff;
  103. border: 1px solid #4b9add;
  104. background: #4b9add;
  105. }
  106. }
  107. .item-cover{
  108. display: block;
  109. }
  110. .item-title{
  111. float: none;
  112. width: auto;;
  113. margin-bottom: 8px;
  114. }
  115. .item-dl{
  116. float: none;
  117. span{
  118. display: inline;
  119. }
  120. }
  121. }
  122. }
  123. a{
  124. display: block;
  125. @include clearfix();
  126. }
  127. .item-index{
  128. float: left;
  129. em{
  130. display: block;
  131. width: 16px;
  132. height: 16px;
  133. text-align: center;
  134. line-height: 16px;
  135. border: 1px solid #eeeeee;
  136. background: #FFF;
  137. color: #999999;
  138. }
  139. }
  140. .item-cont{
  141. float: right;
  142. width: 162px;
  143. @include clearfix();
  144. }
  145. .item-cover{
  146. width: 44px;
  147. height: 44px;
  148. overflow: hidden;
  149. border-radius: 5px;
  150. display: none;
  151. float: left;
  152. margin-right: 6px;
  153. img{
  154. width: 100%;
  155. height: 100%;
  156. overflow: hidden;
  157. display: block;
  158. }
  159. }
  160. .item-info{
  161. @include clearfix();
  162. }
  163. .item-title{
  164. font-size: 12px;
  165. color: #666666;
  166. float: left;
  167. @include ellipsis();
  168. width: 100px;
  169. height: 18px;
  170. }
  171. .item-dl{
  172. font-size: 12px;
  173. color: #999999;
  174. float: right;
  175. span{
  176. display: none;
  177. margin-left: 5px;
  178. }
  179. }
  180. }
  181. .g-header{
  182. h1{
  183. font-size: 14px;
  184. line-height: 22px;
  185. color: #666666;
  186. padding-left: 29px;
  187. background: url(../img/simulator/logo.png) no-repeat;
  188. a{
  189. font-size: 12px;
  190. margin-left: 10px;
  191. color: #6592df;
  192. &:hover{
  193. text-decoration: underline;
  194. }
  195. }
  196. }
  197. ul{
  198. @include clearfix();
  199. line-height: 30px;
  200. height: 30px;
  201. background: #ecf3f9;
  202. margin-top: 7px;
  203. font-size: 12px;
  204. font-weight: 700;
  205. color: #666666;
  206. li{
  207. float: left;
  208. width: 50%;
  209. text-align: center;
  210. &.active{
  211. background: #ddebf7;
  212. }
  213. }
  214. a{
  215. display: block;
  216. height: 100%;
  217. font-weight: 700;
  218. }
  219. }
  220. }
  221. .g-form{
  222. padding: 10px 0;
  223. position: relative;
  224. z-index: 10;
  225. .g-col-395{
  226. position: relative;
  227. height: 30px;
  228. .btn-back{
  229. float: left;
  230. display: block;
  231. color: #3f8ccb;
  232. background: #ecf3f9;
  233. border: 1px solid #cbdbe8;
  234. height: 28px;
  235. line-height: 28px;
  236. width: 42px;
  237. text-align: center;
  238. border-radius: 2px;
  239. cursor: pointer;
  240. &:hover{
  241. @include opacity(0.8);
  242. }
  243. }
  244. .select-wrap{
  245. position: absolute;
  246. top: 0;
  247. right: 0;
  248. color: #666666;
  249. font-size: 12px;
  250. border: 1px solid #dbdbdb;
  251. height: 28px;
  252. line-height: 28px;
  253. border-radius: 2px;
  254. padding: 0 7px 0 6px;
  255. cursor: pointer;
  256. background: #FFF;
  257. overflow: hidden;
  258. &.is-open{
  259. height: auto;
  260. }
  261. dt{
  262. position: relative;
  263. padding: 0 22px 0 4px;
  264. height: 28px;
  265. i{
  266. position: absolute;
  267. top: 12px;
  268. right: 7px;
  269. width: 9px;
  270. height: 5px;
  271. background: url(../img/simulator/icon-select2.png?__sprite) 0 0 no-repeat;
  272. }
  273. }
  274. dd{
  275. padding: 0 22px 0 4px;
  276. border-radius: 2px;
  277. &:hover{
  278. background: #f4f4f4;
  279. }
  280. }
  281. }
  282. }
  283. .search-wrap{
  284. border: 1px solid #dbdbdb;
  285. height: 28px;
  286. line-height: 28px;
  287. @include clearfix();
  288. padding-left: 10px;
  289. form{
  290. height: 100%;
  291. }
  292. input{
  293. border: none;
  294. background: transparent;
  295. outline: none;
  296. line-height: 28px;
  297. height: 28px;
  298. border-radius: 2px;
  299. float: left;
  300. width: 140px;
  301. color: #666;
  302. }
  303. .btn-search{
  304. display: block;
  305. background: transparent;
  306. border: none;
  307. float: right;
  308. text-align: center;
  309. height: 100%;
  310. width: 28px;
  311. }
  312. }
  313. .icon-search{
  314. display: inline-block;
  315. width: 14px;
  316. height: 14px;
  317. vertical-align: middle;
  318. background: url(../img/simulator/icon-search.png?__sprite) no-repeat;
  319. }
  320. }
  321. .g-cont{
  322. position: relative;
  323. z-index: 1;
  324. }
  325. .g-page-num{
  326. text-align: right;
  327. line-height: 18px;
  328. font-size: 12px;
  329. color: #999999;
  330. span{
  331. display: inline-block;
  332. }
  333. .btn-page{
  334. color: #ffffff;
  335. background: #a8bfd1;
  336. padding: 0 4px;
  337. cursor: pointer;
  338. &.is-disabled{
  339. background: #ccc;
  340. }
  341. }
  342. .txt-page{
  343. border: 1px solid #dadada;
  344. width: 28px;
  345. margin: 0 7px;
  346. outline: none;
  347. color: #666;
  348. }
  349. .btn-page-prev{
  350. margin-right: 5px;
  351. }
  352. .btn-page-next{
  353. margin: 0 5px;
  354. }
  355. .btn-page-go{
  356. margin-left: 5px;
  357. }
  358. }
  359. .page-home{
  360. .glist-game{
  361. margin-top: 10px;
  362. }
  363. .result-empty{
  364. padding-top: 110px;
  365. p{
  366. color: #999999;
  367. font-size: 16px;
  368. font-weight: 700;
  369. text-align: center;
  370. line-height: 36px;
  371. }
  372. }
  373. .btn-dl{
  374. text-align: center;
  375. color: #FFF;
  376. font-size: 12px;
  377. width: 90px;
  378. line-height: 32px;
  379. height: 32px;
  380. background: #3f8ccb;
  381. display: block;
  382. margin: 18px auto 0 auto;
  383. border-radius: 2px;
  384. &:hover{
  385. @include opacity(0.8);
  386. }
  387. }
  388. .pic-hezi2{
  389. height: 82px;
  390. margin-bottom: 10px;
  391. background: url(../img/simulator/hezi2.jpg) center no-repeat;
  392. }
  393. }
  394. .page-game{
  395. font-size: 12px;
  396. .mod-hd{
  397. height: 25px;
  398. position: relative;
  399. z-index: 2;
  400. }
  401. .mod-bd{
  402. position: relative;
  403. z-index: 1;
  404. }
  405. .menu-wrap{
  406. height: 25px;
  407. overflow: hidden;
  408. background: #FFF;
  409. transition: all .2s;
  410. &.opened{
  411. height: auto;
  412. }
  413. }
  414. .list-type{
  415. color: #666666;
  416. line-height: 25px;
  417. float: left;
  418. width: 580px;
  419. li{
  420. float: left;
  421. cursor: pointer;
  422. padding: 0 8px;
  423. &:hover,&.active{
  424. font-weight: 700;
  425. background: #ddebf7;
  426. }
  427. }
  428. }
  429. .btn-select{
  430. width: 17px;
  431. height: 17px;
  432. float: right;
  433. cursor: pointer;
  434. margin-top: 3px;
  435. background: url(../img/simulator/icon-select.png?__sprite) 0 0 no-repeat;
  436. &:hover{
  437. background: url(../img/simulator/icon-select.png?__sprite) -17px 0 no-repeat;
  438. }
  439. &.opened{
  440. background: url(../img/simulator/icon-select.png?__sprite) 0 -17px no-repeat;
  441. &:hover{
  442. background: url(../img/simulator/icon-select.png?__sprite) -17px -17px no-repeat;
  443. }
  444. }
  445. }
  446. }
  447. .page-search{
  448. .mod-hd{
  449. font-size: 12px;
  450. line-height: 25px;
  451. span{
  452. color: #3f8ccb;
  453. }
  454. }
  455. .result-empty{
  456. padding-top: 50px;
  457. p{
  458. color: #999999;
  459. font-size: 16px;
  460. font-weight: 700;
  461. text-align: center;
  462. line-height: 36px;
  463. }
  464. }
  465. .pic-hezi{
  466. background: url(../img/simulator/hezi.jpg) center no-repeat;
  467. height: 81px;
  468. margin-bottom: 10px;
  469. }
  470. }
  471. .page-detail{
  472. font-size: 12px;
  473. width: 496px;
  474. height: 400px;
  475. overflow: hidden;
  476. padding: 0 6px;
  477. .dl-header{
  478. }
  479. .game-cover{
  480. float: left;
  481. border: 1px solid #e2e2e3;
  482. border-radius: 5px;
  483. width: 63px;
  484. height: 63px;
  485. margin-right: 11px;
  486. img{
  487. width: 100%;
  488. height: 100%;
  489. overflow: hidden;
  490. display: block;
  491. }
  492. }
  493. .game-info{
  494. float: left;
  495. width: 320px;
  496. .info-row1{
  497. line-height: 18px;
  498. h2{
  499. float: left;
  500. color: #666666;
  501. font-weight: 700;
  502. margin-right: 20px;
  503. }
  504. ul{
  505. @include clearfix();
  506. color: #FFF;
  507. }
  508. li{
  509. float: left;
  510. padding: 0 5px;
  511. margin-right: 8px;
  512. }
  513. .bg-yellow{
  514. background: #f0a438;
  515. }
  516. .bg-green{
  517. background: #25de6b;
  518. }
  519. }
  520. .info-row2{
  521. color: #999999;
  522. line-height: 1;
  523. margin-top: 25px;
  524. span{
  525. margin-right: 16px;
  526. }
  527. }
  528. }
  529. .game-install{
  530. float: right;
  531. .btn-install{
  532. display: block;
  533. line-height: 30px;
  534. height: 30px;
  535. background: #408bcb;
  536. border-radius: 2px;
  537. color: #FFF;
  538. width: 85px;
  539. text-align: center;
  540. &:hover{
  541. @include opacity(0.8);
  542. }
  543. }
  544. .btn-phone{
  545. display: inline-block;
  546. margin-top: 12px;
  547. color: #408bcb;
  548. background: url(../img/simulator/icon-phone.png) no-repeat;
  549. line-height: 16px;
  550. padding-left: 18px;
  551. cursor: pointer;
  552. }
  553. }
  554. .dl-carousel{
  555. margin-top: 14px;
  556. }
  557. .dl-intro{
  558. color: #666666;
  559. line-height: 24px;
  560. margin-top: 10px;
  561. h3{
  562. font-weight: 700;
  563. }
  564. }
  565. .info-row{
  566. span{
  567. margin-right: 10px;
  568. }
  569. }
  570. }
  571. .page-center{
  572. .mod-banner{
  573. height: 102px;
  574. margin-top: 11px;
  575. }
  576. .mod-hd {
  577. h2{
  578. float: left;
  579. color: #666666;
  580. font-weight: 700;
  581. }
  582. .link-more{
  583. float: right;
  584. color: #6592df;
  585. }
  586. }
  587. .mod-hot-game{
  588. overflow: hidden;
  589. position: relative;
  590. margin-top: 4px;
  591. .mod-hd{
  592. @include clearfix();
  593. line-height: 24px;
  594. }
  595. .mod-bd{
  596. border-right: 1px solid #f4f4f4;
  597. overflow: hidden;
  598. }
  599. .glist-game{
  600. margin-top: 10px;
  601. }
  602. .gItem-game{
  603. margin: 0 13px 4px 0;
  604. padding-top: 2px;
  605. height: 88px;
  606. .gItem-title{
  607. margin-top: 0;
  608. }
  609. }
  610. .wrap-type{
  611. width: 326px;
  612. float: left;
  613. position: relative;
  614. padding: 0 15px;
  615. .btn-prev,.btn-next{
  616. width: 15px;
  617. height: 15px;
  618. float: left;
  619. cursor: pointer;
  620. position: absolute;
  621. top: 6px;
  622. }
  623. .btn-prev{
  624. left: 0;
  625. background: url(../img/simulator/icon-prev2.png?__sprite) no-repeat;
  626. &.active{
  627. background: url(../img/simulator/icon-prev2_hover.png?__sprite) no-repeat;
  628. }
  629. }
  630. .btn-next{
  631. right: 0;
  632. background: url(../img/simulator/icon-next2.png?__sprite) no-repeat;
  633. &.active{
  634. background: url(../img/simulator/icon-next2_hover.png?__sprite) no-repeat;
  635. }
  636. }
  637. }
  638. .list-type{
  639. width: 320px;
  640. float: left;
  641. height: 24px;
  642. overflow: hidden;
  643. li{
  644. float: left;
  645. cursor: pointer;
  646. padding: 0 8px;
  647. color: #666666;
  648. &:hover,&.active {
  649. font-weight: 700;
  650. background: #ddebf7;
  651. }
  652. }
  653. }
  654. }
  655. .mod-task{
  656. font-size: 12px;
  657. height: 158px;
  658. ul{
  659. background: #ddebf7;
  660. padding: 7px 0 7px 12px;
  661. }
  662. li{
  663. line-height: 27px;
  664. overflow: hidden;
  665. color: #3f8ccb;
  666. position: relative;
  667. padding-left: 20px;
  668. p{
  669. height: 17px;
  670. @include ellipsis();
  671. }
  672. b{
  673. margin-left: 12px;
  674. font-weight: 700;
  675. }
  676. &.icon-task1{
  677. background: url(../img/simulator/icon-task1.png) 0 8px no-repeat;
  678. }
  679. &.icon-task2{
  680. background: url(../img/simulator/icon-task2.png) 0 8px no-repeat;
  681. }
  682. &.icon-task3{
  683. background: url(../img/simulator/icon-task3.png) 0 8px no-repeat;
  684. }
  685. }
  686. .icon-line{
  687. position: absolute;
  688. bottom: 0;
  689. left: 8px;
  690. width: 1px;
  691. height: 20px;
  692. background: #d4d4d4;
  693. }
  694. .task-ad{
  695. color: #666666;
  696. line-height: 25px;
  697. }
  698. .btn-accept{
  699. display: block;
  700. height: 35px;
  701. line-height: 35px;
  702. color: #FFFFFF;
  703. font-weight: 700;
  704. text-align: center;
  705. border-radius: 2px;
  706. background: #e4c350;
  707. &.is-disabled{
  708. background: #cccccc;
  709. }
  710. &.is-noLogin{
  711. cursor: pointer;
  712. }
  713. }
  714. }
  715. .mod-rank-hot{
  716. .mod-rank-title{
  717. color: #4b9add;
  718. font-weight: 700;
  719. line-height: 30px;
  720. }
  721. }
  722. }
  723. //banner--轮播图
  724. $img-width: 395px; // 图片宽度
  725. $img-height: 102px; // 图片高度
  726. .g-ui-slide {
  727. position: relative;
  728. width: $img-width;
  729. height: $img-height;
  730. overflow: hidden;
  731. img {
  732. width: 100%;
  733. height: 100%;
  734. }
  735. }
  736. .g-ui-slide__content {
  737. position: relative;
  738. height: $img-height;
  739. }
  740. .g-ui-slide__panel {
  741. position: relative;
  742. width: $img-width;
  743. height: $img-height;
  744. overflow: hidden;
  745. a {
  746. display: block;
  747. height: 100%;
  748. }
  749. }
  750. .g-ui-slide__nav{
  751. @include clearfix();
  752. position: absolute;
  753. right: 11px;
  754. bottom: 9px;
  755. }
  756. .g-ui-slide__trigger{
  757. height: 6px;
  758. width: 6px;
  759. float: left;
  760. font-size: 0;
  761. border-radius: 100%;
  762. background: #333333;
  763. margin-left: 6px;
  764. &.is-active{
  765. background: #3f8ccb;
  766. }
  767. }
  768. //二维码弹窗
  769. .pop-qrcode{
  770. background: #FFF;
  771. border-radius: 2px;
  772. outline: none;
  773. text-align: center;
  774. position: relative;
  775. padding: 24px 0 16px 0;
  776. }
  777. .pop-qrcode-close{
  778. position: absolute;
  779. top: 2px;
  780. right: 0;
  781. font-size: 20px;
  782. line-height: 1;
  783. padding: 0 4px;
  784. }
  785. .pop-qrcode-content{
  786. position: relative;
  787. padding-top: 160px;
  788. canvas{
  789. position: absolute;
  790. top: 0;
  791. left: 20px;
  792. }
  793. table{
  794. position: absolute;
  795. top: 20ypx;
  796. left: 40px;
  797. }
  798. p{
  799. color: #666;
  800. margin-top: 10px;
  801. }
  802. }
  803. //下载--旋转木马
  804. $carouselWidth : 496px;
  805. $carouselHeight : 228px;
  806. .dl-carousel{
  807. width: $carouselWidth;
  808. height: $carouselHeight;
  809. position: relative;
  810. &:hover{
  811. .dl-cover_prev,.dl-cover_next{
  812. @include opacity(1);
  813. }
  814. }
  815. }
  816. .dl-cover_scroller{
  817. width: $carouselWidth;
  818. height: $carouselHeight;
  819. overflow: hidden;
  820. position: relative;
  821. }
  822. .dl-cover_content{
  823. @include clearfix;
  824. width: 100000px!important;
  825. li{
  826. width: 150px;
  827. height: $carouselHeight;
  828. float: left;
  829. margin-right: 13px;
  830. }
  831. img{
  832. width: 100%;
  833. height: 100%;
  834. display: block;
  835. overflow: hidden;
  836. }
  837. }
  838. .dl-cover_prev,.dl-cover_next{
  839. width: 31px;
  840. height: 62px;
  841. display: block;
  842. position: absolute;
  843. top: 50%;
  844. margin-top: -31px;
  845. @include opacity(0);
  846. transition: all .2s;
  847. cursor: pointer;
  848. &.is-disabled{
  849. display: none;
  850. }
  851. }
  852. .dl-cover_prev{
  853. left: 0;
  854. background: url(../img/simulator/icon-prev.png?__sprite) no-repeat;
  855. }
  856. .dl-cover_next{
  857. right: 0;
  858. background: url(../img/simulator/icon-next.png?__sprite) no-repeat;
  859. }
  860. .u-hide{
  861. display: none;
  862. }
  863. //游戏中心弹框
  864. .pop-center{
  865. background: #FFF;
  866. outline: none;
  867. border-radius: 2px;
  868. }
  869. .pop-center-close{
  870. position: absolute;
  871. top: -19px;
  872. right: -19px;
  873. width: 19px;
  874. height: 19px;
  875. background: url(../img/simulator/icon-close.png?__sprite) no-repeat;
  876. font-size: 0;
  877. color: transparent;
  878. }
  879. .pop-simulator-center{
  880. text-align: center;
  881. height: 353px;
  882. padding-top: 47px;
  883. background: url(../img/simulator/bg-pop.jpg) left bottom no-repeat;
  884. h1{
  885. font-size: 20px;
  886. color: #2da2e6;
  887. font-weight: 700;
  888. line-height: 1;
  889. margin-bottom: 14px;
  890. }
  891. p{
  892. font-size: 16px;
  893. line-height: 26px;
  894. color: #2da2e6;
  895. }
  896. .pic-game1{
  897. margin-top: 15px;
  898. height: 148px;
  899. background: url(../img/simulator/pic-game1.png) center top no-repeat;
  900. }
  901. .pic-game2{
  902. margin-top: 15px;
  903. height: 148px;
  904. background: url(../img/simulator/pic-game2.png) center top no-repeat;
  905. }
  906. .btn-pop{
  907. margin: 52px auto 0 auto;
  908. font-size: 12px;
  909. color: #2da2e6;
  910. width: 67px;
  911. height: 27px;
  912. line-height: 27px;
  913. text-align: center;
  914. background: #FFF;
  915. border-radius: 30px;
  916. cursor: pointer;
  917. &:hover{
  918. background: #f5f5f5;
  919. }
  920. }
  921. .pop-page{
  922. position: absolute;
  923. width: 100%;
  924. }
  925. .pop-page2{
  926. display: none;
  927. }
  928. }
  929. .pop-normal{
  930. outline: none;
  931. .btn-pop-close{
  932. position: absolute;
  933. right: 15px;
  934. top: 8px;
  935. font-size: 20px;
  936. color: #999999;
  937. cursor: pointer;
  938. }
  939. }
  940. .pop-qq{
  941. border-top: 3px solid $blue;
  942. text-align: center;
  943. background: #FFF;
  944. outline: none;
  945. padding: 15px 15px 35px 15px;
  946. position: relative;
  947. h3{
  948. font-size: 12px;
  949. color: #666666;
  950. text-align: left;
  951. font-weight: 700;
  952. }
  953. p{
  954. font-weight: 700;
  955. color: #666666;
  956. margin: 30px 0 20px 0;
  957. b{
  958. color: #ff7f1f;
  959. margin: 0 4px;
  960. font-weight: 700;
  961. }
  962. }
  963. input{
  964. padding: 0 12px;
  965. border: 1px solid #dbdbdb;
  966. height: 30px;
  967. line-height: 30px;
  968. width: 196px;
  969. outline: none;
  970. font-size: 12px;
  971. }
  972. .wrap-btns{
  973. margin-top: 22px;
  974. }
  975. .btn-pop{
  976. display: inline-block;
  977. width: 75px;
  978. height: 30px;
  979. line-height: 30px;
  980. text-align: center;
  981. cursor: pointer;
  982. background: $blue;
  983. color: #FFFFFF;
  984. margin: 0 6px;
  985. &:hover{
  986. @include opacity(0.8);
  987. }
  988. }
  989. }
  990. //----------DNF盒子,坦克世界盒子--------------------
  991. .hezi-dnf,.hezi-tksj{
  992. .o-wrap{
  993. height: 470px;
  994. }
  995. .page-center{
  996. .mod-hot-game{
  997. .glist-game{
  998. margin-top: 4px;
  999. }
  1000. .gItem-game{
  1001. height: 88px;
  1002. margin: 0 13px 0 0;
  1003. }
  1004. }
  1005. }
  1006. .glist-game{
  1007. &.gList-row3{
  1008. height: 312px;
  1009. }
  1010. .gItem-game{
  1011. height: 92px;
  1012. margin: 0 13px 4px 0;
  1013. }
  1014. }
  1015. .gList-rank{
  1016. .item-rank{
  1017. margin-bottom: 7px;
  1018. }
  1019. }
  1020. }