1
0

weui.wxss 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200
  1. /*!
  2. * WeUI v1.1.1 (https://github.com/weui/weui-wxss)
  3. * Copyright 2017 Tencent, Inc.
  4. * Licensed under the MIT license
  5. */
  6. page {
  7. line-height: 1.6;
  8. font-family: -apple-system-font, Helvetica Neue, sans-serif;
  9. }
  10. icon {
  11. vertical-align: middle;
  12. }
  13. .weui-cells {
  14. position: relative;
  15. margin-top: 1.17647059em;
  16. background-color: #fff;
  17. line-height: 1.41176471;
  18. font-size: 17px;
  19. }
  20. .weui-cells:before {
  21. top: 0;
  22. border-top: 1rpx solid #d9d9d9;
  23. }
  24. .weui-cells:after, .weui-cells:before {
  25. content: " ";
  26. position: absolute;
  27. left: 0;
  28. right: 0;
  29. height: 1px;
  30. color: #d9d9d9;
  31. }
  32. .weui-cells:after {
  33. bottom: 0;
  34. border-bottom: 1rpx solid #d9d9d9;
  35. }
  36. .weui-cells__title {
  37. margin-top: 0.77em;
  38. margin-bottom: 0.3em;
  39. padding-left: 15px;
  40. padding-right: 15px;
  41. color: #999;
  42. font-size: 14px;
  43. }
  44. .weui-cells_after-title {
  45. margin-top: 0;
  46. }
  47. .weui-cells__tips {
  48. margin-top: 0.3em;
  49. color: #999;
  50. padding-left: 15px;
  51. padding-right: 15px;
  52. font-size: 14px;
  53. }
  54. .weui-cell {
  55. padding: 10px 15px;
  56. position: relative;
  57. display: -webkit-box;
  58. display: -webkit-flex;
  59. display: flex;
  60. -webkit-box-align: center;
  61. -webkit-align-items: center;
  62. align-items: center;
  63. }
  64. .weui-cell:before {
  65. content: " ";
  66. position: absolute;
  67. left: 0;
  68. top: 0;
  69. right: 0;
  70. height: 1px;
  71. border-top: 1rpx solid #d9d9d9;
  72. color: #d9d9d9;
  73. left: 15px;
  74. }
  75. .weui-cell:first-child:before {
  76. display: none;
  77. }
  78. .weui-cell_active {
  79. background-color: #ececec;
  80. }
  81. .weui-cell_primary {
  82. -webkit-box-align: start;
  83. -webkit-align-items: flex-start;
  84. align-items: flex-start;
  85. }
  86. .weui-cell__bd {
  87. -webkit-box-flex: 1;
  88. -webkit-flex: 1;
  89. flex: 1;
  90. }
  91. .weui-cell__ft {
  92. text-align: right;
  93. color: #999;
  94. }
  95. .weui-cell_access {
  96. color: inherit;
  97. }
  98. .weui-cell__ft_in-access {
  99. padding-right: 13px;
  100. position: relative;
  101. }
  102. .weui-cell__ft_in-access:after {
  103. content: " ";
  104. display: inline-block;
  105. height: 6px;
  106. width: 6px;
  107. border-width: 2px 2px 0 0;
  108. border-color: #c8c8cd;
  109. border-style: solid;
  110. -webkit-transform: matrix(0.71, 0.71, -.71, 0.71, 0, 0);
  111. transform: matrix(0.71, 0.71, -.71, 0.71, 0, 0);
  112. position: relative;
  113. top: -2px;
  114. position: absolute;
  115. top: 50%;
  116. margin-top: -4px;
  117. right: 2px;
  118. }
  119. .weui-cell_link {
  120. color: #586c94;
  121. font-size: 14px;
  122. }
  123. .weui-cell_link:active {
  124. background-color: #ececec;
  125. }
  126. .weui-cell_link:first-child:before {
  127. display: block;
  128. }
  129. .weui-icon-radio {
  130. margin-left: 3.2px;
  131. margin-right: 3.2px;
  132. }
  133. .weui-icon-checkbox_circle, .weui-icon-checkbox_success {
  134. margin-left: 4.6px;
  135. margin-right: 4.6px;
  136. }
  137. .weui-check__label:active {
  138. background-color: #ececec;
  139. }
  140. .weui-check {
  141. position: absolute;
  142. left: -9999px;
  143. }
  144. .weui-check__hd_in-checkbox {
  145. padding-right: 0.35em;
  146. }
  147. .weui-cell__ft_in-radio {
  148. padding-left: 0.35em;
  149. }
  150. .weui-cell_input {
  151. padding-top: 0;
  152. padding-bottom: 0;
  153. }
  154. .weui-label {
  155. width: 105px;
  156. word-wrap: break-word;
  157. word-break: break-all;
  158. }
  159. .weui-input {
  160. height: 2.58823529em;
  161. min-height: 2.58823529em;
  162. line-height: 2.58823529em;
  163. }
  164. .weui-toptips {
  165. position: fixed;
  166. -webkit-transform: translateZ(0);
  167. transform: translateZ(0);
  168. top: 0;
  169. left: 0;
  170. right: 0;
  171. padding: 5px;
  172. font-size: 14px;
  173. text-align: center;
  174. color: #fff;
  175. z-index: 5000;
  176. word-wrap: break-word;
  177. word-break: break-all;
  178. }
  179. .weui-toptips_warn {
  180. background-color: #e64340;
  181. }
  182. .weui-textarea {
  183. display: block;
  184. width: 100%;
  185. }
  186. .weui-textarea-counter {
  187. color: #b2b2b2;
  188. text-align: right;
  189. }
  190. .weui-cell_warn, .weui-textarea-counter_warn {
  191. color: #e64340;
  192. }
  193. .weui-form-preview {
  194. position: relative;
  195. background-color: #fff;
  196. }
  197. .weui-form-preview:before {
  198. top: 0;
  199. border-top: 1rpx solid #d9d9d9;
  200. }
  201. .weui-form-preview:after, .weui-form-preview:before {
  202. content: " ";
  203. position: absolute;
  204. left: 0;
  205. right: 0;
  206. height: 1px;
  207. color: #d9d9d9;
  208. }
  209. .weui-form-preview:after {
  210. bottom: 0;
  211. border-bottom: 1rpx solid #d9d9d9;
  212. }
  213. .weui-form-preview__value {
  214. font-size: 14px;
  215. }
  216. .weui-form-preview__value_in-hd {
  217. font-size: 26px;
  218. }
  219. .weui-form-preview__hd {
  220. position: relative;
  221. padding: 10px 15px;
  222. text-align: right;
  223. line-height: 2.5em;
  224. }
  225. .weui-form-preview__hd:after {
  226. content: " ";
  227. position: absolute;
  228. left: 0;
  229. bottom: 0;
  230. right: 0;
  231. height: 1px;
  232. border-bottom: 1rpx solid #d9d9d9;
  233. color: #d9d9d9;
  234. left: 15px;
  235. }
  236. .weui-form-preview__bd {
  237. padding: 10px 15px;
  238. font-size: 0.9em;
  239. text-align: right;
  240. color: #999;
  241. line-height: 2;
  242. }
  243. .weui-form-preview__ft {
  244. position: relative;
  245. line-height: 50px;
  246. display: -webkit-box;
  247. display: -webkit-flex;
  248. display: flex;
  249. }
  250. .weui-form-preview__ft:after {
  251. content: " ";
  252. position: absolute;
  253. left: 0;
  254. top: 0;
  255. right: 0;
  256. height: 1px;
  257. border-top: 1rpx solid #d5d5d6;
  258. color: #d5d5d6;
  259. }
  260. .weui-form-preview__item {
  261. overflow: hidden;
  262. }
  263. .weui-form-preview__label {
  264. float: left;
  265. margin-right: 1em;
  266. min-width: 4em;
  267. color: #999;
  268. text-align: justify;
  269. text-align-last: justify;
  270. }
  271. .weui-form-preview__value {
  272. display: block;
  273. overflow: hidden;
  274. word-break: normal;
  275. word-wrap: break-word;
  276. }
  277. .weui-form-preview__btn {
  278. position: relative;
  279. display: block;
  280. -webkit-box-flex: 1;
  281. -webkit-flex: 1;
  282. flex: 1;
  283. color: #3cc51f;
  284. text-align: center;
  285. }
  286. .weui-form-preview__btn:after {
  287. content: " ";
  288. position: absolute;
  289. left: 0;
  290. top: 0;
  291. width: 1px;
  292. bottom: 0;
  293. border-left: 1rpx solid #d5d5d6;
  294. color: #d5d5d6;
  295. }
  296. .weui-form-preview__btn:first-child:after {
  297. display: none;
  298. }
  299. .weui-form-preview__btn_active {
  300. background-color: #eee;
  301. }
  302. .weui-form-preview__btn_default {
  303. color: #999;
  304. }
  305. .weui-form-preview__btn_primary {
  306. color: #0bb20c;
  307. }
  308. .weui-cell_select {
  309. padding: 0;
  310. }
  311. .weui-select {
  312. position: relative;
  313. padding-left: 15px;
  314. padding-right: 30px;
  315. height: 2.58823529em;
  316. min-height: 2.58823529em;
  317. line-height: 2.58823529em;
  318. border-right: 1rpx solid #d9d9d9;
  319. }
  320. .weui-select:before {
  321. content: " ";
  322. display: inline-block;
  323. height: 6px;
  324. width: 6px;
  325. border-width: 2px 2px 0 0;
  326. border-color: #c8c8cd;
  327. border-style: solid;
  328. -webkit-transform: matrix(0.71, 0.71, -.71, 0.71, 0, 0);
  329. transform: matrix(0.71, 0.71, -.71, 0.71, 0, 0);
  330. position: relative;
  331. top: -2px;
  332. position: absolute;
  333. top: 50%;
  334. right: 15px;
  335. margin-top: -4px;
  336. }
  337. .weui-select_in-select-after {
  338. padding-left: 0;
  339. }
  340. .weui-cell__bd_in-select-before, .weui-cell__hd_in-select-after {
  341. padding-left: 15px;
  342. }
  343. .weui-cell_vcode {
  344. padding-right: 0;
  345. }
  346. .weui-vcode-btn, .weui-vcode-img {
  347. margin-left: 5px;
  348. height: 2.58823529em;
  349. vertical-align: middle;
  350. }
  351. .weui-vcode-btn {
  352. display: inline-block;
  353. padding: 0 0.6em 0 0.7em;
  354. border-left: 1px solid #e5e5e5;
  355. line-height: 2.58823529em;
  356. font-size: 17px;
  357. color: #3cc51f;
  358. white-space: nowrap;
  359. }
  360. .weui-vcode-btn:active {
  361. color: #52a341;
  362. }
  363. .weui-cell_switch {
  364. padding-top: 6px;
  365. padding-bottom: 6px;
  366. }
  367. .weui-uploader__hd {
  368. display: -webkit-box;
  369. display: -webkit-flex;
  370. display: flex;
  371. padding-bottom: 10px;
  372. -webkit-box-align: center;
  373. -webkit-align-items: center;
  374. align-items: center;
  375. }
  376. .weui-uploader__title {
  377. -webkit-box-flex: 1;
  378. -webkit-flex: 1;
  379. flex: 1;
  380. }
  381. .weui-uploader__info {
  382. color: #b2b2b2;
  383. }
  384. .weui-uploader__bd {
  385. margin-bottom: -4px;
  386. margin-right: -9px;
  387. overflow: hidden;
  388. }
  389. .weui-uploader__file {
  390. float: left;
  391. margin-right: 9px;
  392. margin-bottom: 9px;
  393. }
  394. .weui-uploader__img {
  395. display: block;
  396. width: 79px;
  397. height: 79px;
  398. }
  399. .weui-uploader__file_status {
  400. position: relative;
  401. }
  402. .weui-uploader__file_status:before {
  403. content: " ";
  404. position: absolute;
  405. top: 0;
  406. right: 0;
  407. bottom: 0;
  408. left: 0;
  409. background-color: rgba(0, 0, 0, 0.5);
  410. }
  411. .weui-uploader__file-content {
  412. position: absolute;
  413. top: 50%;
  414. left: 50%;
  415. -webkit-transform: translate(-50%, -50%);
  416. transform: translate(-50%, -50%);
  417. color: #fff;
  418. }
  419. .weui-uploader__input-box {
  420. float: left;
  421. position: relative;
  422. margin-right: 9px;
  423. margin-bottom: 9px;
  424. width: 77px;
  425. height: 77px;
  426. border: 1px solid #d9d9d9;
  427. }
  428. .weui-uploader__input-box:after, .weui-uploader__input-box:before {
  429. content: " ";
  430. position: absolute;
  431. top: 50%;
  432. left: 50%;
  433. -webkit-transform: translate(-50%, -50%);
  434. transform: translate(-50%, -50%);
  435. background-color: #d9d9d9;
  436. }
  437. .weui-uploader__input-box:before {
  438. width: 2px;
  439. height: 39.5px;
  440. }
  441. .weui-uploader__input-box:after {
  442. width: 39.5px;
  443. height: 2px;
  444. }
  445. .weui-uploader__input-box:active {
  446. border-color: #999;
  447. }
  448. .weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before {
  449. background-color: #999;
  450. }
  451. .weui-uploader__input {
  452. position: absolute;
  453. z-index: 1;
  454. top: 0;
  455. left: 0;
  456. width: 100%;
  457. height: 100%;
  458. opacity: 0;
  459. }
  460. .weui-article {
  461. padding: 20px 15px;
  462. font-size: 15px;
  463. }
  464. .weui-article__section {
  465. margin-bottom: 1.5em;
  466. }
  467. .weui-article__h1 {
  468. font-size: 18px;
  469. font-weight: 400;
  470. margin-bottom: 0.9em;
  471. }
  472. .weui-article__h2 {
  473. font-size: 16px;
  474. font-weight: 400;
  475. margin-bottom: 0.34em;
  476. }
  477. .weui-article__h3 {
  478. font-weight: 400;
  479. font-size: 15px;
  480. margin-bottom: 0.34em;
  481. }
  482. .weui-article__p {
  483. margin: 0 0 0.8em;
  484. }
  485. .weui-msg {
  486. padding-top: 36px;
  487. text-align: center;
  488. }
  489. .weui-msg__link {
  490. display: inline;
  491. color: #586c94;
  492. }
  493. .weui-msg__icon-area {
  494. margin-bottom: 30px;
  495. }
  496. .weui-msg__text-area {
  497. margin-bottom: 25px;
  498. padding: 0 20px;
  499. }
  500. .weui-msg__title {
  501. margin-bottom: 5px;
  502. font-weight: 400;
  503. font-size: 20px;
  504. }
  505. .weui-msg__desc {
  506. font-size: 14px;
  507. color: #999;
  508. }
  509. .weui-msg__opr-area {
  510. margin-bottom: 25px;
  511. }
  512. .weui-msg__extra-area {
  513. margin-bottom: 15px;
  514. font-size: 14px;
  515. color: #999;
  516. }
  517. @media screen and (min-height:438px) {
  518. .weui-msg__extra-area {
  519. position: fixed;
  520. left: 0;
  521. bottom: 0;
  522. width: 100%;
  523. text-align: center;
  524. }
  525. }
  526. .weui-flex {
  527. display: -webkit-box;
  528. display: -webkit-flex;
  529. display: flex;
  530. }
  531. .weui-flex__item {
  532. -webkit-box-flex: 1;
  533. -webkit-flex: 1;
  534. flex: 1;
  535. }
  536. .weui-btn {
  537. margin-top: 15px;
  538. }
  539. .weui-btn:first-child {
  540. margin-top: 0;
  541. }
  542. .weui-btn-area {
  543. margin: 1.17647059em 15px 0.3em;
  544. }
  545. .weui-agree {
  546. display: block;
  547. padding: 0.5em 15px;
  548. font-size: 13px;
  549. }
  550. .weui-agree__text {
  551. color: #999;
  552. }
  553. .weui-agree__link {
  554. display: inline;
  555. color: #586c94;
  556. }
  557. .weui-agree__checkbox {
  558. position: absolute;
  559. left: -9999px;
  560. }
  561. .weui-agree__checkbox-icon {
  562. position: relative;
  563. top: 2px;
  564. display: inline-block;
  565. border: 1px solid #d1d1d1;
  566. background-color: #fff;
  567. border-radius: 3px;
  568. width: 11px;
  569. height: 11px;
  570. }
  571. .weui-agree__checkbox-icon-check {
  572. position: absolute;
  573. top: 1px;
  574. left: 1px;
  575. }
  576. .weui-footer {
  577. color: #999;
  578. font-size: 14px;
  579. text-align: center;
  580. }
  581. .weui-footer_fixed-bottom {
  582. position: fixed;
  583. bottom: 0.52em;
  584. left: 0;
  585. right: 0;
  586. }
  587. .weui-footer__links {
  588. font-size: 0;
  589. }
  590. .weui-footer__link {
  591. display: inline-block;
  592. vertical-align: top;
  593. margin: 0 0.62em;
  594. position: relative;
  595. font-size: 14px;
  596. color: #586c94;
  597. }
  598. .weui-footer__link:before {
  599. content: " ";
  600. position: absolute;
  601. left: 0;
  602. top: 0;
  603. width: 1px;
  604. bottom: 0;
  605. border-left: 1rpx solid #c7c7c7;
  606. color: #c7c7c7;
  607. left: -.65em;
  608. top: 0.36em;
  609. bottom: 0.36em;
  610. }
  611. .weui-footer__link:first-child:before {
  612. display: none;
  613. }
  614. .weui-footer__text {
  615. padding: 0 0.34em;
  616. font-size: 12px;
  617. }
  618. .weui-grids {
  619. border-top: 1rpx solid #d9d9d9;
  620. border-left: 1rpx solid #d9d9d9;
  621. overflow: hidden;
  622. }
  623. .weui-grid {
  624. position: relative;
  625. float: left;
  626. padding: 20px 10px;
  627. width: 33.33333333%;
  628. box-sizing: border-box;
  629. border-right: 1rpx solid #d9d9d9;
  630. border-bottom: 1rpx solid #d9d9d9;
  631. }
  632. .weui-grid_active {
  633. background-color: #ececec;
  634. }
  635. .weui-grid__icon {
  636. display: block;
  637. width: 28px;
  638. height: 28px;
  639. margin: 0 auto;
  640. }
  641. .weui-grid__label {
  642. margin-top: 5px;
  643. display: block;
  644. text-align: center;
  645. color: #000;
  646. font-size: 14px;
  647. white-space: nowrap;
  648. text-overflow: ellipsis;
  649. overflow: hidden;
  650. }
  651. .weui-loading {
  652. margin: 0 5px;
  653. width: 20px;
  654. height: 20px;
  655. display: inline-block;
  656. vertical-align: middle;
  657. -webkit-animation: a 1s steps(12) infinite;
  658. animation: a 1s steps(12) infinite;
  659. background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
  660. background-size: 100%;
  661. }
  662. .weui-loading.weui-loading_transparent {
  663. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect xmlns='http://www.w3.org/2000/svg' width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.56)' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.5)' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.43)' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.38)' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.32)' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.28)' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.25)' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.2)' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.17)' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.14)' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.1)' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.03)' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E");
  664. }
  665. @-webkit-keyframes a {
  666. 0% {
  667. -webkit-transform: rotate(0deg);
  668. transform: rotate(0deg);
  669. }
  670. to {
  671. -webkit-transform: rotate(1turn);
  672. transform: rotate(1turn);
  673. }
  674. }
  675. @keyframes a {
  676. 0% {
  677. -webkit-transform: rotate(0deg);
  678. transform: rotate(0deg);
  679. }
  680. to {
  681. -webkit-transform: rotate(1turn);
  682. transform: rotate(1turn);
  683. }
  684. }
  685. .weui-badge {
  686. display: inline-block;
  687. padding: 0.15em 0.4em;
  688. min-width: 8px;
  689. border-radius: 18px;
  690. background-color: #e64340;
  691. color: #fff;
  692. line-height: 1.2;
  693. text-align: center;
  694. font-size: 12px;
  695. vertical-align: middle;
  696. }
  697. .weui-badge_dot {
  698. padding: 0.4em;
  699. min-width: 0;
  700. }
  701. .weui-loadmore {
  702. width: 65%;
  703. margin: 1.5em auto;
  704. line-height: 1.6em;
  705. font-size: 14px;
  706. text-align: center;
  707. }
  708. .weui-loadmore__tips {
  709. display: inline-block;
  710. vertical-align: middle;
  711. }
  712. .weui-loadmore_line {
  713. border-top: 1px solid #e5e5e5;
  714. margin-top: 2.4em;
  715. }
  716. .weui-loadmore__tips_in-line {
  717. position: relative;
  718. top: -.9em;
  719. padding: 0 0.55em;
  720. background-color: #fff;
  721. color: #999;
  722. }
  723. .weui-loadmore__tips_in-dot {
  724. position: relative;
  725. padding: 0 0.16em;
  726. width: 4px;
  727. height: 1.6em;
  728. }
  729. .weui-loadmore__tips_in-dot:before {
  730. content: " ";
  731. position: absolute;
  732. top: 50%;
  733. left: 50%;
  734. margin-top: -1px;
  735. margin-left: -2px;
  736. width: 4px;
  737. height: 4px;
  738. border-radius: 50%;
  739. background-color: #e5e5e5;
  740. }
  741. .weui-panel {
  742. background-color: #fff;
  743. margin-top: 10px;
  744. position: relative;
  745. overflow: hidden;
  746. }
  747. .weui-panel:first-child {
  748. margin-top: 0;
  749. }
  750. .weui-panel:before {
  751. top: 0;
  752. border-top: 1rpx solid #e5e5e5;
  753. }
  754. .weui-panel:after, .weui-panel:before {
  755. content: " ";
  756. position: absolute;
  757. left: 0;
  758. right: 0;
  759. height: 1px;
  760. color: #e5e5e5;
  761. }
  762. .weui-panel:after {
  763. bottom: 0;
  764. border-bottom: 1rpx solid #e5e5e5;
  765. }
  766. .weui-panel__hd {
  767. padding: 14px 15px 10px;
  768. color: #999;
  769. font-size: 13px;
  770. position: relative;
  771. }
  772. .weui-panel__hd:after {
  773. content: " ";
  774. position: absolute;
  775. left: 0;
  776. bottom: 0;
  777. right: 0;
  778. height: 1px;
  779. border-bottom: 1rpx solid #e5e5e5;
  780. color: #e5e5e5;
  781. left: 15px;
  782. }
  783. .weui-media-box {
  784. padding: 15px;
  785. position: relative;
  786. }
  787. .weui-media-box:before {
  788. content: " ";
  789. position: absolute;
  790. left: 0;
  791. top: 0;
  792. right: 0;
  793. height: 1px;
  794. border-top: 1rpx solid #e5e5e5;
  795. color: #e5e5e5;
  796. left: 15px;
  797. }
  798. .weui-media-box:first-child:before {
  799. display: none;
  800. }
  801. .weui-media-box__title {
  802. font-weight: 400;
  803. font-size: 17px;
  804. width: auto;
  805. overflow: hidden;
  806. text-overflow: ellipsis;
  807. white-space: nowrap;
  808. word-wrap: normal;
  809. word-wrap: break-word;
  810. word-break: break-all;
  811. }
  812. .weui-media-box__desc {
  813. color: #999;
  814. font-size: 13px;
  815. line-height: 1.2;
  816. overflow: hidden;
  817. text-overflow: ellipsis;
  818. display: -webkit-box;
  819. -webkit-box-orient: vertical;
  820. -webkit-line-clamp: 2;
  821. }
  822. .weui-media-box__info {
  823. margin-top: 15px;
  824. padding-bottom: 5px;
  825. font-size: 13px;
  826. color: #cecece;
  827. line-height: 1em;
  828. list-style: none;
  829. overflow: hidden;
  830. }
  831. .weui-media-box__info__meta {
  832. float: left;
  833. padding-right: 1em;
  834. }
  835. .weui-media-box__info__meta_extra {
  836. padding-left: 1em;
  837. border-left: 1px solid #cecece;
  838. }
  839. .weui-media-box__title_in-text {
  840. margin-bottom: 8px;
  841. }
  842. .weui-media-box_appmsg {
  843. display: -webkit-box;
  844. display: -webkit-flex;
  845. display: flex;
  846. -webkit-box-align: center;
  847. -webkit-align-items: center;
  848. align-items: center;
  849. }
  850. .weui-media-box__thumb {
  851. width: 100%;
  852. height: 100%;
  853. vertical-align: top;
  854. }
  855. .weui-media-box__hd_in-appmsg {
  856. margin-right: 0.8em;
  857. width: 60px;
  858. height: 60px;
  859. line-height: 60px;
  860. text-align: center;
  861. }
  862. .weui-media-box__bd_in-appmsg {
  863. -webkit-box-flex: 1;
  864. -webkit-flex: 1;
  865. flex: 1;
  866. min-width: 0;
  867. }
  868. .weui-media-box_small-appmsg {
  869. padding: 0;
  870. }
  871. .weui-cells_in-small-appmsg {
  872. margin-top: 0;
  873. }
  874. .weui-cells_in-small-appmsg:before {
  875. display: none;
  876. }
  877. .weui-progress {
  878. display: -webkit-box;
  879. display: -webkit-flex;
  880. display: flex;
  881. -webkit-box-align: center;
  882. -webkit-align-items: center;
  883. align-items: center;
  884. }
  885. .weui-progress__bar {
  886. -webkit-box-flex: 1;
  887. -webkit-flex: 1;
  888. flex: 1;
  889. }
  890. .weui-progress__opr {
  891. margin-left: 15px;
  892. font-size: 0;
  893. }
  894. .weui-navbar {
  895. display: -webkit-box;
  896. display: -webkit-flex;
  897. display: flex;
  898. position: absolute;
  899. z-index: 500;
  900. top: 0;
  901. width: 100%;
  902. border-bottom: 1rpx solid #ccc;
  903. }
  904. .weui-navbar__item {
  905. position: relative;
  906. display: block;
  907. -webkit-box-flex: 1;
  908. -webkit-flex: 1;
  909. flex: 1;
  910. padding: 13px 0;
  911. text-align: center;
  912. font-size: 0;
  913. }
  914. .weui-navbar__item.weui-bar__item_on {
  915. color: #1aad19;
  916. }
  917. .weui-navbar__slider {
  918. position: absolute;
  919. content: " ";
  920. left: 0;
  921. bottom: 0;
  922. width: 6em;
  923. height: 3px;
  924. background-color: #1aad19;
  925. -webkit-transition: -webkit-transform 0.3s;
  926. transition: -webkit-transform 0.3s;
  927. transition: transform 0.3s;
  928. transition: transform 0.3s, -webkit-transform 0.3s;
  929. }
  930. .weui-navbar__title {
  931. display: inline-block;
  932. font-size: 15px;
  933. max-width: 8em;
  934. width: auto;
  935. overflow: hidden;
  936. text-overflow: ellipsis;
  937. white-space: nowrap;
  938. word-wrap: normal;
  939. }
  940. .weui-tab {
  941. position: relative;
  942. height: 100%;
  943. }
  944. .weui-tab__panel {
  945. box-sizing: border-box;
  946. height: 100%;
  947. padding-top: 50px;
  948. overflow: auto;
  949. -webkit-overflow-scrolling: touch;
  950. }
  951. .weui-search-bar {
  952. position: relative;
  953. padding: 8px 10px;
  954. display: -webkit-box;
  955. display: -webkit-flex;
  956. display: flex;
  957. box-sizing: border-box;
  958. background-color: #efeff4;
  959. border-top: 1rpx solid #d7d6dc;
  960. border-bottom: 1rpx solid #d7d6dc;
  961. }
  962. .weui-icon-search {
  963. margin-right: 8px;
  964. font-size: inherit;
  965. }
  966. .weui-icon-search_in-box {
  967. position: absolute;
  968. left: 10px;
  969. top: 7px;
  970. }
  971. .weui-search-bar__text {
  972. display: inline-block;
  973. font-size: 14px;
  974. vertical-align: middle;
  975. }
  976. .weui-search-bar__form {
  977. position: relative;
  978. -webkit-box-flex: 1;
  979. -webkit-flex: auto;
  980. flex: auto;
  981. border-radius: 5px;
  982. background: #fff;
  983. border: 1rpx solid #e6e6ea;
  984. }
  985. .weui-search-bar__box {
  986. position: relative;
  987. padding-left: 30px;
  988. padding-right: 30px;
  989. width: 100%;
  990. box-sizing: border-box;
  991. z-index: 1;
  992. }
  993. .weui-search-bar__input {
  994. height: 28px;
  995. line-height: 28px;
  996. font-size: 14px;
  997. }
  998. .weui-icon-clear {
  999. position: absolute;
  1000. top: 0;
  1001. right: 0;
  1002. padding: 7px 8px;
  1003. font-size: 0;
  1004. }
  1005. .weui-search-bar__label {
  1006. position: absolute;
  1007. top: 0;
  1008. right: 0;
  1009. bottom: 0;
  1010. left: 0;
  1011. z-index: 2;
  1012. border-radius: 3px;
  1013. text-align: center;
  1014. color: #9b9b9b;
  1015. background: #fff;
  1016. line-height: 28px;
  1017. }
  1018. .weui-search-bar__cancel-btn {
  1019. margin-left: 10px;
  1020. line-height: 28px;
  1021. color: #09bb07;
  1022. white-space: nowrap;
  1023. }