main.wxss 31 KB

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