game-info.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. .game-content {
  2. width: 100%;
  3. text-align: center;
  4. padding-bottom: 0.12rem;
  5. background: url(../../images/mobile/bg/Bg-two.png) no-repeat;
  6. background-size: 100%;
  7. }
  8. .game-content img {
  9. width: 0.67rem;
  10. margin: 0.54rem 0 0.15rem;
  11. }
  12. .game-content h2 {
  13. font-size: 0.18rem;
  14. max-width: 2rem;
  15. margin: auto;
  16. overflow: hidden;
  17. text-overflow: ellipsis;
  18. white-space: nowrap;
  19. }
  20. .game-content p {
  21. font-size: 0.14rem;
  22. color: #999999;
  23. line-height: 0.25rem;
  24. max-width: 3rem;
  25. margin: auto;
  26. overflow: hidden;
  27. text-overflow: ellipsis;
  28. white-space: nowrap;
  29. }
  30. .game-content p span {
  31. padding: 0 0.05rem;
  32. }
  33. .game-content .download a {
  34. display: block;
  35. width: 2.3rem;
  36. height: 0.38rem;
  37. line-height: 0.38rem;
  38. margin: auto;
  39. margin-top: 0.12rem;
  40. font-size: 0.18rem;
  41. color: #fff;
  42. background: #FF9E33;
  43. border-radius: 0.2rem;
  44. }
  45. .game-info-title {
  46. font-size: 0.16rem;
  47. display: flex;
  48. align-items: center;
  49. justify-content: space-around;
  50. border-bottom: 0.01rem solid #EEEEEE;
  51. }
  52. .fixed-top{
  53. position: fixed;
  54. top: 0.55rem;
  55. width: 100%;
  56. background: #fff;
  57. }
  58. .game-info-title li a {
  59. display: block;
  60. width: 0.4rem;
  61. text-align: center;
  62. height: 0.45rem;
  63. line-height: 0.44rem;
  64. }
  65. .game-info-title li .active {
  66. color: #FFA42D;
  67. border-bottom: 0.03rem solid #FFA42D;
  68. }
  69. .warp-game-introduce {
  70. border-bottom: 0.1rem solid #f9f9f9;
  71. }
  72. .game-introduce {
  73. overflow: hidden;
  74. margin: 0.2rem 0.1rem 0.15rem;
  75. }
  76. .game-introduce p {
  77. font-size: 0.14rem;
  78. }
  79. .open-close {
  80. color: #999999;
  81. font-size: 0.13rem;
  82. padding: 0 0.1rem 0.15rem ;
  83. text-align: right;
  84. }
  85. .open-close a{
  86. color: #999999;
  87. }
  88. .warp-screenshots{
  89. overflow: hidden;
  90. height: 2.2rem;
  91. margin: 0 0.1rem;
  92. }
  93. .warp-screenshots>div{
  94. overflow-x: auto;
  95. padding-bottom: 0.6rem;
  96. }
  97. .screenshots {
  98. display: flex;
  99. }
  100. .screenshots img{
  101. width: 1.12rem;
  102. height: 2rem;
  103. padding-right: 0.09rem;
  104. }
  105. .screenshots a:last-child img {
  106. margin-right: 0;
  107. }
  108. .title {
  109. display: flex;
  110. height: 0.5rem;
  111. margin: 0 0.1rem;
  112. align-items: center;
  113. }
  114. .title h4 {
  115. font-size: 0.16rem;
  116. }
  117. #my-title {
  118. margin-left: 0;
  119. }
  120. .title h4 span {
  121. width: 5px;
  122. height: 16px;
  123. display: block;
  124. float: left;
  125. margin-top: 0.04rem;
  126. margin-right: 0.05rem;
  127. background: #FF9A1C;
  128. border-radius: 2px;
  129. }
  130. .title p {
  131. font-size: 0.14rem;
  132. margin-left: 0.1rem;
  133. }
  134. .title p span{
  135. color:#FFA42D ;
  136. }
  137. .kc-info ul,.kf-info ul {
  138. display: flex;
  139. height: 0.5rem;
  140. font-size: 0.14rem;
  141. align-items: center;
  142. border-bottom: 0.01rem solid #EEEEEE;
  143. }
  144. .kc-info ul li,.kf-info ul li {
  145. width: 33.33%;
  146. text-align: center;
  147. overflow: hidden;
  148. text-overflow: ellipsis;
  149. white-space: nowrap;
  150. }
  151. .tab-title {
  152. background: #F9F9F9;
  153. border-bottom:none;
  154. }
  155. .kc-list li:first-child,.kf-list li:first-child {
  156. color: #FFA42D;
  157. }
  158. .kc-list a,.kf-list a {
  159. display: block;
  160. width: 0.63rem;
  161. height: 0.28rem;
  162. line-height: 0.28rem;
  163. text-align: center;
  164. color: #FF9A1C;
  165. border: 0.01rem solid #FF9A1C;
  166. border-radius: 0.2rem;
  167. margin: auto;
  168. }
  169. .kc-more,.kf-more,.moregame{
  170. font-size: 0.16rem;
  171. color: #BCBCBC;
  172. display: block;
  173. width: 3.55rem;
  174. height: 0.44rem;
  175. line-height: 0.44rem;
  176. text-align: center;
  177. background: #F9F9F9;
  178. border-radius: 0.2rem;
  179. margin: 0.15rem auto;
  180. }
  181. .weui-loadmore{
  182. display: none;
  183. }
  184. .rela-info .content {
  185. margin: 0 0.1rem 0.26rem;
  186. font-size: 0.14rem;
  187. }
  188. .rela-info .content span {
  189. color: #999999;
  190. }
  191. .rela-info .content p {
  192. margin: 0.06rem 0;
  193. }
  194. .manufacture {
  195. display: flex;
  196. }
  197. .manufacture div {
  198. width: 2.7rem;
  199. }
  200. .footer{
  201. background: #F9F9F9;
  202. }
  203. .swiper-container{
  204. position: fixed !important;
  205. top: 0;
  206. z-index: 666 !important;
  207. height: 100%;
  208. display: flex;
  209. background-color: rgba(0, 0, 0, 0.7);
  210. }
  211. .swiper-slide {
  212. height: 100%;
  213. display: flex;
  214. align-items: center;
  215. }
  216. .swiper-slide img{
  217. width: 85%;
  218. margin: auto;
  219. }
  220. .swiper-pagination{
  221. font-size: 0.14rem;
  222. z-index: 888 !important;
  223. color: #fff;
  224. position: fixed !important;
  225. }
  226. .no-info {
  227. text-align: center;
  228. font-size: 0.14rem;
  229. color: #999999;
  230. margin: 20px 0;
  231. }
  232. .no-info img {
  233. width: 2rem;
  234. }
  235. .relate-game {
  236. position: fixed;
  237. bottom: 0;
  238. width: -webkit-fill-available;
  239. display: flex;
  240. align-items: center;
  241. justify-content: space-between;
  242. padding: 0.05rem 0.1rem;
  243. background: rgba(0, 0, 0, 0.75);
  244. display: none;
  245. }
  246. .relate-game img {
  247. width: 0.41rem;
  248. float: left;
  249. }
  250. .relate-game .content {
  251. color: #fff;
  252. margin-left: 0.1rem;
  253. width: 2rem;
  254. float: left;
  255. }
  256. .relate-game .content h4 {
  257. font-size: 0.14rem;
  258. overflow: hidden;
  259. text-overflow: ellipsis;
  260. white-space: nowrap;
  261. }
  262. .relate-game .content p {
  263. font-size: 0.12rem;
  264. }
  265. .relate-game .content p span {
  266. padding: 0.05rem;
  267. }
  268. .relate-game .download a {
  269. display: block;
  270. width: 0.63rem;
  271. height: 0.28rem;
  272. color: #fff;
  273. font-size: 0.14rem;
  274. line-height: 0.28rem;
  275. text-align: center;
  276. background: #FF9E33;
  277. border-radius: 0.2rem;
  278. }
  279. .relate-game .close {
  280. width: 0.15rem;
  281. height: 0.15rem;
  282. margin-left: 0.25rem;
  283. float: left;
  284. }
  285. /* 礼包 */
  286. .info-gift,.info-new {
  287. margin: 0 0.1rem;
  288. }
  289. .info-gift>p,.info-new>p{
  290. font-size: 0.14rem;
  291. color: #999999;
  292. /* line-height: 0.5rem; */
  293. /* margin-top: 0.16rem; */
  294. }
  295. .info-gift>p span,.info-new>p span{
  296. color: #FFA42D;
  297. }
  298. .gift-info .content {
  299. float: left;
  300. width: 2.9rem;
  301. }
  302. .gift-info {
  303. display: flex;
  304. align-items: center;
  305. padding: 0.16rem 0;
  306. border-bottom: 0.01rem solid #EEEEEE;
  307. }
  308. .gift-info .content h4 {
  309. font-size: 0.14rem;
  310. width: 100%;
  311. overflow: hidden;
  312. text-overflow: ellipsis;
  313. white-space: nowrap;
  314. }
  315. .gift_progress {
  316. display: flex;
  317. }
  318. .gift_progress span {
  319. color: #999999;
  320. font-size: 0.12rem;
  321. }
  322. .warp_gift_surplus {
  323. width: 1.17rem;
  324. background-color: #e6e6e6;
  325. border-radius: 0.08rem;
  326. height: 0.06rem;
  327. margin: 0.06rem;
  328. float: left;
  329. }
  330. .gift_surplus {
  331. height: 0.06rem;
  332. background-color: #fca11c;
  333. border-radius: 0.08rem 0 0 0.08rem;
  334. }
  335. .gift-info .content p {
  336. width: 99%;
  337. color: #999999;
  338. font-size: 0.12rem;
  339. overflow: hidden;
  340. text-overflow: ellipsis;
  341. display: -webkit-inline-box;
  342. -webkit-line-clamp: 2;
  343. -webkit-box-orient: vertical;
  344. vertical-align: middle;
  345. }
  346. .gift-info .receive a {
  347. display: block;
  348. float: right;
  349. color: #FF9A1C;
  350. font-size: 0.14rem;
  351. background: #FFF;
  352. width: 0.63rem;
  353. height: 0.28rem;
  354. line-height: 0.28rem;
  355. text-align: center;
  356. border: 0.01rem solid #FF9A1C;
  357. border-radius: 0.2rem;
  358. }
  359. /*资讯 */
  360. .new-info {
  361. display: flex;
  362. align-items: center;
  363. margin-bottom: 0.1rem;
  364. }
  365. .new-info img {
  366. width: 1rem;
  367. height: 0.75rem;
  368. }
  369. .new-info div a{
  370. margin-left: 0.1rem;
  371. height: 0.75rem;
  372. display: flex;
  373. flex-direction: column;
  374. justify-content: space-between;
  375. }
  376. .new-info h4 {
  377. font-size: 0.14rem;
  378. overflow: hidden;
  379. text-overflow: ellipsis;
  380. display: -webkit-box;
  381. -webkit-line-clamp: 2;
  382. line-clamp: 2;
  383. -webkit-box-orient: vertical;
  384. }
  385. .new-info p {
  386. font-size: 0.14rem;
  387. color: #999999;
  388. }
  389. /* 资讯详情 */
  390. .news-details {
  391. padding: 0.2rem;
  392. width: calc(100% - 0.4rem);
  393. }
  394. .news-details>p {
  395. width: 100% !important;
  396. }
  397. .news-details embed {
  398. width: 100% !important;
  399. }
  400. .news-details img {
  401. max-width: 100% !important;
  402. height: auto;
  403. }
  404. .news-details h1 {
  405. font-size: 0.16rem;
  406. text-align: center;
  407. }
  408. .news-details div p {
  409. font-size: 0.12rem;
  410. color: #999999;
  411. }
  412. .news-details div {
  413. display: flex;
  414. justify-content: space-between;
  415. align-items: center;
  416. height: 0.4rem;
  417. margin-bottom: 0.1rem;
  418. border-bottom: 0.01rem solid #EEEEEE;
  419. }
  420. .rela-news .title {
  421. margin: 0;
  422. }
  423. .rela-news {
  424. margin: 0 0.2rem 0.2rem;
  425. }
  426. .rela-news li a{
  427. display: flex;
  428. justify-content: space-between;
  429. align-items: center;
  430. height: 0.3rem;
  431. }
  432. .rela-news p {
  433. max-width: 2.3rem;
  434. overflow: hidden;
  435. text-overflow: ellipsis;
  436. white-space: nowrap;
  437. }
  438. .rela-news span {
  439. color: #999999;
  440. }
  441. .no-more-data {
  442. background: #f9f9f9;
  443. color: #B2B2B2;
  444. font-size: 0.14rem;
  445. height: 0.5rem;
  446. display: flex;
  447. align-items: center;
  448. justify-content: center;
  449. }
  450. .no-more-data span {
  451. display: block;
  452. width: 1.2rem;
  453. height: 0.01rem;
  454. background: #e6e6e6;
  455. margin: 0 0.05rem;
  456. display: none;
  457. }
  458. .weui-loadmore__tips {
  459. font-size: 0.14rem;
  460. color: #B2B2B2;
  461. }
  462. .weui-loadmore {
  463. display: none;
  464. width: 100%;
  465. margin: 0;
  466. padding: 1.5em 0 0;
  467. }
  468. .weui-loadmore,
  469. .footer {
  470. background: #F9F9F9;
  471. }
  472. .new-game-list {
  473. display: flex;
  474. flex-wrap: wrap;
  475. justify-content: space-around;
  476. padding-top: 0.08rem;
  477. padding-bottom: 0.2rem;
  478. border-bottom: 0.1rem solid #F9F9F9;
  479. }
  480. .new-game-info {
  481. width: 25%;
  482. text-align: center;
  483. margin: 0.08rem 0;
  484. }
  485. .new-game-info img {
  486. width: 0.67rem;
  487. height: 0.67rem;
  488. margin-bottom: 0.12rem;
  489. }
  490. .new-game-info h4 {
  491. font-size: 0.15rem;
  492. margin: auto;
  493. width: 0.74rem;
  494. height: 0.24rem;
  495. overflow: hidden;
  496. text-overflow: ellipsis;
  497. white-space: nowrap;
  498. }
  499. .new-game-info p {
  500. text-align: center;
  501. font-size: 0.12rem;
  502. color: #999999;
  503. }
  504. .new-game-info p span {
  505. padding: 0 0.04rem;
  506. }
  507. .new-game-info .download a {
  508. display: block;
  509. width: 0.63rem;
  510. height: 0.28rem;
  511. color: #FF9A1C;
  512. font-size: 0.14rem;
  513. line-height: 0.28rem;
  514. text-align: center;
  515. border: 0.01rem solid #FF9A1C;
  516. border-radius: 0.2rem;
  517. margin: auto;
  518. margin-top: 0.12rem;
  519. }
  520. .game-info {
  521. position: relative;
  522. margin: 0.1rem;
  523. display: flex;
  524. align-items: center;
  525. /* justify-content: space-between; */
  526. padding-bottom: 0.1rem;
  527. border-bottom: 0.01rem solid #EEEEEE;
  528. }
  529. .game-info:last-child {
  530. border-bottom: none;
  531. }
  532. .game-info img {
  533. width: 0.67rem;
  534. float: left;
  535. border-radius: 0.15rem;
  536. }
  537. .game-info .content {
  538. float: left;
  539. width: 2rem;
  540. height: 0.67rem;
  541. margin-left: 0.1rem;
  542. display: flex;
  543. flex-wrap: wrap;
  544. align-items: center;
  545. }
  546. .game-info .content h4 {
  547. padding: 0;
  548. font-size: 0.14rem;
  549. border-bottom: none;
  550. width: 100%;
  551. height: 0.25rem;
  552. overflow: hidden;
  553. text-overflow: ellipsis;
  554. white-space: nowrap;
  555. }
  556. .game-info .content p {
  557. width: 100%;
  558. color: #999999;
  559. font-size: 0.12rem;
  560. overflow: hidden;
  561. text-overflow: ellipsis;
  562. white-space: nowrap;
  563. }
  564. .game-info .content p span {
  565. padding: 0.04rem;
  566. }
  567. .game-info .download a {
  568. display: block;
  569. float: right;
  570. color: #FF9A1C;
  571. font-size: 0.14rem;
  572. background: #FFF;
  573. width: 0.63rem;
  574. height: 0.28rem;
  575. line-height: 0.28rem;
  576. text-align: center;
  577. border: 0.01rem solid #FF9A1C;
  578. border-radius: 0.2rem;
  579. }