uni.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458
  1. @font-face {
  2. font-family: uniicons;
  3. font-weight: normal;
  4. font-style: normal;
  5. src: url('https://img-cdn-qiniu.dcloud.net.cn/fonts/uni.ttf') format('truetype');
  6. }
  7. /*通用 */
  8. view{
  9. /* font-size:28rpx;
  10. line-height:1.8; */
  11. }
  12. progress, checkbox-group{
  13. width: 100%;
  14. }
  15. form {
  16. width: 100%;
  17. }
  18. .uni-flex {
  19. display: flex;
  20. flex-direction: row;
  21. }
  22. .uni-flex-item {
  23. flex: 1;
  24. }
  25. .uni-row {
  26. flex-direction: row;
  27. }
  28. .uni-column {
  29. flex-direction: column;
  30. }
  31. .uni-link{
  32. color:#576B95;
  33. font-size:26rpx;
  34. }
  35. .uni-center{
  36. text-align:center;
  37. }
  38. .uni-inline-item{
  39. display: flex;
  40. flex-direction: row;
  41. align-items:center;
  42. }
  43. .uni-inline-item text{
  44. margin-right: 20rpx;
  45. }
  46. .uni-inline-item text:last-child{
  47. margin-right: 0rpx;
  48. margin-left: 20rpx;
  49. }
  50. /* page */
  51. .uni-page-head{
  52. padding:35rpx;
  53. text-align: center;
  54. }
  55. .uni-page-head-title {
  56. display: inline-block;
  57. padding: 0 40rpx;
  58. font-size: 30rpx;
  59. height: 88rpx;
  60. line-height: 88rpx;
  61. color: #BEBEBE;
  62. box-sizing: border-box;
  63. border-bottom: 2rpx solid #D8D8D8;
  64. }
  65. .uni-page-body {
  66. width: 100%;
  67. flex-grow: 1;
  68. overflow-x: hidden;
  69. }
  70. .uni-padding-wrap{
  71. width:690rpx;
  72. padding:0 30rpx;
  73. }
  74. .uni-word {
  75. text-align: center;
  76. padding:200rpx 100rpx;
  77. }
  78. .uni-title {
  79. font-size:30rpx;
  80. font-weight:500;
  81. padding:20rpx 0;
  82. line-height:1.5;
  83. }
  84. .uni-text{
  85. font-size:28rpx;
  86. }
  87. .uni-title text{
  88. font-size:24rpx;
  89. color:#888;
  90. }
  91. .uni-text-gray{
  92. color: #ccc;
  93. }
  94. .uni-text-small {
  95. font-size:24rpx;
  96. }
  97. .uni-common-mb{
  98. margin-bottom:30rpx;
  99. }
  100. .uni-common-pb{
  101. padding-bottom:30rpx;
  102. }
  103. .uni-common-pl{
  104. padding-left:30rpx;
  105. }
  106. .uni-common-mt{
  107. margin-top:30rpx;
  108. }
  109. /* 背景色 */
  110. .uni-bg-red{
  111. background:#F76260; color:#FFF;
  112. }
  113. .uni-bg-green{
  114. background:#09BB07; color:#FFF;
  115. }
  116. .uni-bg-blue{
  117. background:#007AFF; color:#FFF;
  118. }
  119. /* 标题 */
  120. .uni-h1 {font-size: 80rpx; font-weight:700;}
  121. .uni-h2 {font-size: 60rpx; font-weight:700;}
  122. .uni-h3 {font-size: 48rpx; font-weight:700;}
  123. .uni-h4 {font-size: 36rpx; font-weight:700;}
  124. .uni-h5 {font-size: 28rpx; color: #8f8f94;}
  125. .uni-h6 {font-size: 24rpx; color: #8f8f94;}
  126. .uni-bold{font-weight:bold;}
  127. /* 文本溢出隐藏 */
  128. .uni-ellipsis {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
  129. /* 竖向百分百按钮 */
  130. .uni-btn-v{
  131. padding:10rpx 0;
  132. }
  133. .uni-btn-v button{margin:20rpx 0;}
  134. /* 表单 */
  135. .uni-form-item{
  136. display:flex;
  137. width:100%;
  138. padding:10rpx 0;
  139. }
  140. .uni-form-item .title{
  141. padding:10rpx 25rpx;
  142. }
  143. .uni-label {
  144. width: 210rpx;
  145. word-wrap: break-word;
  146. word-break: break-all;
  147. text-indent:20rpx;
  148. }
  149. .uni-input {
  150. height: 50rpx;
  151. padding: 15rpx 25rpx;
  152. line-height:50rpx;
  153. font-size:28rpx;
  154. background:#FFF;
  155. flex: 1;
  156. }
  157. radio-group, checkbox-group{
  158. width:100%;
  159. }
  160. radio-group label, checkbox-group label{
  161. padding-right:20rpx;
  162. }
  163. .uni-form-item .with-fun{
  164. display:flex;
  165. flex-wrap:nowrap;
  166. background:#FFFFFF;
  167. }
  168. .uni-form-item .with-fun .uni-icon{
  169. width:40px;
  170. height:80rpx;
  171. line-height:80rpx;
  172. flex-shrink:0;
  173. }
  174. /* loadmore */
  175. .uni-loadmore{
  176. height:80rpx;
  177. line-height:80rpx;
  178. text-align:center;
  179. padding-bottom:30rpx;
  180. }
  181. /*数字角标*/
  182. .uni-badge,
  183. .uni-badge-default {
  184. font-family: 'Helvetica Neue', Helvetica, sans-serif;
  185. font-size: 12px;
  186. line-height: 1;
  187. display: inline-block;
  188. padding: 3px 6px;
  189. color: #333;
  190. border-radius: 100px;
  191. background-color: rgba(0, 0, 0, .15);
  192. }
  193. .uni-badge.uni-badge-inverted {
  194. padding: 0 5px 0 0;
  195. color: #929292;
  196. background-color: transparent
  197. }
  198. .uni-badge-primary {
  199. color: #fff;
  200. background-color: #007aff
  201. }
  202. .uni-badge-blue.uni-badge-inverted,
  203. .uni-badge-primary.uni-badge-inverted {
  204. color: #007aff;
  205. background-color: transparent
  206. }
  207. .uni-badge-green,
  208. .uni-badge-success {
  209. color: #fff;
  210. background-color: #4cd964;
  211. }
  212. .uni-badge-green.uni-badge-inverted,
  213. .uni-badge-success.uni-badge-inverted {
  214. color: #4cd964;
  215. background-color: transparent
  216. }
  217. .uni-badge-warning,
  218. .uni-badge-yellow {
  219. color: #fff;
  220. background-color: #f0ad4e
  221. }
  222. .uni-badge-warning.uni-badge-inverted,
  223. .uni-badge-yellow.uni-badge-inverted {
  224. color: #f0ad4e;
  225. background-color: transparent
  226. }
  227. .uni-badge-danger,
  228. .uni-badge-red {
  229. color: #fff;
  230. background-color: #dd524d
  231. }
  232. .uni-badge-danger.uni-badge-inverted,
  233. .uni-badge-red.uni-badge-inverted {
  234. color: #dd524d;
  235. background-color: transparent
  236. }
  237. .uni-badge-purple,
  238. .uni-badge-royal {
  239. color: #fff;
  240. background-color: #8a6de9
  241. }
  242. .uni-badge-purple.uni-badge-inverted,
  243. .uni-badge-royal.uni-badge-inverted {
  244. color: #8a6de9;
  245. background-color: transparent
  246. }
  247. /*折叠面板 */
  248. .uni-collapse-content {
  249. height: 0;
  250. width: 100%;
  251. overflow: hidden;
  252. }
  253. .uni-collapse-content.uni-active {
  254. height: auto;
  255. }
  256. /*卡片视图 */
  257. .uni-card {
  258. background: #fff;
  259. border-radius: 8rpx;
  260. margin:20rpx 0;
  261. position: relative;
  262. box-shadow: 0 2rpx 4rpx rgba(0, 0, 0, .3);
  263. }
  264. .uni-card-content {
  265. font-size: 30rpx;
  266. }
  267. .uni-card-content.image-view{
  268. width: 100%;
  269. margin: 0;
  270. }
  271. .uni-card-content-inner {
  272. position: relative;
  273. padding: 30rpx;
  274. }
  275. .uni-card-footer,
  276. .uni-card-header {
  277. position: relative;
  278. display: flex;
  279. min-height: 50rpx;
  280. padding: 20rpx 30rpx;
  281. justify-content: space-between;
  282. align-items: center;
  283. }
  284. .uni-card-header {
  285. font-size: 36rpx;
  286. }
  287. .uni-card-footer {
  288. color: #6d6d72;
  289. }
  290. .uni-card-footer:before,
  291. .uni-card-header:after {
  292. position: absolute;
  293. top: 0;
  294. right: 0;
  295. left: 0;
  296. height: 2rpx;
  297. content: '';
  298. -webkit-transform: scaleY(.5);
  299. transform: scaleY(.5);
  300. background-color: #c8c7cc;
  301. }
  302. .uni-card-header:after {
  303. top: auto;
  304. bottom: 0;
  305. }
  306. .uni-card-media {
  307. justify-content: flex-start;
  308. }
  309. .uni-card-media-logo {
  310. height: 84rpx;
  311. width: 84rpx;
  312. margin-right: 20rpx;
  313. }
  314. .uni-card-media-body {
  315. height: 84rpx;
  316. display: flex;
  317. flex-direction: column;
  318. justify-content: space-between;
  319. align-items: flex-start;
  320. }
  321. .uni-card-media-text-top {
  322. line-height: 36rpx;
  323. font-size: 34rpx;
  324. }
  325. .uni-card-media-text-bottom {
  326. line-height: 30rpx;
  327. font-size: 28rpx;
  328. color: #8f8f94;
  329. }
  330. .uni-card-link {
  331. color: #007AFF;
  332. }
  333. /* 列表 */
  334. .uni-list {
  335. background-color: #FFFFFF;
  336. position: relative;
  337. width: 100%;
  338. display: flex;
  339. flex-direction: column;
  340. }
  341. .uni-list:after {
  342. position: absolute;
  343. z-index: 10;
  344. right: 0;
  345. bottom: 0;
  346. left: 0;
  347. height: 1px;
  348. content: '';
  349. -webkit-transform: scaleY(.5);
  350. transform: scaleY(.5);
  351. background-color: #c8c7cc;
  352. }
  353. .uni-list::before {
  354. position: absolute;
  355. z-index: 10;
  356. right: 0;
  357. top: 0;
  358. left: 0;
  359. height: 1px;
  360. content: '';
  361. -webkit-transform: scaleY(.5);
  362. transform: scaleY(.5);
  363. background-color: #c8c7cc;
  364. }
  365. .uni-list-cell {
  366. position: relative;
  367. display: flex;
  368. flex-direction: row;
  369. justify-content: space-between;
  370. align-items: center;
  371. }
  372. .uni-list-cell-hover {
  373. background-color: #eee;
  374. }
  375. .uni-list-cell-pd {
  376. padding: 22rpx 30rpx;
  377. }
  378. .uni-list-cell-left {
  379. font-size:28rpx;
  380. padding: 0 30rpx;
  381. }
  382. .uni-list-cell-db,
  383. .uni-list-cell-right {
  384. flex: 1;
  385. }
  386. .uni-list-cell::after {
  387. position: absolute;
  388. z-index: 3;
  389. right: 0;
  390. bottom: 0;
  391. left: 30rpx;
  392. height: 1px;
  393. content: '';
  394. -webkit-transform: scaleY(.5);
  395. transform: scaleY(.5);
  396. background-color: #c8c7cc;
  397. }
  398. .uni-list .uni-list-cell:last-child::after {
  399. height: 0rpx;
  400. }
  401. .uni-list-cell-last.uni-list-cell::after {
  402. height: 0rpx;
  403. }
  404. .uni-list-cell-divider {
  405. position: relative;
  406. display: flex;
  407. color: #999;
  408. background-color: #f7f7f7;
  409. padding:15rpx 20rpx;
  410. }
  411. .uni-list-cell-divider::before {
  412. position: absolute;
  413. right: 0;
  414. top: 0;
  415. left: 0;
  416. height: 1px;
  417. content: '';
  418. -webkit-transform: scaleY(.5);
  419. transform: scaleY(.5);
  420. background-color: #c8c7cc;
  421. }
  422. .uni-list-cell-divider::after {
  423. position: absolute;
  424. right: 0;
  425. bottom: 0;
  426. left: 0rpx;
  427. height: 1px;
  428. content: '';
  429. -webkit-transform: scaleY(.5);
  430. transform: scaleY(.5);
  431. background-color: #c8c7cc;
  432. }
  433. .uni-list-cell-navigate {
  434. font-size:30rpx;
  435. padding: 22rpx 30rpx;
  436. line-height: 48rpx;
  437. position: relative;
  438. display: flex;
  439. box-sizing: border-box;
  440. width: 100%;
  441. flex: 1;
  442. justify-content: space-between;
  443. align-items: center;
  444. }
  445. .uni-list-cell-navigate {
  446. padding-right: 36rpx;
  447. }
  448. .uni-navigate-badge {
  449. padding-right: 50rpx;
  450. }
  451. .uni-list-cell-navigate.uni-navigate-right:after {
  452. font-family: uniicons;
  453. content: '\e583';
  454. position: absolute;
  455. right: 24rpx;
  456. top: 50%;
  457. color: #bbb;
  458. -webkit-transform: translateY(-50%);
  459. transform: translateY(-50%);
  460. }
  461. .uni-list-cell-navigate.uni-navigate-bottom:after {
  462. font-family: uniicons;
  463. content: '\e581';
  464. position: absolute;
  465. right: 24rpx;
  466. top: 50%;
  467. color: #bbb;
  468. -webkit-transform: translateY(-50%);
  469. transform: translateY(-50%);
  470. }
  471. .uni-list-cell-navigate.uni-navigate-bottom.uni-active::after {
  472. font-family: uniicons;
  473. content: '\e580';
  474. position: absolute;
  475. right: 24rpx;
  476. top: 50%;
  477. color: #bbb;
  478. -webkit-transform: translateY(-50%);
  479. transform: translateY(-50%);
  480. }
  481. .uni-collapse.uni-list-cell {
  482. flex-direction: column;
  483. }
  484. .uni-list-cell-navigate.uni-active {
  485. background: #eee;
  486. }
  487. .uni-list.uni-collapse {
  488. box-sizing: border-box;
  489. height: 0;
  490. overflow: hidden;
  491. }
  492. .uni-collapse .uni-list-cell {
  493. padding-left: 20rpx;
  494. }
  495. .uni-collapse .uni-list-cell::after {
  496. left: 52rpx;
  497. }
  498. .uni-list.uni-active {
  499. height: auto;
  500. }
  501. /* 三行列表 */
  502. .uni-triplex-row {
  503. display: flex;
  504. flex: 1;
  505. width: 100%;
  506. box-sizing: border-box;
  507. flex-direction: row;
  508. padding: 22rpx 30rpx;
  509. }
  510. .uni-triplex-right,
  511. .uni-triplex-left {
  512. display: flex;
  513. flex-direction: column;
  514. }
  515. .uni-triplex-left {
  516. width: 84%;
  517. }
  518. .uni-triplex-left .uni-title{
  519. padding:8rpx 0;
  520. }
  521. .uni-triplex-left .uni-text, .uni-triplex-left .uni-text-small{color:#999999;}
  522. .uni-triplex-right {
  523. width: 16%;
  524. text-align: right;
  525. }
  526. /* 图文列表 */
  527. .uni-media-list {
  528. padding: 22rpx 30rpx;
  529. box-sizing: border-box;
  530. display: flex;
  531. width: 100%;
  532. flex-direction: row;
  533. }
  534. .uni-navigate-right.uni-media-list {
  535. padding-right: 74rpx;
  536. }
  537. .uni-pull-right {
  538. flex-direction: row-reverse;
  539. }
  540. .uni-pull-right>.uni-media-list-logo {
  541. margin-right: 0rpx;
  542. margin-left: 20rpx;
  543. }
  544. .uni-media-list-logo {
  545. height: 84rpx;
  546. width: 84rpx;
  547. margin-right: 20rpx;
  548. }
  549. .uni-media-list-logo image {
  550. height: 100%;
  551. width: 100%;
  552. }
  553. .uni-media-list-body {
  554. height: 84rpx;
  555. display: flex;
  556. flex: 1;
  557. flex-direction: column;
  558. justify-content: space-between;
  559. align-items: flex-start;
  560. overflow: hidden;
  561. }
  562. .uni-media-list-text-top {
  563. width: 100%;
  564. line-height: 36rpx;
  565. font-size: 30rpx;
  566. }
  567. .uni-media-list-text-bottom {
  568. width: 100%;
  569. line-height: 30rpx;
  570. font-size: 26rpx;
  571. color: #8f8f94;
  572. }
  573. /* 九宫格 */
  574. .uni-grid-9 {
  575. background: #f2f2f2;
  576. width: 750rpx;
  577. display: flex;
  578. flex-direction: row;
  579. flex-wrap: wrap;
  580. border-top: 2rpx solid #eee;
  581. }
  582. .uni-grid-9-item {
  583. width: 250rpx;
  584. height: 200rpx;
  585. display: flex;
  586. flex-direction: column;
  587. align-items: center;
  588. justify-content: center;
  589. border-bottom: 2rpx solid;
  590. border-right: 2rpx solid;
  591. border-color: #eee;
  592. box-sizing: border-box;
  593. }
  594. .no-border-right {
  595. border-right: none;
  596. }
  597. .uni-grid-9-image {
  598. width: 100rpx;
  599. height: 100rpx;
  600. }
  601. .uni-grid-9-text {
  602. width: 250rpx;
  603. line-height: 4rpx;
  604. height: 40rpx;
  605. text-align: center;
  606. font-size: 30rpx;
  607. }
  608. .uni-grid-9-item-hover {
  609. background: rgba(0, 0, 0, 0.1);
  610. }
  611. /* 上传 */
  612. .uni-uploader {
  613. flex: 1;
  614. flex-direction: column;
  615. }
  616. .uni-uploader-head {
  617. display: flex;
  618. flex-direction: row;
  619. justify-content: space-between;
  620. }
  621. .uni-uploader-info {
  622. color: #B2B2B2;
  623. }
  624. .uni-uploader-body {
  625. margin-top: 16rpx;
  626. }
  627. .uni-uploader__files {
  628. display: flex;
  629. flex-direction: row;
  630. flex-wrap: wrap;
  631. }
  632. .uni-uploader__file {
  633. margin: 10rpx;
  634. width: 210rpx;
  635. height: 210rpx;
  636. }
  637. .uni-uploader__img {
  638. display: block;
  639. width: 210rpx;
  640. height: 210rpx;
  641. }
  642. .uni-uploader__input-box {
  643. position: relative;
  644. margin:10rpx;
  645. width: 208rpx;
  646. height: 208rpx;
  647. border: 2rpx solid #D9D9D9;
  648. }
  649. .uni-uploader__input-box:before,
  650. .uni-uploader__input-box:after {
  651. content: " ";
  652. position: absolute;
  653. top: 50%;
  654. left: 50%;
  655. -webkit-transform: translate(-50%, -50%);
  656. transform: translate(-50%, -50%);
  657. background-color: #D9D9D9;
  658. }
  659. .uni-uploader__input-box:before {
  660. width: 4rpx;
  661. height: 79rpx;
  662. }
  663. .uni-uploader__input-box:after {
  664. width: 79rpx;
  665. height: 4rpx;
  666. }
  667. .uni-uploader__input-box:active {
  668. border-color: #999999;
  669. }
  670. .uni-uploader__input-box:active:before,
  671. .uni-uploader__input-box:active:after {
  672. background-color: #999999;
  673. }
  674. .uni-uploader__input {
  675. position: absolute;
  676. z-index: 1;
  677. top: 0;
  678. left: 0;
  679. width: 100%;
  680. height: 100%;
  681. opacity: 0;
  682. }
  683. /*问题反馈*/
  684. .feedback-title {
  685. display: flex;
  686. flex-direction: row;
  687. justify-content: space-between;
  688. align-items: center;
  689. padding: 20rpx;
  690. color: #8f8f94;
  691. font-size: 28rpx;
  692. }
  693. .feedback-star-view.feedback-title {
  694. justify-content: flex-start;
  695. margin: 0;
  696. }
  697. .feedback-quick {
  698. position: relative;
  699. padding-right: 40rpx;
  700. }
  701. .feedback-quick:after {
  702. font-family: uniicons;
  703. font-size: 40rpx;
  704. content: '\e581';
  705. position: absolute;
  706. right: 0;
  707. top: 50%;
  708. color: #bbb;
  709. -webkit-transform: translateY(-50%);
  710. transform: translateY(-50%);
  711. }
  712. .feedback-body {
  713. background: #fff;
  714. }
  715. .feedback-textare {
  716. height: 200rpx;
  717. font-size: 34rpx;
  718. line-height: 50rpx;
  719. width: 100%;
  720. box-sizing: border-box;
  721. padding: 20rpx 30rpx 0;
  722. }
  723. .feedback-input {
  724. font-size: 34rpx;
  725. height: 50rpx;
  726. min-height: 50rpx;
  727. padding: 15rpx 20rpx;
  728. line-height: 50rpx;
  729. }
  730. .feedback-uploader {
  731. padding: 22rpx 20rpx;
  732. }
  733. .feedback-star {
  734. font-family: uniicons;
  735. font-size: 40rpx;
  736. margin-left: 6rpx;
  737. }
  738. .feedback-star-view {
  739. margin-left: 20rpx;
  740. }
  741. .feedback-star:after {
  742. content: '\e408';
  743. }
  744. .feedback-star.active {
  745. color: #FFB400;
  746. }
  747. .feedback-star.active:after {
  748. content: '\e438';
  749. }
  750. .feedback-submit {
  751. background: #007AFF;
  752. color: #FFFFFF;
  753. margin: 20rpx;
  754. }
  755. /* input group */
  756. .uni-input-group {
  757. position: relative;
  758. padding: 0;
  759. border: 0;
  760. background-color: #fff;
  761. }
  762. .uni-input-group:before {
  763. position: absolute;
  764. top: 0;
  765. right: 0;
  766. left: 0;
  767. height: 2rpx;
  768. content: '';
  769. transform: scaleY(.5);
  770. background-color: #c8c7cc;
  771. }
  772. .uni-input-group:after {
  773. position: absolute;
  774. right: 0;
  775. bottom: 0;
  776. left: 0;
  777. height: 2rpx;
  778. content: '';
  779. transform: scaleY(.5);
  780. background-color: #c8c7cc;
  781. }
  782. .uni-input-row {
  783. position: relative;
  784. display: flex;
  785. flex-direction: row;
  786. font-size:28rpx;
  787. padding: 22rpx 30rpx;
  788. justify-content: space-between;
  789. }
  790. .uni-input-group .uni-input-row:after {
  791. position: absolute;
  792. right: 0;
  793. bottom: 0;
  794. left: 30rpx;
  795. height: 2rpx;
  796. content: '';
  797. transform: scaleY(.5);
  798. background-color: #c8c7cc;
  799. }
  800. .uni-input-row label {
  801. line-height: 70rpx;
  802. }
  803. /* textarea */
  804. .uni-textarea{
  805. width:100%;
  806. background:#FFF;
  807. }
  808. .uni-textarea textarea{
  809. width:96%;
  810. padding:18rpx 2%;
  811. line-height:1.6;
  812. font-size:28rpx;
  813. height:150rpx;
  814. }
  815. /* tab bar */
  816. .uni-tab-bar {
  817. display: flex;
  818. flex: 1;
  819. flex-direction: column;
  820. overflow: hidden;
  821. height: 100%;
  822. }
  823. .uni-tab-bar .list {
  824. width: 750rpx;
  825. height: 100%;
  826. }
  827. .uni-swiper-tab {
  828. width: 100%;
  829. white-space: nowrap;
  830. line-height: 100rpx;
  831. height: 100rpx;
  832. border-bottom: 1px solid #c8c7cc;
  833. }
  834. .swiper-tab-list {
  835. font-size: 30rpx;
  836. width: 150rpx;
  837. display: inline-block;
  838. text-align: center;
  839. color: #555;
  840. }
  841. .uni-tab-bar .active {
  842. color: #007AFF;
  843. }
  844. .uni-tab-bar .swiper-box {
  845. flex: 1;
  846. width: 100%;
  847. height: calc(100% - 100rpx);
  848. }
  849. .uni-tab-bar-loading{
  850. padding:20rpx 0;
  851. }
  852. /* steps */
  853. .uni-steps{padding:20rpx 30rpx; flex-grow: 1; display:flex; flex-wrap:wrap;}
  854. .uni-steps view{display:flex; flex-wrap:wrap; float:none;}
  855. .uni-steps .step{width:31.3%; margin:0 1%; flex-wrap:nowrap;}
  856. .uni-steps .step-circle{width:50rpx; height:50rpx; border-radius:50rpx; background:#F1F1F3; justify-content:center; line-height:50rpx; flex-shrink:0; margin-right:15rpx; color:#666; font-size:28rpx;}
  857. .uni-steps .step-content{width:100%; height:22rpx; border-bottom:1px solid #F1F2F3;}
  858. .uni-steps .step-title{line-height:50rpx; height:50rpx; background:#FFFFFF; width:auto; overflow:hidden; padding-right:8rpx;}
  859. .uni-steps .current .step-circle{background:#00B26A; color:#FFFFFF;}
  860. .uni-steps .current .step-content{border-color:#00B26A;}
  861. .uni-steps .current .step-title{color:#00B26A;}
  862. /* comment */
  863. .uni-comment{padding:5rpx 0; display: flex; flex-grow:1; flex-direction: column;}
  864. .uni-comment-list{flex-wrap:nowrap; padding:10rpx 0; margin:10rpx 0; width:100%; display: flex;}
  865. .uni-comment-face{width:70rpx; height:70rpx; border-radius:100%; margin-right:20rpx; flex-shrink:0; overflow:hidden;}
  866. .uni-comment-face image{width:100%; border-radius:100%;}
  867. .uni-comment-body{width:100%;}
  868. .uni-comment-top{line-height:1.5em; justify-content:space-between;}
  869. .uni-comment-top text{color:#0A98D5; font-size:24rpx;}
  870. .uni-comment-date{line-height:38rpx; flex-direction:row; justify-content:space-between; display:flex !important; flex-grow:1;}
  871. .uni-comment-date view{color:#666666; font-size:24rpx; line-height:38rpx;}
  872. .uni-comment-content{line-height:1.6em; font-size:28rpx; padding:8rpx 0;}
  873. .uni-comment-replay-btn{background:#FFF; font-size:24rpx; line-height:28rpx; padding:5rpx 20rpx; border-radius:30rpx; color:#333 !important; margin:0 10rpx;}
  874. /* swiper msg */
  875. .uni-swiper-msg{width:100%; padding:12rpx 0; flex-wrap:nowrap; display:flex;}
  876. .uni-swiper-msg-icon{width:50rpx; margin-right:20rpx;}
  877. .uni-swiper-msg-icon image{width:100%; flex-shrink:0;}
  878. .uni-swiper-msg swiper{width:100%; height:50rpx;}
  879. .uni-swiper-msg swiper-item{line-height:50rpx;}
  880. /* product */
  881. .uni-product-list {
  882. display: flex;
  883. width: 100%;
  884. flex-wrap: wrap;
  885. flex-direction: row;
  886. }
  887. .uni-product {
  888. padding: 20rpx;
  889. display: flex;
  890. flex-direction: column;
  891. }
  892. .image-view {
  893. height: 330rpx;
  894. width: 330rpx;
  895. margin:12rpx 0;
  896. }
  897. .uni-product-image {
  898. height: 330rpx;
  899. width: 330rpx;
  900. }
  901. .uni-product-title {
  902. width: 300rpx;
  903. word-break: break-all;
  904. display: -webkit-box;
  905. overflow: hidden;
  906. line-height:1.5;
  907. text-overflow: ellipsis;
  908. -webkit-box-orient: vertical;
  909. -webkit-line-clamp: 2;
  910. }
  911. .uni-product-price {
  912. margin-top:10rpx;
  913. font-size: 28rpx;
  914. line-height:1.5;
  915. position: relative;
  916. }
  917. .uni-product-price-original {
  918. color: #e80080;
  919. }
  920. .uni-product-price-favour {
  921. color: #888888;
  922. text-decoration: line-through;
  923. margin-left: 10rpx;
  924. }
  925. .uni-product-tip {
  926. position: absolute;
  927. right: 10rpx;
  928. background-color: #ff3333;
  929. color: #ffffff;
  930. padding: 0 10rpx;
  931. border-radius: 5rpx;
  932. }
  933. /* timeline */
  934. .uni-timeline {
  935. margin: 35rpx 0;
  936. display: flex;
  937. flex-direction: column;
  938. position: relative;
  939. }
  940. .uni-timeline-item {
  941. display: flex;
  942. flex-direction: row;
  943. position: relative;
  944. padding-bottom: 20rpx;
  945. box-sizing: border-box;
  946. overflow: hidden;
  947. }
  948. .uni-timeline-item .uni-timeline-item-keynode {
  949. width: 160rpx;
  950. flex-shrink: 0;
  951. box-sizing: border-box;
  952. padding-right: 20rpx;
  953. text-align: right;
  954. line-height: 65rpx;
  955. }
  956. .uni-timeline-item .uni-timeline-item-divider {
  957. flex-shrink: 0;
  958. position: relative;
  959. width: 30rpx;
  960. height: 30rpx;
  961. top: 15rpx;
  962. border-radius: 50%;
  963. background-color: #bbb;
  964. }
  965. .uni-timeline-item-divider::before,
  966. .uni-timeline-item-divider::after {
  967. position: absolute;
  968. left: 15rpx;
  969. width: 1rpx;
  970. height: 100vh;
  971. content: '';
  972. background: inherit;
  973. }
  974. .uni-timeline-item-divider::before {
  975. bottom: 100%;
  976. }
  977. .uni-timeline-item-divider::after {
  978. top: 100%;
  979. }
  980. .uni-timeline-last-item .uni-timeline-item-divider:after {
  981. display: none;
  982. }
  983. .uni-timeline-first-item .uni-timeline-item-divider:before {
  984. display: none;
  985. }
  986. .uni-timeline-item .uni-timeline-item-content {
  987. padding-left: 20rpx;
  988. }
  989. .uni-timeline-last-item .bottom-border::after{
  990. display: none;
  991. }
  992. .uni-timeline-item-content .datetime{
  993. color: #CCCCCC;
  994. }
  995. /* 自定义节点颜色 */
  996. .uni-timeline-last-item .uni-timeline-item-divider{
  997. background-color: #1AAD19;
  998. }
  999. /* uni-icon */
  1000. .uni-icon {
  1001. font-family: uniicons;
  1002. font-size: 24px;
  1003. font-weight: normal;
  1004. font-style: normal;
  1005. line-height: 1;
  1006. display: inline-block;
  1007. text-decoration: none;
  1008. -webkit-font-smoothing: antialiased;
  1009. }
  1010. .uni-icon.uni-active {
  1011. color: #007aff;
  1012. }
  1013. .uni-icon-contact:before {
  1014. content: '\e100';
  1015. }
  1016. .uni-icon-person:before {
  1017. content: '\e101';
  1018. }
  1019. .uni-icon-personadd:before {
  1020. content: '\e102';
  1021. }
  1022. .uni-icon-contact-filled:before {
  1023. content: '\e130';
  1024. }
  1025. .uni-icon-person-filled:before {
  1026. content: '\e131';
  1027. }
  1028. .uni-icon-personadd-filled:before {
  1029. content: '\e132';
  1030. }
  1031. .uni-icon-phone:before {
  1032. content: '\e200';
  1033. }
  1034. .uni-icon-email:before {
  1035. content: '\e201';
  1036. }
  1037. .uni-icon-chatbubble:before {
  1038. content: '\e202';
  1039. }
  1040. .uni-icon-chatboxes:before {
  1041. content: '\e203';
  1042. }
  1043. .uni-icon-phone-filled:before {
  1044. content: '\e230';
  1045. }
  1046. .uni-icon-email-filled:before {
  1047. content: '\e231';
  1048. }
  1049. .uni-icon-chatbubble-filled:before {
  1050. content: '\e232';
  1051. }
  1052. .uni-icon-chatboxes-filled:before {
  1053. content: '\e233';
  1054. }
  1055. .uni-icon-weibo:before {
  1056. content: '\e260';
  1057. }
  1058. .uni-icon-weixin:before {
  1059. content: '\e261';
  1060. }
  1061. .uni-icon-pengyouquan:before {
  1062. content: '\e262';
  1063. }
  1064. .uni-icon-chat:before {
  1065. content: '\e263';
  1066. }
  1067. .uni-icon-qq:before {
  1068. content: '\e264';
  1069. }
  1070. .uni-icon-videocam:before {
  1071. content: '\e300';
  1072. }
  1073. .uni-icon-camera:before {
  1074. content: '\e301';
  1075. }
  1076. .uni-icon-mic:before {
  1077. content: '\e302';
  1078. }
  1079. .uni-icon-location:before {
  1080. content: '\e303';
  1081. }
  1082. .uni-icon-mic-filled:before,
  1083. .uni-icon-speech:before {
  1084. content: '\e332';
  1085. }
  1086. .uni-icon-location-filled:before {
  1087. content: '\e333';
  1088. }
  1089. .uni-icon-micoff:before {
  1090. content: '\e360';
  1091. }
  1092. .uni-icon-image:before {
  1093. content: '\e363';
  1094. }
  1095. .uni-icon-map:before {
  1096. content: '\e364';
  1097. }
  1098. .uni-icon-compose:before {
  1099. content: '\e400';
  1100. }
  1101. .uni-icon-trash:before {
  1102. content: '\e401';
  1103. }
  1104. .uni-icon-upload:before {
  1105. content: '\e402';
  1106. }
  1107. .uni-icon-download:before {
  1108. content: '\e403';
  1109. }
  1110. .uni-icon-close:before {
  1111. content: '\e404';
  1112. }
  1113. .uni-icon-redo:before {
  1114. content: '\e405';
  1115. }
  1116. .uni-icon-undo:before {
  1117. content: '\e406';
  1118. }
  1119. .uni-icon-refresh:before {
  1120. content: '\e407';
  1121. }
  1122. .uni-icon-star:before {
  1123. content: '\e408';
  1124. }
  1125. .uni-icon-plus:before {
  1126. content: '\e409';
  1127. }
  1128. .uni-icon-minus:before {
  1129. content: '\e410';
  1130. }
  1131. .uni-icon-circle:before,
  1132. .uni-icon-checkbox:before {
  1133. content: '\e411';
  1134. }
  1135. .uni-icon-close-filled:before,
  1136. .uni-icon-clear:before {
  1137. content: '\e434';
  1138. }
  1139. .uni-icon-refresh-filled:before {
  1140. content: '\e437';
  1141. }
  1142. .uni-icon-star-filled:before {
  1143. content: '\e438';
  1144. }
  1145. .uni-icon-plus-filled:before {
  1146. content: '\e439';
  1147. }
  1148. .uni-icon-minus-filled:before {
  1149. content: '\e440';
  1150. }
  1151. .uni-icon-circle-filled:before {
  1152. content: '\e441';
  1153. }
  1154. .uni-icon-checkbox-filled:before {
  1155. content: '\e442';
  1156. }
  1157. .uni-icon-closeempty:before {
  1158. content: '\e460';
  1159. }
  1160. .uni-icon-refreshempty:before {
  1161. content: '\e461';
  1162. }
  1163. .uni-icon-reload:before {
  1164. content: '\e462';
  1165. }
  1166. .uni-icon-starhalf:before {
  1167. content: '\e463';
  1168. }
  1169. .uni-icon-spinner:before {
  1170. content: '\e464';
  1171. }
  1172. .uni-icon-spinner-cycle:before {
  1173. content: '\e465';
  1174. }
  1175. .uni-icon-search:before {
  1176. content: '\e466';
  1177. }
  1178. .uni-icon-plusempty:before {
  1179. content: '\e468';
  1180. }
  1181. .uni-icon-forward:before {
  1182. content: '\e470';
  1183. }
  1184. .uni-icon-back:before,
  1185. .uni-icon-left-nav:before {
  1186. content: '\e471';
  1187. }
  1188. .uni-icon-checkmarkempty:before {
  1189. content: '\e472';
  1190. }
  1191. .uni-icon-home:before {
  1192. content: '\e500';
  1193. }
  1194. .uni-icon-navigate:before {
  1195. content: '\e501';
  1196. }
  1197. .uni-icon-gear:before {
  1198. content: '\e502';
  1199. }
  1200. .uni-icon-paperplane:before {
  1201. content: '\e503';
  1202. }
  1203. .uni-icon-info:before {
  1204. content: '\e504';
  1205. }
  1206. .uni-icon-help:before {
  1207. content: '\e505';
  1208. }
  1209. .uni-icon-locked:before {
  1210. content: '\e506';
  1211. }
  1212. .uni-icon-more:before {
  1213. content: '\e507';
  1214. }
  1215. .uni-icon-flag:before {
  1216. content: '\e508';
  1217. }
  1218. .uni-icon-home-filled:before {
  1219. content: '\e530';
  1220. }
  1221. .uni-icon-gear-filled:before {
  1222. content: '\e532';
  1223. }
  1224. .uni-icon-info-filled:before {
  1225. content: '\e534';
  1226. }
  1227. .uni-icon-help-filled:before {
  1228. content: '\e535';
  1229. }
  1230. .uni-icon-more-filled:before {
  1231. content: '\e537';
  1232. }
  1233. .uni-icon-settings:before {
  1234. content: '\e560';
  1235. }
  1236. .uni-icon-list:before {
  1237. content: '\e562';
  1238. }
  1239. .uni-icon-bars:before {
  1240. content: '\e563';
  1241. }
  1242. .uni-icon-loop:before {
  1243. content: '\e565';
  1244. }
  1245. .uni-icon-paperclip:before {
  1246. content: '\e567';
  1247. }
  1248. .uni-icon-eye:before {
  1249. content: '\e568';
  1250. }
  1251. .uni-icon-arrowup:before {
  1252. content: '\e580';
  1253. }
  1254. .uni-icon-arrowdown:before {
  1255. content: '\e581';
  1256. }
  1257. .uni-icon-arrowleft:before {
  1258. content: '\e582';
  1259. }
  1260. .uni-icon-arrowright:before {
  1261. content: '\e583';
  1262. }
  1263. .uni-icon-arrowthinup:before {
  1264. content: '\e584';
  1265. }
  1266. .uni-icon-arrowthindown:before {
  1267. content: '\e585';
  1268. }
  1269. .uni-icon-arrowthinleft:before {
  1270. content: '\e586';
  1271. }
  1272. .uni-icon-arrowthinright:before {
  1273. content: '\e587';
  1274. }
  1275. .uni-icon-pulldown:before {
  1276. content: '\e588';
  1277. }
  1278. .uni-icon-scan:before {
  1279. content: "\e612";
  1280. }
  1281. /* 分界线 */
  1282. .uni-divider{
  1283. height: 110rpx;
  1284. display: flex;
  1285. align-items:center;
  1286. justify-content: center;
  1287. position: relative;
  1288. }
  1289. .uni-divider__content{
  1290. font-size: 28rpx;
  1291. color: #999;
  1292. padding: 0 20rpx;
  1293. position: relative;
  1294. z-index: 101;
  1295. background: #F4F5F6;
  1296. }
  1297. .uni-divider__line{
  1298. background-color: #CCCCCC;
  1299. height: 1px;
  1300. width: 100%;
  1301. position: absolute;
  1302. z-index: 100;
  1303. top: 50%;
  1304. left: 0;
  1305. transform: translateY(50%);
  1306. }