style.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815
  1. .game_rec {
  2. display: flex;
  3. height: 0.45rem;
  4. align-items: center;
  5. font-size: 0.16rem;
  6. justify-content: space-around;
  7. border-bottom: 0.01rem solid #EEEEEE;
  8. }
  9. .game_rec a {
  10. display: block;
  11. /* width: 0.65rem; */
  12. height: 0.44rem;
  13. line-height: 0.4rem;
  14. }
  15. .game_rec .active {
  16. color: #FF9A1C;
  17. font-weight: bold;
  18. border-bottom: 0.03rem solid #FF9A1C;
  19. }
  20. .game-list {
  21. margin-top: 1rem;
  22. border-top: 0.1rem solid #f9f9f9;
  23. }
  24. .game-info {
  25. position: relative;
  26. margin: 0.1rem;
  27. display: flex;
  28. align-items: center;
  29. justify-content: space-between;
  30. padding-bottom: 0.1rem;
  31. border-bottom: 0.01rem solid #EEEEEE;
  32. }
  33. .search-game .game-info{
  34. padding: 0.1rem;
  35. margin: 0;
  36. }
  37. .search-game .game-info .gift {
  38. top: 0.05rem;
  39. left: 0.6rem;
  40. }
  41. .game-info:last-child {
  42. border-bottom: none;
  43. }
  44. .rankid {
  45. position: absolute;
  46. font-size: 0.15rem;
  47. color: #fff;
  48. left: 0;
  49. width: 0.37rem;
  50. height: 0.3rem;
  51. top: 0;
  52. line-height: 0.25rem;
  53. padding-left: 0.05rem;
  54. font-family: ButterBody;
  55. background: linear-gradient(-40deg, transparent 62%, #FF9A1C 0%);
  56. background-size: 0.6rem 0.3rem;
  57. border-top-left-radius: 0.15rem;
  58. }
  59. .game-info img {
  60. width: 0.67rem;
  61. float: left;
  62. border-radius: 0.15rem;
  63. }
  64. .game-info .content {
  65. float: left;
  66. width: 2.1rem;
  67. min-height: 0.67rem;
  68. margin-left: 0.1rem;
  69. display: flex;
  70. flex-wrap: wrap;
  71. align-items: center;
  72. }
  73. .game-info .content h4 {
  74. padding: 0;
  75. font-size: 0.14rem;
  76. border-bottom: none;
  77. width: 100%;
  78. overflow: hidden;
  79. text-overflow: ellipsis;
  80. white-space: nowrap;
  81. }
  82. .game-info .content p {
  83. width: 100%;
  84. color: #999999;
  85. font-size: 0.12rem;
  86. overflow: hidden;
  87. white-space: nowrap;
  88. text-overflow: ellipsis;
  89. }
  90. .gift-list .game-info .content p {
  91. white-space: normal;
  92. display: -webkit-box;
  93. -webkit-line-clamp: 2;
  94. line-clamp: 2;
  95. -webkit-box-orient: vertical;
  96. }
  97. .game-info .content p span {
  98. padding: 0.04rem;
  99. }
  100. .game-info .download a,
  101. .game-info .order a,
  102. .game-info .receive a {
  103. display: block;
  104. float: right;
  105. color: #FF9A1C;
  106. font-size: 0.14rem;
  107. background: #FFF;
  108. width: 0.63rem;
  109. height: 0.28rem;
  110. line-height: 0.28rem;
  111. text-align: center;
  112. border: 0.01rem solid #FF9A1C;
  113. border-radius: 0.2rem;
  114. }
  115. .game-info .number {
  116. width: 0.2rem;
  117. font-size: 0.18rem;
  118. text-align: center;
  119. margin-right: 0.1rem;
  120. }
  121. .game-info .number-1 {
  122. background: url(../../images/mobile/icon/one.png);
  123. background-size: 100% 100%;
  124. width: 0.22rem;
  125. height: 0.22rem;
  126. color: #FFFFFF;
  127. font-size: 0.12rem;
  128. text-align: center;
  129. }
  130. .game-info .number-2 {
  131. background: url(../../images/mobile/icon/two.png);
  132. background-size: 100% 100%;
  133. width: 0.22rem;
  134. height: 0.22rem;
  135. color: #FFFFFF;
  136. font-size: 0.12rem;
  137. text-align: center;
  138. }
  139. .game-info .number-3 {
  140. background: url(../../images/mobile/icon/three.png);
  141. background-size: 100% 100%;
  142. width: 0.22rem;
  143. height: 0.22rem;
  144. color: #FFFFFF;
  145. font-size: 0.12rem;
  146. text-align: center;
  147. }
  148. .game-info .number img {
  149. width: 0.22rem;
  150. }
  151. .game-info .content {
  152. width: 1.8rem !important;
  153. }
  154. .weui-loadmore__tips {
  155. font-size: 0.14rem;
  156. color: #B2B2B2;
  157. }
  158. .weui-loadmore {
  159. display: none;
  160. width: 100%;
  161. margin: 0;
  162. padding: 1.5em 0 0;
  163. }
  164. .weui-loadmore,
  165. .footer {
  166. background: #F9F9F9;
  167. }
  168. .header .type {
  169. margin-right: 0.25rem;
  170. }
  171. .header .active {
  172. color: #FF9A1C;
  173. border-bottom: 0.03rem solid #FF9A1C;
  174. }
  175. .game-category-title {
  176. position: fixed;
  177. top: 0.55rem;
  178. width: 0.73rem;
  179. height: calc(100% - 0.55rem);
  180. background: #F9F9F9;
  181. overflow-y: scroll;
  182. z-index: 222;
  183. }
  184. .game-category-title li {
  185. height: 0.5rem;
  186. line-height: 0.5rem;
  187. text-align: center;
  188. font-size: 0.16rem;
  189. background: #F9F9F9;
  190. }
  191. .game-category-title li a {
  192. display: block;
  193. width: 100%;
  194. height: 100%;
  195. }
  196. .game-category-title .active {
  197. background: #fff;
  198. border-left: 0.03rem solid #FF9A1C;
  199. }
  200. .no-fixed{
  201. position: relative !important;
  202. background: #F9F9F9 !important;
  203. }
  204. .warp-gamelist {
  205. margin-top: 0.55rem;
  206. margin-left: 0.73rem;
  207. position: fixed;
  208. overflow: scroll;
  209. height: calc(100% - 0.55rem);
  210. width: 3.02rem;
  211. }
  212. .warp-gamelist .game-info img {
  213. width: 0.6rem;
  214. height: 0.6rem;
  215. }
  216. .warp-gamelist .game-info .content {
  217. width: 1.3rem !important;
  218. height: 0.6rem;
  219. }
  220. .warp-gamelist .game-info {
  221. margin: 0.1rem;
  222. margin-bottom: 0.12rem;
  223. padding-bottom: inherit;
  224. border-bottom: none;
  225. }
  226. .warp-gamelist .game-list {
  227. border-top: none;
  228. margin: 0 !important;
  229. }
  230. .warp-gamelist .game-list>p {
  231. font-size: 0.14rem;
  232. color: #999999;
  233. padding: 0.1rem;
  234. }
  235. .warp-gamelist .game-list>p>span {
  236. color: #FF9A1C;
  237. }
  238. .warp_gift_surplus {
  239. width: 1.17rem;
  240. background-color: #e6e6e6;
  241. border-radius: 0.08rem;
  242. height: 0.06rem;
  243. margin: 0.06rem;
  244. float: left;
  245. }
  246. .gift_surplus {
  247. height: 0.06rem;
  248. background-color: #fca11c;
  249. border-radius: 0.08rem 0 0 0.08rem;
  250. }
  251. .gift_progress {
  252. display: flex;
  253. }
  254. .gift_progress span {
  255. color: #999999;
  256. font-size: 0.12rem;
  257. }
  258. .gift-list .game-info .content {
  259. width: 2rem !important;
  260. }
  261. /* gift detail */
  262. .top-half-1 {
  263. margin-top: 0.8rem;
  264. border-bottom: 0.1rem solid #F9F9F9;
  265. }
  266. .top-half-1 .receive a {
  267. width: 0.9rem;
  268. }
  269. .game-gift-detail {
  270. padding: 0 0.1rem;
  271. border-bottom: 0.1rem solid #f9f9f9;
  272. }
  273. .game-gift-detail h4 {
  274. font-size: 0.16rem;
  275. height: 0.6rem;
  276. display: flex;
  277. align-items: center;
  278. }
  279. .game-gift-detail span {
  280. display: block;
  281. width: 0.05rem;
  282. height: 0.16rem;
  283. margin-right: 0.08rem;
  284. background: #FF9A1C;
  285. border-radius: 0.02rem;
  286. }
  287. .game-gift-detail p {
  288. font-size: 0.14rem;
  289. color: #999999;
  290. line-height: 0.19rem;
  291. margin-bottom: 0.2rem;
  292. }
  293. .game-gift-detail p a {
  294. color: #FFA22D;
  295. text-decoration: underline;
  296. }
  297. .game-gift-detail li {
  298. font-size: 0.14rem;
  299. height: 0.5rem;
  300. line-height: 0.5rem;
  301. border-bottom: 0.01rem solid #EEEEEE;
  302. }
  303. .game-gift-detail li a {
  304. display: block;
  305. max-width: 100%;
  306. overflow: hidden;
  307. text-overflow: ellipsis;
  308. white-space: nowrap;
  309. }
  310. .relate-game {
  311. position: fixed;
  312. bottom: 0;
  313. width: -webkit-fill-available;
  314. display: flex;
  315. align-items: center;
  316. justify-content: space-between;
  317. padding: 0.05rem 0.1rem;
  318. background: rgba(0, 0, 0, 0.75);
  319. }
  320. .relate-game img {
  321. width: 0.41rem;
  322. float: left;
  323. }
  324. .relate-game .content {
  325. color: #fff;
  326. margin-left: 0.1rem;
  327. width: 2rem;
  328. float: left;
  329. }
  330. .relate-game .content h4 {
  331. font-size: 0.14rem;
  332. overflow: hidden;
  333. text-overflow: ellipsis;
  334. white-space: nowrap;
  335. }
  336. .relate-game .content p {
  337. font-size: 0.12rem;
  338. }
  339. .relate-game .content p span {
  340. padding: 0.05rem;
  341. }
  342. .relate-game .download a {
  343. display: block;
  344. width: 0.63rem;
  345. height: 0.28rem;
  346. color: #fff;
  347. font-size: 0.14rem;
  348. line-height: 0.28rem;
  349. text-align: center;
  350. background: #FF9E33;
  351. border-radius: 0.2rem;
  352. }
  353. .relate-game .close {
  354. width: 0.15rem;
  355. height: 0.15rem;
  356. margin-top: -0.28rem;
  357. }
  358. .weui-dialog__bd span {
  359. color: #FF9A1C;
  360. }
  361. /* gameaid list */
  362. .gameaid-list {
  363. margin-top: 0.55rem;
  364. border-top: 0.1rem solid #f9f9f9;
  365. }
  366. .warp-gameaid-info .game-info {
  367. border-bottom: none;
  368. }
  369. .warp-gameaid-info {
  370. overflow: auto;
  371. border-bottom: 0.1rem solid #F9F9F9;
  372. padding-bottom: 0.2rem;
  373. }
  374. .gameaid-info {
  375. margin: 0 0.1rem;
  376. line-height: 0.2rem;
  377. overflow: hidden;
  378. }
  379. .open-close {
  380. color: #999999;
  381. font-size: 0.13rem;
  382. padding: 0.2rem 0.1rem 0;
  383. float: right;
  384. display: none;
  385. }
  386. .open-close a{
  387. color: #999999;
  388. }
  389. .open-close img {
  390. width: 0.12rem;
  391. margin: 0.05rem;
  392. }
  393. .no-more-data {
  394. background: #f9f9f9;
  395. color: #B2B2B2;
  396. font-size: 0.14rem;
  397. height: 0.5rem;
  398. display: flex;
  399. align-items: center;
  400. justify-content: center;
  401. }
  402. .no-more-data span {
  403. display: block;
  404. width: 1.2rem;
  405. height: 0.01rem;
  406. background: #e6e6e6;
  407. margin: 0 0.05rem;
  408. display: none;
  409. }
  410. input.submit {
  411. color: #fff;
  412. font-size: 0.18rem;
  413. background: #FF9E33;
  414. border-radius: 0.5rem;
  415. margin: 0.15rem 0;
  416. }
  417. /* 开服开测 */
  418. .warp-service {
  419. margin-top: 0.55rem;
  420. }
  421. .warp-service .game-info{
  422. justify-content: initial !important;
  423. }
  424. .warp-service .game-info .content{
  425. width: 2rem !important;
  426. }
  427. .game-info .gift {
  428. width: 0.23rem;
  429. position: absolute;
  430. top: -7px;
  431. left: 0.5rem;
  432. }
  433. .warp-service .game-list {
  434. margin-top: 0px;
  435. border-top: none;
  436. }
  437. .service-date {
  438. font-size: 0.16rem;
  439. display: flex;
  440. height: 0.5rem;
  441. align-items: center;
  442. padding-left: 0.1rem;
  443. border-bottom: 0.01rem solid #eee;
  444. border-top: 0.1rem solid #F9F9F9;
  445. }
  446. .service-date img {
  447. width: 0.18rem;
  448. margin-right: 0.1rem;
  449. }
  450. .service-date span {
  451. color: #999999;
  452. font-size: 0.14rem;
  453. margin-left: 0.1rem;
  454. }
  455. .warp-service .game-info {
  456. margin: 0;
  457. padding: 0.1rem;
  458. }
  459. .warp-service .game-info .gift {
  460. top: 4px;
  461. left: 0.6rem;
  462. }
  463. .highlight {
  464. color: #FFB50F !important;
  465. }
  466. /* 存号箱 */
  467. .gift-box.header {
  468. justify-content: initial;
  469. }
  470. .gift-box.header .back {
  471. padding-right: 0;
  472. float: left;
  473. line-height: 0.4rem;
  474. }
  475. .gift-box.header h1 {
  476. float: left;
  477. width: 100%;
  478. max-width: 100%;
  479. text-align: center;
  480. }
  481. .gift-box-list {
  482. padding-top: 1.02rem;
  483. }
  484. .gift-box-list>p {
  485. font-size: 0.16rem;
  486. line-height: 0.5rem;
  487. padding-left: 0.23rem;
  488. }
  489. .gift-box-list>p span {
  490. color: #FF9A1C;
  491. }
  492. .boxinfo {
  493. border: 0.1rem solid #f9f9f9;
  494. border-bottom: none;
  495. }
  496. .boxinfo .content {
  497. width: 2.54rem;
  498. }
  499. .gift-info {
  500. margin: 0.1rem 0.1rem 0;
  501. display: flex;
  502. padding-bottom: 0.1rem;
  503. border-bottom: 0.01rem solid #EEEEEE;
  504. }
  505. .gift-info img {
  506. width: 0.71rem;
  507. height: 0.71rem;
  508. margin-right: 0.1rem;
  509. }
  510. .gift-info .content h4 {
  511. font-size: 0.14rem;
  512. width: 100%;
  513. overflow: hidden;
  514. text-overflow: ellipsis;
  515. white-space: nowrap;
  516. }
  517. .gift-info .content p {
  518. font-size: 0.12rem;
  519. color: #BCBCBC;
  520. }
  521. .giftcode {
  522. font-size: 0.12rem;
  523. overflow: auto;
  524. display: flex;
  525. align-items: center;
  526. justify-content: space-between;
  527. }
  528. .giftcode p {
  529. font-weight: bold;
  530. margin-left: 0.1rem;
  531. line-height: 0.38rem;
  532. float: left;
  533. }
  534. .giftcode .code {
  535. float: left;
  536. color: #BCBCBC;
  537. width: 2.1rem;
  538. word-wrap: break-word;
  539. margin: 0.08rem;
  540. }
  541. .giftcode a {
  542. display: block;
  543. width: 0.55rem;
  544. height: 0.23rem;
  545. line-height: 0.23rem;
  546. margin-right: 0.1rem;
  547. background: #FF9A1C;
  548. text-align: center;
  549. color: #fff;
  550. border-radius: 0.2rem;
  551. }
  552. /* 客服中心 常见问题 */
  553. .question {
  554. justify-content: initial;
  555. }
  556. .question h1 {
  557. width: 100%;
  558. max-width: 100%;
  559. float: left;
  560. font-size: 0.18rem;
  561. margin-right: 0.6rem;
  562. text-align: center;
  563. }
  564. .question-list,
  565. .content-txt {
  566. margin-top: 1rem;
  567. border-top: 0.1rem solid #F9F9F9;
  568. }
  569. .content-txt {
  570. font-size: 0.14rem;
  571. padding: 0.12rem;
  572. }
  573. .question-list li {
  574. padding: 0.15rem 0.1rem;
  575. margin: 0 0.1rem;
  576. border-bottom: 0.01rem solid #eee;
  577. }
  578. .question-list li:last-child {
  579. border-bottom: none;
  580. }
  581. .question-list li h4 {
  582. font-size: 0.16rem;
  583. margin-bottom: 0.2rem;
  584. }
  585. .question-list li p {
  586. font-size: 0.14rem;
  587. color: #999999;
  588. }
  589. /* 搜索页 */
  590. .header.search-page img {
  591. width: 0.2rem;
  592. }
  593. .header.search-page input {
  594. padding-left: 0.15rem;
  595. padding-right: 0.3rem;
  596. width: 2.4rem;
  597. height: 100%;
  598. border: none;
  599. border-radius: .16rem;
  600. background-color: #f9f9f9;
  601. }
  602. .header.search-page .search {
  603. height: .32rem;
  604. }
  605. .header.search-page {
  606. justify-content: space-between;
  607. }
  608. .hot-search,.history-search{
  609. margin: 0 0.1rem;
  610. }
  611. .history-search{
  612. display: none;
  613. }
  614. .hot-search .title ,.history-search .title{
  615. height: 0.5rem;
  616. font-size: 0.16rem;
  617. display: flex;
  618. align-items: center;
  619. margin: 0 0.07rem;
  620. }
  621. .hot-search div {
  622. overflow: hidden;
  623. margin: 0 0.07rem;
  624. }
  625. .hot-search .title img{
  626. width: 0.2rem;
  627. margin-right: 0.08rem;
  628. }
  629. .hot-search a {
  630. display: block;
  631. float: left;
  632. font-size: 0.12rem;
  633. color: #BCBCBC;
  634. height: 0.25rem;
  635. padding: 0 0.12rem;
  636. margin: 0 0.1rem 0.1rem 0;
  637. line-height: 0.25rem;
  638. border: 0.01rem solid #EEEEEE;
  639. border-radius: 0.2rem;
  640. }
  641. .history-search .title{
  642. justify-content: space-between;
  643. }
  644. .history-search .title div,.history-search .title a{
  645. display: flex;
  646. align-items: center;
  647. }
  648. .history-search .title img{
  649. margin-right: 0.08rem;
  650. }
  651. .history-search img{
  652. width: 0.2rem;
  653. }
  654. .history-search li {
  655. height: 0.35rem;
  656. display: flex;
  657. justify-content: space-between;
  658. align-items: center;
  659. margin: 0 0.07rem;
  660. }
  661. .history-search li a {
  662. font-size: 0.14rem;
  663. color: #BCBCBC;
  664. max-width: 3.2rem;
  665. overflow: hidden;
  666. text-overflow: ellipsis;
  667. white-space: nowrap;
  668. }
  669. .history-search li img {
  670. width: 0.16rem;
  671. }
  672. .header.search-page .search img {
  673. display: none;
  674. right: .1rem;
  675. width: 0.18rem;
  676. position: absolute;
  677. top: 0.07rem;
  678. }
  679. .search-new {
  680. margin: 1rem 0 0 !important;
  681. border-top: 0.1rem solid #F9F9F9;
  682. }
  683. .search-new .new-info {
  684. padding: 0.1rem;
  685. border-bottom: 0.01rem solid #EEEEEE;
  686. margin: 0;
  687. }
  688. .warp-search-cont {
  689. position: fixed;
  690. width: 100%;
  691. height: 100%;
  692. background-color: rgba(0, 0, 0, 0.7);
  693. display: none;
  694. }
  695. #search_ul {
  696. position: fixed;
  697. width: 100%;
  698. background: #fff;
  699. }
  700. #search_ul a {
  701. display: flex;
  702. width: 100%;
  703. font-size: 0.14rem;
  704. padding: 0 3%;
  705. height: 0.4rem;
  706. align-items: center;
  707. border-bottom: 0.01rem solid #eee;
  708. }
  709. .search-game .content h4{
  710. height: auto !important;
  711. margin: 0 !important;
  712. }