main.wxss 32 KB

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