style.css 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. #__bs_notify__ {
  2. display: none !important;
  3. }
  4. [class*=tell] {
  5. display: table-cell;
  6. vertical-align: middle;
  7. }
  8. [class*=dt] {
  9. display: table;
  10. width: 100%;
  11. }
  12. [class*=fw] {
  13. float: left;
  14. width: 100%;
  15. }
  16. [class*=item] ul {
  17. display: table;
  18. width: 100%;
  19. }
  20. [class*=item] ul li {
  21. width: 100%;
  22. }
  23. [class*=item] ul li:last-child {
  24. border-bottom: none;
  25. }
  26. .toutu img {
  27. width: 100%;
  28. vertical-align: bottom;
  29. }
  30. .mobile-wrap {
  31. position: relative;
  32. min-height: 100vh;
  33. }
  34. main {
  35. width: 100%;
  36. padding: 0.3rem 5%;
  37. }
  38. .appItem {
  39. width: 100%;
  40. display: -webkit-flex;
  41. display: -moz-flex;
  42. display: -ms-flex;
  43. display: -o-flex;
  44. display: -webkit-box;
  45. display: -ms-flexbox;
  46. display: flex;
  47. -webkit-box-pack: justify;
  48. -webkit-justify-content: space-between;
  49. -ms-flex-pack: justify;
  50. justify-content: space-between;
  51. -webkit-flex-wrap: wrap;
  52. -ms-flex-wrap: wrap;
  53. flex-wrap: wrap;
  54. padding-bottom: 0.4rem;
  55. }
  56. .appItem .left {
  57. width: 2.3rem;
  58. height: 2.3rem;
  59. -webkit-border-radius: 0.1rem;
  60. border-radius: 0.1rem;
  61. overflow: hidden;
  62. }
  63. .appItem .left img {
  64. width: 100%;
  65. min-height: 100%;
  66. }
  67. .appItem .right {
  68. width: -webkit-calc(100% - 2.6rem);
  69. width: calc(100% - 2.6rem);
  70. }
  71. .appItem .right strong {
  72. color: #111;
  73. font-size: 0.4rem;
  74. line-height: 1.4;
  75. display: block;
  76. }
  77. .appItem .right strong span {
  78. color: #8e8e93;
  79. font-size: 0.24rem;
  80. -webkit-border-radius: 0.08rem;
  81. border-radius: 0.08rem;
  82. padding: 0.02rem 0.1rem;
  83. border: 1px solid #8e8e93;
  84. vertical-align: middle;
  85. margin-left: 0.1rem;
  86. }
  87. .appItem .right p {
  88. font-size: 0.28rem;
  89. line-height: 1.4;
  90. color: #8e8e93;
  91. }
  92. .appItem .right .installBox {
  93. padding-top: 0.4rem;
  94. width: 100%;
  95. display: -webkit-flex;
  96. display: -moz-flex;
  97. display: -ms-flex;
  98. display: -o-flex;
  99. display: -webkit-box;
  100. display: -ms-flexbox;
  101. display: flex;
  102. -webkit-box-pack: justify;
  103. -webkit-justify-content: space-between;
  104. -ms-flex-pack: justify;
  105. justify-content: space-between;
  106. }
  107. .appItem .right .installBox a ,.downwin .down{
  108. display: inline-block;
  109. }
  110. .appItem .right .installBox a:active {
  111. opacity: 0.85;
  112. }
  113. .appItem .right .installBox .down,.downwin .down{
  114. min-width: 2.1rem;
  115. background-color: #017afe;
  116. -webkit-border-radius: 0.3rem;
  117. border-radius: 0.3rem;
  118. text-align: center;
  119. color: #fff;
  120. font-size: 0.28rem;
  121. padding: 0 0.15rem;
  122. height: 0.62rem;
  123. line-height: 0.62rem;
  124. }
  125. .appItem .right .installBox .doubt {
  126. width: 0.62rem;
  127. height: 0.62rem;
  128. line-height: 0.62rem;
  129. -webkit-border-radius: 50%;
  130. border-radius: 50%;
  131. background-color: #017afe;
  132. color: #fff;
  133. font-size: 0.28rem;
  134. font-weight: bold;
  135. text-align: center;
  136. }
  137. .appItem .appTip {
  138. width: 100%;
  139. padding-top: 0.4rem;
  140. display: -webkit-flex;
  141. display: -moz-flex;
  142. display: -ms-flex;
  143. display: -o-flex;
  144. display: -webkit-box;
  145. display: -ms-flexbox;
  146. display: flex;
  147. -webkit-box-pack: justify;
  148. -webkit-justify-content: space-between;
  149. -ms-flex-pack: justify;
  150. justify-content: space-between;
  151. }
  152. .appItem .appTip .score {
  153. line-height: 1.2;
  154. }
  155. .appItem .appTip .score .star {
  156. color: #8e8e93;
  157. font-weight: bold;
  158. font-size: 0.34rem;
  159. }
  160. .appItem .appTip .score .star var {
  161. width: 1.6rem;
  162. height: 0.32rem;
  163. -webkit-background-size: 0.32rem 0.72rem;
  164. background-size: 0.32rem 0.72rem;
  165. display: inline-block;
  166. }
  167. .appItem .appTip .score p {
  168. color: #d8d8d8;
  169. font-size: 0.24rem;
  170. line-height: 1.6;
  171. }
  172. .appItem .appTip .centerBox {
  173. color: #8e8e93;
  174. font-size: 0.3rem;
  175. text-align: center;
  176. font-weight: bold;
  177. }
  178. .appItem .appTip .centerBox i {
  179. position: relative;
  180. top: -0.1rem;
  181. }
  182. .appItem .appTip .age {
  183. color: #8e8e93;
  184. line-height: 1.2;
  185. text-align: right;
  186. }
  187. .appItem .appTip .age b {
  188. font-size: 0.34rem;
  189. display: block;
  190. }
  191. .appItem .appTip .age p {
  192. color: #d8d8d8;
  193. font-size: 0.24rem;
  194. }
  195. .comment {
  196. width: 100%;
  197. padding: 0.34rem 0;
  198. border-top: 1px solid #e5e5e5;
  199. border-bottom: 1px solid #e5e5e5;
  200. display: -webkit-flex;
  201. display: -moz-flex;
  202. display: -ms-flex;
  203. display: -o-flex;
  204. display: -webkit-box;
  205. display: -ms-flexbox;
  206. display: flex;
  207. -webkit-box-pack: justify;
  208. -webkit-justify-content: space-between;
  209. -ms-flex-pack: justify;
  210. justify-content: space-between;
  211. -webkit-box-align: start;
  212. -webkit-align-items: flex-start;
  213. -ms-flex-align: start;
  214. align-items: flex-start;
  215. -webkit-flex-wrap: wrap;
  216. -ms-flex-wrap: wrap;
  217. flex-wrap: wrap;
  218. }
  219. .comment .left {
  220. text-align: center;
  221. padding-left: 0.2rem;
  222. }
  223. .comment .left b {
  224. font-size: 1.2rem;
  225. color: #4c4c50;
  226. line-height: 1.1;
  227. }
  228. .comment .left p {
  229. font-size: 0.28rem;
  230. color: #8e8e93;
  231. font-weight: bold;
  232. }
  233. .comment .right {
  234. -webkit-box-flex: 0.9;
  235. -webkit-flex-grow: 0.9;
  236. -ms-flex-positive: 0.9;
  237. flex-grow: 0.9;
  238. }
  239. .comment .right p {
  240. font-size: 0.28rem;
  241. color: #8e8e93;
  242. line-height: 1.4;
  243. text-align: right;
  244. }
  245. .comment .right .star_row {
  246. width: 100%;
  247. display: -webkit-flex;
  248. display: -moz-flex;
  249. display: -ms-flex;
  250. display: -o-flex;
  251. display: -webkit-box;
  252. display: -ms-flexbox;
  253. display: flex;
  254. -webkit-box-pack: justify;
  255. -webkit-justify-content: space-between;
  256. -ms-flex-pack: justify;
  257. justify-content: space-between;
  258. -webkit-box-align: center;
  259. -webkit-align-items: center;
  260. -ms-flex-align: center;
  261. align-items: center;
  262. }
  263. .comment .right .star_row span {
  264. width: 1.2rem;
  265. height: 0.24rem;
  266. display: inline-block;
  267. text-align: right;
  268. }
  269. .comment .right .star_row span i {
  270. height: 0.16rem;
  271. display: inline-block;
  272. background: url("../img/star.svg") 0 0;
  273. -webkit-background-size: 0.18rem 0.34rem;
  274. background-size: 0.18rem 0.34rem;
  275. }
  276. .comment .right .star_row span.s1 i {
  277. width: 0.9rem;
  278. }
  279. .comment .right .star_row span.s2 i {
  280. width: 0.72rem;
  281. }
  282. .comment .right .star_row span.s3 i {
  283. width: 0.54rem;
  284. }
  285. .comment .right .star_row span.s4 i {
  286. width: 0.36rem;
  287. }
  288. .comment .right .star_row span.s5 i {
  289. width: 0.18rem;
  290. }
  291. .comment .right .star_row .lineBox {
  292. width: -webkit-calc(100% - 1.6rem);
  293. width: calc(100% - 1.6rem);
  294. height: 0.05rem;
  295. -webkit-border-radius: 0.3rem;
  296. border-radius: 0.3rem;
  297. background-color: #e5e5e5;
  298. overflow: hidden;
  299. }
  300. .comment .right .star_row .lineBox var {
  301. height: 100%;
  302. -webkit-border-radius: 0 0.3rem 0.3rem 0;
  303. border-radius: 0 0.3rem 0.3rem 0;
  304. background-color: #8e8e93;
  305. float: left;
  306. }
  307. .comment .right .star_row .lineBox var.v1 {
  308. width: 90%;
  309. }
  310. .comment .right .star_row .lineBox var.v2 {
  311. width: 10%;
  312. }
  313. .comment .right .star_row .lineBox var.v3 {
  314. width: 4%;
  315. }
  316. .comment .right .star_row .lineBox var.v4 {
  317. width: 2%;
  318. }
  319. .comment .right .star_row .lineBox var.v5 {
  320. width: 1%;
  321. }
  322. .publicTitle {
  323. width: 100%;
  324. font-size: 0.4rem;
  325. line-height: 1.2;
  326. letter-spacing: 0.02rem;
  327. margin-bottom: 0.3rem;
  328. display: block;
  329. }
  330. .newFunction {
  331. width: 100%;
  332. padding: 0.34rem 0;
  333. border-bottom: 1px solid #e5e5e5;
  334. line-height: 1.4;
  335. }
  336. .newFunction p {
  337. font-size: 0.3rem;
  338. color: #333;
  339. }
  340. .appInfo {
  341. width: 100%;
  342. padding: 0.34rem 0;
  343. }
  344. .appInfo .box ul li {
  345. width: 100%;
  346. line-height: 1.4;
  347. padding: 0.15rem 0;
  348. float: none;
  349. border-bottom: 1px solid #e5e5e5;
  350. display: -webkit-flex;
  351. display: -moz-flex;
  352. display: -ms-flex;
  353. display: -o-flex;
  354. display: -webkit-box;
  355. display: -ms-flexbox;
  356. display: flex;
  357. -webkit-box-pack: justify;
  358. -webkit-justify-content: space-between;
  359. -ms-flex-pack: justify;
  360. justify-content: space-between;
  361. }
  362. .appInfo .box ul li:last-child {
  363. border-bottom: none;
  364. }
  365. .appInfo .box ul li span {
  366. -webkit-box-flex: 0.1;
  367. -webkit-flex-grow: 0.1;
  368. -ms-flex-positive: 0.1;
  369. flex-grow: 0.1;
  370. font-size: 0.24rem;
  371. color: #8e8e93;
  372. white-space: nowrap;
  373. overflow: hidden;
  374. -o-text-overflow: ellipsis;
  375. text-overflow: ellipsis;
  376. }
  377. .appInfo .box ul li p {
  378. width: 80%;
  379. color: #333;
  380. font-size: 0.24rem;
  381. text-align: right;
  382. display: inline-block;
  383. overflow: hidden;
  384. -ms-text-overflow: ellipsis;
  385. -o-text-overflow: ellipsis;
  386. text-overflow: ellipsis;
  387. -webkit-line-clamp: 2;
  388. -webkit-box-orient: vertical;
  389. display: -webkit-box;
  390. word-wrap: break-word;
  391. }
  392. .footer {
  393. width: 100%;
  394. padding: 0.15rem 3%;
  395. background-color: #eee;
  396. color: #a9a9a9;
  397. line-height: 1.6;
  398. }
  399. .footer p {
  400. font-size: 0.2rem;
  401. }
  402. .footer p.p2 {
  403. text-indent: 0.4rem;
  404. }
  405. .pup {
  406. position: fixed;
  407. z-index: 10;
  408. top: 0;
  409. left: 0;
  410. width: 100%;
  411. height: 100%;
  412. background: rgba(0,0,0,0.7);
  413. display: none;
  414. }
  415. .guide {
  416. position: absolute;
  417. top: 50%;
  418. left: 50%;
  419. -webkit-transform: translate(-50%, -50%);
  420. -ms-transform: translate(-50%, -50%);
  421. transform: translate(-50%, -50%);
  422. width: 80%;
  423. -webkit-border-radius: 0.1rem;
  424. border-radius: 0.1rem;
  425. overflow: hidden;
  426. background-color: #fff;
  427. padding-bottom: 0.2rem;
  428. }
  429. .guide .colse {
  430. position: absolute;
  431. z-index: 2;
  432. top: 0;
  433. right: 0;
  434. width: 0.7rem;
  435. height: 0.7rem;
  436. background: url("../img/31cb4_4_200_200.png") no-repeat;
  437. -webkit-background-size: 100% 100%;
  438. background-size: 100%;
  439. }
  440. .guide .pics {
  441. width: 100%;
  442. height: 5.5rem;
  443. }
  444. .guide .pic {
  445. width: 100%;
  446. height: 4.2rem;
  447. overflow: hidden;
  448. }
  449. .guide .pic img {
  450. width: 100%;
  451. min-height: 100%;
  452. }
  453. .guide .text {
  454. padding: 0.15rem;
  455. color: #1e93ff;
  456. font-size: 0.26rem;
  457. line-height: 1.6;
  458. text-align: center;
  459. }
  460. .guide .swiper-container {
  461. height: 100%;
  462. }
  463. .guide .swiper-pagination {
  464. bottom: 0 !important;
  465. }
  466. .guide .swiper-pagination span {
  467. background-color: #def1ff;
  468. opacity: 1;
  469. }
  470. .guide .swiper-pagination span.swiper-pagination-bullet-active {
  471. background-color: #70c2fe;
  472. opacity: 1;
  473. }
  474. .guide .smallTip {
  475. text-align: center;
  476. line-height: 1.4;
  477. padding-top: 0.3rem;
  478. }
  479. .guide .smallTip a {
  480. color: #1daafc;
  481. font-size: 0.24rem;
  482. }
  483. .pupPic {
  484. position: fixed;
  485. z-index: 11;
  486. top: 0;
  487. left: 0;
  488. width: 100%;
  489. height: 100%;
  490. display: none;
  491. }
  492. .pupPic img {
  493. width: 100%;
  494. height: 100%;
  495. }
  496. .pc-box {
  497. display: none;
  498. }
  499. /*# sourceMappingURL=style.css.map */