aui-win.css 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313
  1. /*
  2. * =========================================================================
  3. * AUI APICLOUD UI 框架 流浪男 QQ:343757327 http://www.auicss.com
  4. * Verson 1.1.3
  5. * =========================================================================
  6. */
  7. /*win窗口*/
  8. @charset "UTF-8";
  9. html {
  10. font-family: sans-serif;
  11. }
  12. html, body {
  13. -webkit-touch-callout: none;
  14. -webkit-text-size-adjust: none;
  15. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  16. -webkit-user-select: none;
  17. width: 100%;
  18. height: 100%;
  19. }
  20. body {
  21. line-height: 1.5;
  22. font-size: 16px;
  23. color: #000;
  24. background-color: #f4f4f4;
  25. outline: 0;
  26. }
  27. html, body, header, section, footer, div, ul, ol, li, img, a, span, em, del, legend, center, strong, var, fieldset, form, label, dl, dt, dd, cite, input, hr, time, mark, code, figcaption, figure, textarea, h1, h2, h3, h4, h5, h6, p {
  28. margin: 0;
  29. border: 0;
  30. padding: 0;
  31. font-style: normal;
  32. }
  33. ul, li {
  34. overflow: hidden;
  35. list-style: none;
  36. }
  37. img {
  38. border: 0;
  39. }
  40. a {
  41. color: #0062cc;
  42. text-decoration: none;
  43. background-color: transparent;
  44. }
  45. a:hover {
  46. outline: 0;
  47. }
  48. button {
  49. overflow: visible;
  50. }
  51. button, select {
  52. text-transform: none;
  53. }
  54. button, input, optgroup, select, textarea {
  55. margin: 0;
  56. font: inherit;
  57. color: inherit;
  58. }
  59. .aui-clearfix {
  60. clear: both;
  61. }
  62. .aui-clearfix:before {
  63. display: table;
  64. content: " ";
  65. }
  66. .aui-clearfix:after {
  67. clear: both;
  68. }
  69. /*文字对齐*/
  70. .aui-text-left {
  71. text-align: left !important;
  72. }
  73. .aui-text-center {
  74. text-align: center !important;
  75. }
  76. .aui-text-justify {
  77. text-align: justify !important;
  78. }
  79. .aui-text-right {
  80. text-align: right !important;
  81. }
  82. /*文字类*/
  83. h1, h2, h3, h4, h5, h6 {
  84. font-size: 100%;
  85. font-weight: 400
  86. }
  87. h1 {
  88. font-size: 18px;
  89. }
  90. h2 {
  91. font-size: 17px;
  92. }
  93. h3 {
  94. font-size: 16px;
  95. }
  96. h4 {
  97. font-size: 16px;
  98. }
  99. h5 {
  100. font-size: 14px;
  101. font-weight: normal;
  102. color: #8f8f94;
  103. }
  104. h6 {
  105. font-size: 12px;
  106. font-weight: normal;
  107. color: #8f8f94;
  108. }
  109. h1 small, h2 small, h3 small, h4 small {
  110. font-weight: normal;
  111. line-height: 1;
  112. color: #777777;
  113. }
  114. h5 small, h6 small {
  115. font-weight: normal;
  116. line-height: 1;
  117. color: #8f8f94;
  118. }
  119. h1 small, h2 small, h3 small {
  120. font-size: 65%;
  121. }
  122. h4 small, h5 small, h6 small {
  123. font-size: 75%;
  124. }
  125. /*文字、背景颜色*/
  126. .aui-text-default {
  127. color: #666666 !important;
  128. }
  129. .aui-text-primary {
  130. color: #1abc9c !important;
  131. }
  132. .aui-text-success {
  133. color: #2ecc71 !important;
  134. }
  135. .aui-text-info {
  136. color: #3498db !important;
  137. }
  138. .aui-text-warning {
  139. color: #f1c40f !important;
  140. }
  141. .aui-text-danger {
  142. color: #e74c3c !important;
  143. }
  144. .aui-text-blue {
  145. color: #a1d4cf !important;
  146. }
  147. .aui-text-pink {
  148. color: #fbb8af !important;
  149. }
  150. .aui-bg-default {
  151. background-color: #f4f4f4 !important;
  152. }
  153. .aui-bg-primary {
  154. background-color: #1abc9c !important;
  155. }
  156. .aui-bg-success {
  157. background-color: #2ecc71 !important;
  158. }
  159. .aui-bg-info {
  160. background-color: #3498db !important;
  161. }
  162. .aui-bg-warning {
  163. background-color: #f1c40f !important;
  164. }
  165. .aui-bg-danger {
  166. background-color: #e74c3c !important;
  167. }
  168. .aui-bg-blue {
  169. background-color: #a1d4cf !important;
  170. }
  171. .aui-bg-pink {
  172. background-color: #fbb8af !important;
  173. }
  174. /*对齐,显示,隐藏等*/
  175. .aui-pull-right {
  176. float: right !important;
  177. }
  178. .aui-pull-left {
  179. float: left !important;
  180. }
  181. .aui-hide {
  182. display: none !important;
  183. }
  184. .aui-show {
  185. display: block !important;
  186. }
  187. .aui-invisible {
  188. visibility: hidden;
  189. }
  190. .aui-inline {
  191. display: inline-block;
  192. vertical-align: top;
  193. }
  194. /*基本容器*/
  195. .aui-content {
  196. -webkit-overflow-scrolling: touch;
  197. margin-bottom: 15px;
  198. }
  199. .aui-content-padded {
  200. margin: 0 10px;
  201. -webkit-overflow-scrolling: touch;
  202. margin-bottom: 15px;
  203. }
  204. .aui-card {
  205. margin: 0 10px;
  206. margin-bottom: 15px;
  207. position: relative;
  208. border: 1px solid #dfdfdf;
  209. border-radius: 3px;
  210. overflow: hidden;
  211. }
  212. .aui-content-title {
  213. position: relative;
  214. overflow: hidden;
  215. margin: 0;
  216. white-space: nowrap;
  217. text-overflow: ellipsis;
  218. font-size: 14px;
  219. text-transform: uppercase;
  220. line-height: 1;
  221. color: #6d6d72;
  222. padding: 25px 15px 10px;
  223. }
  224. /*栅格类*/
  225. .aui-col-xs-1, .aui-col-xs-2, .aui-col-xs-3, .aui-col-xs-4, .aui-col-xs-5, .aui-col-xs-6, .aui-col-xs-7, .aui-col-xs-8, .aui-col-xs-9, .aui-col-xs-10, .aui-col-xs-11, .aui-col-5 {
  226. position: relative;
  227. float: left;
  228. }
  229. .aui-col-xs-12 {
  230. width: 100%;
  231. position: relative;
  232. }
  233. .aui-col-xs-11 {
  234. width: 91.66666667%;
  235. }
  236. .aui-col-xs-10 {
  237. width: 83.33333333%;
  238. }
  239. .aui-col-xs-9 {
  240. width: 75%;
  241. }
  242. .aui-col-xs-8 {
  243. width: 66.66666667%;
  244. }
  245. .aui-col-xs-7 {
  246. width: 58.33333333%;
  247. }
  248. .aui-col-xs-6 {
  249. width: 50%;
  250. }
  251. .aui-col-xs-5 {
  252. width: 41.66666667%;
  253. }
  254. .aui-col-xs-4 {
  255. width: 33.33333333%;
  256. }
  257. .aui-col-xs-3 {
  258. width: 25%;
  259. }
  260. .aui-col-xs-2 {
  261. width: 16.66666667%;
  262. }
  263. .aui-col-xs-1 {
  264. width: 8.33333333%;
  265. }
  266. .aui-col-5 {
  267. width: 20%;
  268. }
  269. /*按钮样式*/
  270. button, .aui-btn {
  271. display: inline-block;
  272. padding: 6px 12px;
  273. margin-bottom: 0;
  274. font-size: 14px;
  275. font-weight: 400;
  276. line-height: 1.42857143;
  277. text-align: center;
  278. background-color: #ecf0f1;
  279. white-space: nowrap;
  280. vertical-align: middle;
  281. -ms-touch-action: manipulation;
  282. touch-action: manipulation;
  283. cursor: pointer;
  284. -webkit-user-select: none;
  285. -moz-user-select: none;
  286. -ms-user-select: none;
  287. user-select: none;
  288. border: 1px solid #ecf0f1;
  289. border-radius: 4px;
  290. }
  291. .aui-btn:active {
  292. color: #ffffff;
  293. background-color: #bdc3c7;
  294. }
  295. .aui-btn-default {
  296. color: #ffffff;
  297. background-color: #bdc3c7;
  298. border: 1px solid #bdc3c7;
  299. }
  300. .aui-btn-primary {
  301. color: #ffffff;
  302. background-color: #1abc9c;
  303. border: 1px solid #1abc9c;
  304. }
  305. .aui-btn-primary.active, .aui-btn-primary:active {
  306. color: #fff;
  307. background-color: #16a085;
  308. border: 1px solid #16a085;
  309. }
  310. .aui-btn-success {
  311. color: #ffffff;
  312. background-color: #2ecc71;
  313. border: 1px solid #2ecc71;
  314. }
  315. .aui-btn-success.active, .aui-btn-success:active {
  316. color: #fff;
  317. background-color: #27ae60;
  318. border: 1px solid #27ae60;
  319. }
  320. .aui-btn-info {
  321. color: #ffffff;
  322. background-color: #185AA9;
  323. border: 1px solid #185AA9;
  324. }
  325. .aui-btn-info.active, .aui-btn-info:active {
  326. color: #fff;
  327. background-color: #2980b9;
  328. border: 1px solid #2980b9;
  329. }
  330. .aui-btn-warning {
  331. color: #ffffff;
  332. background-color: #f1c40f;
  333. border: 1px solid #f1c40f;
  334. }
  335. .aui-btn-warning.active, .aui-btn-warning:active {
  336. color: #fff;
  337. background-color: #faa732;
  338. border: 1px solid #faa732;
  339. }
  340. .aui-btn-danger {
  341. color: #ffffff;
  342. background-color: #e74c3c;
  343. border: 1px solid #e74c3c;
  344. }
  345. .aui-btn-danger.active, .aui-btn-danger:active {
  346. color: #fff;
  347. background-color: #c0392b;
  348. border: 1px solid #c0392b;
  349. }
  350. .aui-btn-block {
  351. display: block;
  352. width: 100%;
  353. padding: 15px 0;
  354. margin-bottom: 0;
  355. font-size: 18px;
  356. }
  357. .aui-btn .aui-iconfont, .aui-btn-block .aui-iconfont {
  358. margin-right: 6px;
  359. }
  360. .aui-btn .aui-badge, .aui-btn-block .aui-badge {
  361. margin-left: 6px;
  362. }
  363. /*导航栏*/
  364. .aui-bar {
  365. position: relative;
  366. top: 0;
  367. right: 0;
  368. left: 0;
  369. z-index: 10;
  370. width: 100%;
  371. background-color: #00a0ea !important;
  372. color: #ffffff;
  373. display: table;
  374. min-height: 45px;
  375. line-height: 45px;
  376. height : 45px;
  377. font-size: 18px;
  378. text-align: center;
  379. }
  380. .aui-bar11 {
  381. position: relative;
  382. top: 0;
  383. right: 0;
  384. left: 0;
  385. z-index: 10;
  386. width: 100%;
  387. background-color: #000 !important;
  388. color: #ffffff;
  389. display: table;
  390. min-height: 45px;
  391. line-height: 45px;
  392. height: 45px;
  393. font-size: 18px;
  394. text-align: center;
  395. }
  396. .aui-title {
  397. position: absolute;
  398. width: 100%;
  399. margin: 0 -10px;
  400. text-align: center;
  401. white-space: nowrap;
  402. }
  403. .aui-title a {
  404. color: inherit;
  405. }
  406. .aui-bar .aui-title {
  407. right: 80px;
  408. left: 80px;
  409. width: auto;
  410. margin: 0;
  411. overflow: hidden;
  412. text-overflow: ellipsis;
  413. }
  414. .aui-bar a {
  415. color: #ffffff;
  416. }
  417. .aui-bar-dark {
  418. background-color: #34495e;
  419. }
  420. .aui-bar-primary {
  421. background-color: #1abc9c;
  422. }
  423. .aui-bar-info {
  424. background-color: #185AA9;
  425. }
  426. .aui-bar-danger {
  427. background-color: #e74c3c;
  428. }
  429. .aui-bar-success {
  430. background-color: #2ecc71;
  431. }
  432. .aui-bar-warning {
  433. background-color: #f1c40f;
  434. }
  435. .aui-bar .aui-iconfont {
  436. position: relative;
  437. z-index: 20;
  438. font-size: 20px;
  439. color: #ffffff;
  440. font-size: 400;
  441. line-height: 45px;
  442. }
  443. .aui-bar .aui-pull-left {
  444. padding-left: 10px;
  445. font-size: 16px;
  446. font-weight: 400;
  447. }
  448. .aui-bar .aui-pull-right {
  449. padding-right: 10px;
  450. font-size: 16px;
  451. font-weight: 400;
  452. }
  453. .aui-bar .aui-btn {
  454. position: relative;
  455. z-index: 20;
  456. font-size: 16px;
  457. height: 45px;
  458. line-height: 45px;
  459. padding-top: 0;
  460. padding-bottom: 0;
  461. margin: 0;
  462. border-radius: 0;
  463. border: none;
  464. }
  465. .aui-bar .aui-btn:active {
  466. background: none;
  467. border: none;
  468. }
  469. .aui-bar .aui-btn .aui-iconfont {
  470. font-size: 22px;
  471. line-height: 45px;
  472. padding: 0;
  473. margin: 0;
  474. color: #ffffff;
  475. }
  476. .aui-bar-nav {
  477. top: 0;
  478. }
  479. /*底部切换栏*/
  480. .aui-nav {
  481. position: fixed;
  482. right: 0;
  483. left: 0;
  484. bottom: 0;
  485. z-index: 10;
  486. width: 100%;
  487. height: 55px;
  488. background-color: #fff;
  489. }
  490. .aui-nav .aui-bar-tab {
  491. width: 100%;
  492. background-color: #fff;
  493. display: box;
  494. display: -webkit-box;
  495. box-sizing: border-box;
  496. font-size: 12px;
  497. height: 55px;
  498. overflow: hidden;
  499. }
  500. .aui-nav .aui-bar-tab li {
  501. text-align: center;
  502. color: #666;
  503. width: 100%;
  504. box-flex: 1;
  505. -webkit-box-flex: 1;
  506. box-sizing: border-box;
  507. }
  508. .aui-nav .aui-bar-tab p {
  509. font-size: 12px;
  510. margin-bottom: 0;
  511. }
  512. .aui-nav .aui-bar-tab .aui-iconfont {
  513. font-size: 22px;
  514. color: #8f8f94;
  515. padding-top: 5px;
  516. height: 30px;
  517. line-height: 30px;
  518. display: inline-block;
  519. }
  520. .aui-nav .aui-bar-tab .active .aui-iconfont, .aui-nav .aui-bar-tab .active p {
  521. color: #16a085;
  522. }
  523. .aui-nav .aui-bar-tab .active-dark .aui-iconfont, .aui-nav .aui-bar-tab .active-dark p {
  524. color: #34495e;
  525. }
  526. .aui-nav .aui-bar-tab .active-primary .aui-iconfont, .aui-nav .aui-bar-tab .active-primary p {
  527. color: #1abc9c;
  528. }
  529. .aui-nav .aui-bar-tab .active-info .aui-iconfont, .aui-nav .aui-bar-tab .active-info p {
  530. color: #2980b9;
  531. }
  532. .aui-nav .aui-bar-tab .active-danger .aui-iconfont, .aui-nav .aui-bar-tab .active-danger p {
  533. color: #c0392b;
  534. }
  535. .aui-nav .aui-bar-tab .active-success .aui-iconfont, .aui-nav .aui-bar-tab .active-success p {
  536. color: #27ae60;
  537. }
  538. .aui-nav .aui-bar-tab .active-warning .aui-iconfont, .aui-nav .aui-bar-tab .active-warning p {
  539. color: #faa732;
  540. }
  541. /*tab切换类*/
  542. .aui-tab {
  543. width: 100%;
  544. overflow: hidden;
  545. }
  546. .aui-tab-nav {
  547. width: 100%;
  548. display: box;
  549. display: -webkit-box;
  550. font-size: 16px;
  551. height: 45px;
  552. box-sizing: border-box;
  553. overflow: hidden;
  554. background-color: #fff;
  555. }
  556. .aui-tab-nav li {
  557. height: 45px;
  558. line-height: 45px;
  559. min-width: 70px;
  560. box-flex: 1;
  561. -webkit-box-flex: 1;
  562. text-align: center;
  563. color: #666;
  564. box-sizing: border-box;
  565. border-bottom: 2px solid transparent;
  566. width: 100%;
  567. }
  568. .aui-tab-nav li.active {
  569. color: #1abc9c;
  570. border-bottom: 2px #1abc9c solid;
  571. -webkit-animation: fadeIn .5s ease both;
  572. animation: fadeIn .5s ease both;
  573. }
  574. .aui-tab-nav.aui-tab-border {
  575. background-color: transparent;
  576. border: 1px solid #1abc9c;
  577. border-radius: 3px;
  578. }
  579. .aui-tab-nav.aui-tab-border li {
  580. width: 1%;
  581. overflow: hidden;
  582. line-height: 43px;
  583. color: #1abc9c;
  584. background-color: #ffffff;
  585. border-color: #1abc9c;
  586. border-left: 1px solid #1abc9c;
  587. }
  588. .aui-tab-nav.aui-tab-border li:first-child {
  589. border-left: 0px solid #1abc9c;
  590. }
  591. .aui-tab-nav.aui-tab-border li.active {
  592. background-color: #1abc9c;
  593. color: #fff;
  594. -webkit-animation: fadeIn .5s ease both;
  595. animation: fadeIn .5s ease both;
  596. }
  597. /*图标*/
  598. @font-face {
  599. font-family: "iconfont";
  600. src: url('aui_iconfont.ttf') format('truetype');
  601. }
  602. .aui-iconfont {
  603. font-family: "iconfont" !important;
  604. font-size: 16px;
  605. font-style: normal;
  606. -webkit-font-smoothing: antialiased;
  607. -moz-osx-font-smoothing: grayscale;
  608. }
  609. .aui-icon-appreciate:before {
  610. content: "\e644";
  611. }
  612. .aui-icon-check:before {
  613. content: "\e645";
  614. }
  615. .aui-icon-close:before {
  616. content: "\e646";
  617. }
  618. .aui-icon-edit:before {
  619. content: "\e649";
  620. }
  621. .aui-icon-emoji:before {
  622. content: "\e64a";
  623. }
  624. .aui-icon-favorfill:before {
  625. content: "\e64b";
  626. }
  627. .aui-icon-favor:before {
  628. content: "\e64c";
  629. }
  630. .aui-icon-loading:before {
  631. content: "\e64f";
  632. }
  633. .aui-icon-locationfill:before {
  634. content: "\e650";
  635. }
  636. .aui-icon-location:before {
  637. content: "\e651";
  638. }
  639. .aui-icon-phone:before {
  640. content: "\e652";
  641. }
  642. .aui-icon-roundcheckfill:before {
  643. content: "\e656";
  644. }
  645. .aui-icon-roundcheck:before {
  646. content: "\e657";
  647. }
  648. .aui-icon-roundclosefill:before {
  649. content: "\e658";
  650. }
  651. .aui-icon-roundclose:before {
  652. content: "\e659";
  653. }
  654. .aui-icon-roundrightfill:before {
  655. content: "\e65a";
  656. }
  657. .aui-icon-roundright:before {
  658. content: "\e65b";
  659. }
  660. .aui-icon-search:before {
  661. content: "\e65c";
  662. }
  663. .aui-icon-timefill:before {
  664. content: "\e65e";
  665. }
  666. .aui-icon-time:before {
  667. content: "\e65f";
  668. }
  669. .aui-icon-taxi:before {
  670. content: "\e65d";
  671. }
  672. .aui-icon-unfold:before {
  673. content: "\e661";
  674. }
  675. .aui-icon-warnfill:before {
  676. content: "\e662";
  677. }
  678. .aui-icon-warn:before {
  679. content: "\e663";
  680. }
  681. .aui-icon-camerafill:before {
  682. content: "\e664";
  683. }
  684. .aui-icon-camera:before {
  685. content: "\e665";
  686. }
  687. .aui-icon-commentfill:before {
  688. content: "\e666";
  689. }
  690. .aui-icon-comment:before {
  691. content: "\e667";
  692. }
  693. .aui-icon-likefill:before {
  694. content: "\e668";
  695. }
  696. .aui-icon-like:before {
  697. content: "\e669";
  698. }
  699. .aui-icon-notificationfill:before {
  700. content: "\e66a";
  701. }
  702. .aui-icon-notification:before {
  703. content: "\e66b";
  704. }
  705. .aui-icon-order:before {
  706. content: "\e66c";
  707. }
  708. .aui-icon-samefill:before {
  709. content: "\e66d";
  710. }
  711. .aui-icon-same:before {
  712. content: "\e66e";
  713. }
  714. .aui-icon-deliver:before {
  715. content: "\e671";
  716. }
  717. .aui-icon-evaluate:before {
  718. content: "\e672";
  719. }
  720. .aui-icon-pay:before {
  721. content: "\e673";
  722. }
  723. .aui-icon-send:before {
  724. content: "\e675";
  725. }
  726. .aui-icon-shop:before {
  727. content: "\e676";
  728. }
  729. .aui-icon-ticket:before {
  730. content: "\e677";
  731. }
  732. .aui-icon-left:before {
  733. content: "\e679";
  734. }
  735. .aui-icon-cascades:before {
  736. content: "\e67c";
  737. }
  738. .aui-icon-discover:before {
  739. content: "\e67e";
  740. }
  741. .aui-icon-list:before {
  742. content: "\e682";
  743. }
  744. .aui-icon-more:before {
  745. content: "\e684";
  746. }
  747. .aui-icon-myfill:before {
  748. content: "\e685";
  749. }
  750. .aui-icon-my:before {
  751. content: "\e686";
  752. }
  753. .aui-icon-scan:before {
  754. content: "\e689";
  755. }
  756. .aui-icon-settings:before {
  757. content: "\e68a";
  758. }
  759. .aui-icon-questionfill:before {
  760. content: "\e690";
  761. }
  762. .aui-icon-question:before {
  763. content: "\e691";
  764. }
  765. .aui-icon-shopfill:before {
  766. content: "\e697";
  767. }
  768. .aui-icon-form:before {
  769. content: "\e699";
  770. }
  771. .aui-icon-pic:before {
  772. content: "\e69b";
  773. }
  774. .aui-icon-filter:before {
  775. content: "\e69c";
  776. }
  777. .aui-icon-footprint:before {
  778. content: "\e69d";
  779. }
  780. .aui-icon-top:before {
  781. content: "\e69e";
  782. }
  783. .aui-icon-pulldown:before {
  784. content: "\e69f";
  785. }
  786. .aui-icon-pullup:before {
  787. content: "\e6a0";
  788. }
  789. .aui-icon-right:before {
  790. content: "\e6a3";
  791. }
  792. .aui-icon-refresh:before {
  793. content: "\e6a4";
  794. }
  795. .aui-icon-moreandroid:before {
  796. content: "\e6a5";
  797. }
  798. .aui-icon-deletefill:before {
  799. content: "\e6a6";
  800. }
  801. .aui-icon-refund:before {
  802. content: "\e6ac";
  803. }
  804. .aui-icon-cart:before {
  805. content: "\e6af";
  806. }
  807. .aui-icon-qrcode:before {
  808. content: "\e6b0";
  809. }
  810. .aui-icon-remind:before {
  811. content: "\e6b2";
  812. }
  813. .aui-icon-delete:before {
  814. content: "\e6b4";
  815. }
  816. .aui-icon-profile:before {
  817. content: "\e6b7";
  818. }
  819. .aui-icon-home:before {
  820. content: "\e6b8";
  821. }
  822. .aui-icon-cartfill:before {
  823. content: "\e6b9";
  824. }
  825. .aui-icon-discoverfill:before {
  826. content: "\e6ba";
  827. }
  828. .aui-icon-homefill:before {
  829. content: "\e6bb";
  830. }
  831. .aui-icon-message:before {
  832. content: "\e6bc";
  833. }
  834. .aui-icon-addressbook:before {
  835. content: "\e6bd";
  836. }
  837. .aui-icon-link:before {
  838. content: "\e6bf";
  839. }
  840. .aui-icon-lock:before {
  841. content: "\e6c0";
  842. }
  843. .aui-icon-unlock:before {
  844. content: "\e6c2";
  845. }
  846. .aui-icon-vip:before {
  847. content: "\e6c3";
  848. }
  849. .aui-icon-activity:before {
  850. content: "\e6c5";
  851. }
  852. .aui-icon-friendaddfill:before {
  853. content: "\e6c9";
  854. }
  855. .aui-icon-friendadd:before {
  856. content: "\e6ca";
  857. }
  858. .aui-icon-friendfamous:before {
  859. content: "\e6cb";
  860. }
  861. .aui-icon-friend:before {
  862. content: "\e6cc";
  863. }
  864. .aui-icon-goods:before {
  865. content: "\e6cd";
  866. }
  867. .aui-icon-selection:before {
  868. content: "\e6ce";
  869. }
  870. .aui-icon-explore:before {
  871. content: "\e6d2";
  872. }
  873. .aui-icon-present:before {
  874. content: "\e6d3";
  875. }
  876. .aui-icon-squarecheckfill:before {
  877. content: "\e6d4";
  878. }
  879. .aui-icon-square:before {
  880. content: "\e6d5";
  881. }
  882. .aui-icon-squarecheck:before {
  883. content: "\e6d6";
  884. }
  885. .aui-icon-round:before {
  886. content: "\e6d7";
  887. }
  888. .aui-icon-roundaddfill:before {
  889. content: "\e6d8";
  890. }
  891. .aui-icon-roundadd:before {
  892. content: "\e6d9";
  893. }
  894. .aui-icon-add:before {
  895. content: "\e6da";
  896. }
  897. .aui-icon-notificationforbidfill:before {
  898. content: "\e6db";
  899. }
  900. .aui-icon-explorefill:before {
  901. content: "\e6dd";
  902. }
  903. .aui-icon-fold:before {
  904. content: "\e6de";
  905. }
  906. .aui-icon-game:before {
  907. content: "\e6df";
  908. }
  909. .aui-icon-redpacket:before {
  910. content: "\e6e0";
  911. }
  912. .aui-icon-selectionfill:before {
  913. content: "\e6e1";
  914. }
  915. .aui-icon-similar:before {
  916. content: "\e6e2";
  917. }
  918. .aui-icon-appreciatefill:before {
  919. content: "\e6e3";
  920. }
  921. .aui-icon-infofill:before {
  922. content: "\e6e4";
  923. }
  924. .aui-icon-info:before {
  925. content: "\e6e5";
  926. }
  927. .aui-icon-forwardfill:before {
  928. content: "\e6ea";
  929. }
  930. .aui-icon-forward:before {
  931. content: "\e6eb";
  932. }
  933. .aui-icon-rechargefill:before {
  934. content: "\e6ec";
  935. }
  936. .aui-icon-recharge:before {
  937. content: "\e6ed";
  938. }
  939. .aui-icon-vipcard:before {
  940. content: "\e6ee";
  941. }
  942. .aui-icon-voice:before {
  943. content: "\e6ef";
  944. }
  945. .aui-icon-voicefill:before {
  946. content: "\e6f0";
  947. }
  948. .aui-icon-friendfavor:before {
  949. content: "\e6f1";
  950. }
  951. .aui-icon-wifi:before {
  952. content: "\e6f2";
  953. }
  954. .aui-icon-share:before {
  955. content: "\e6f3";
  956. }
  957. .aui-icon-wefill:before {
  958. content: "\e6f4";
  959. }
  960. .aui-icon-we:before {
  961. content: "\e6f5";
  962. }
  963. .aui-icon-lightauto:before {
  964. content: "\e6f6";
  965. }
  966. .aui-icon-lightforbid:before {
  967. content: "\e6f7";
  968. }
  969. .aui-icon-lightfill:before {
  970. content: "\e6f8";
  971. }
  972. .aui-icon-camerarotate:before {
  973. content: "\e6f9";
  974. }
  975. .aui-icon-light:before {
  976. content: "\e6fa";
  977. }
  978. .aui-icon-barcode:before {
  979. content: "\e6fb";
  980. }
  981. .aui-icon-flashlightclose:before {
  982. content: "\e6fc";
  983. }
  984. .aui-icon-flashlightopen:before {
  985. content: "\e6fd";
  986. }
  987. .aui-icon-searchlist:before {
  988. content: "\e6fe";
  989. }
  990. .aui-icon-service:before {
  991. content: "\e6ff";
  992. }
  993. .aui-icon-sort:before {
  994. content: "\e700";
  995. }
  996. .aui-icon-down:before {
  997. content: "\e703";
  998. }
  999. .aui-icon-mobile:before {
  1000. content: "\e704";
  1001. }
  1002. .aui-icon-mobilefill:before {
  1003. content: "\e705";
  1004. }
  1005. .aui-icon-copy:before {
  1006. content: "\e706";
  1007. }
  1008. .aui-icon-countdownfill:before {
  1009. content: "\e707";
  1010. }
  1011. .aui-icon-countdown:before {
  1012. content: "\e708";
  1013. }
  1014. .aui-icon-noticefill:before {
  1015. content: "\e709";
  1016. }
  1017. .aui-icon-notice:before {
  1018. content: "\e70a";
  1019. }
  1020. .aui-icon-upstagefill:before {
  1021. content: "\e70e";
  1022. }
  1023. .aui-icon-upstage:before {
  1024. content: "\e70f";
  1025. }
  1026. .aui-icon-choicenessfill:before {
  1027. content: "\e714";
  1028. }
  1029. .aui-icon-choiceness:before {
  1030. content: "\e715";
  1031. }
  1032. .aui-icon-clothesfill:before {
  1033. content: "\e716";
  1034. }
  1035. .aui-icon-clothes:before {
  1036. content: "\e717";
  1037. }
  1038. .aui-icon-creativefill:before {
  1039. content: "\e718";
  1040. }
  1041. .aui-icon-creative:before {
  1042. content: "\e719";
  1043. }
  1044. .aui-icon-female:before {
  1045. content: "\e71a";
  1046. }
  1047. .aui-icon-keyboard:before {
  1048. content: "\e71b";
  1049. }
  1050. .aui-icon-male:before {
  1051. content: "\e71c";
  1052. }
  1053. .aui-icon-pullleft:before {
  1054. content: "\e71f";
  1055. }
  1056. .aui-icon-pullright:before {
  1057. content: "\e720";
  1058. }
  1059. .aui-icon-rankfill:before {
  1060. content: "\e721";
  1061. }
  1062. .aui-icon-rank:before {
  1063. content: "\e722";
  1064. }
  1065. .aui-icon-bad:before {
  1066. content: "\e723";
  1067. }
  1068. .aui-icon-cameraadd:before {
  1069. content: "\e724";
  1070. }
  1071. .aui-icon-focus:before {
  1072. content: "\e725";
  1073. }
  1074. .aui-icon-friendfill:before {
  1075. content: "\e726";
  1076. }
  1077. .aui-icon-cameraaddfill:before {
  1078. content: "\e727";
  1079. }
  1080. .aui-icon-apps:before {
  1081. content: "\e729";
  1082. }
  1083. .aui-icon-paintfill:before {
  1084. content: "\e72a";
  1085. }
  1086. .aui-icon-paint:before {
  1087. content: "\e72b";
  1088. }
  1089. .aui-icon-picfill:before {
  1090. content: "\e72c";
  1091. }
  1092. .aui-icon-refresharrow:before {
  1093. content: "\e72d";
  1094. }
  1095. .aui-icon-markfill:before {
  1096. content: "\e730";
  1097. }
  1098. .aui-icon-mark:before {
  1099. content: "\e731";
  1100. }
  1101. .aui-icon-presentfill:before {
  1102. content: "\e732";
  1103. }
  1104. .aui-icon-repeal:before {
  1105. content: "\e733";
  1106. }
  1107. .aui-icon-album:before {
  1108. content: "\e734";
  1109. }
  1110. .aui-icon-peoplefill:before {
  1111. content: "\e735";
  1112. }
  1113. .aui-icon-people:before {
  1114. content: "\e736";
  1115. }
  1116. .aui-icon-servicefill:before {
  1117. content: "\e737";
  1118. }
  1119. .aui-icon-repair:before {
  1120. content: "\e738";
  1121. }
  1122. .aui-icon-file:before {
  1123. content: "\e739";
  1124. }
  1125. .aui-icon-repairfill:before {
  1126. content: "\e73a";
  1127. }
  1128. .aui-icon-taoxiaopu:before {
  1129. content: "\e73b";
  1130. }
  1131. .aui-icon-attentionfill:before {
  1132. content: "\e73c";
  1133. }
  1134. .aui-icon-attention:before {
  1135. content: "\e73d";
  1136. }
  1137. .aui-icon-commandfill:before {
  1138. content: "\e73e";
  1139. }
  1140. .aui-icon-command:before {
  1141. content: "\e73f";
  1142. }
  1143. .aui-icon-communityfill:before {
  1144. content: "\e740";
  1145. }
  1146. .aui-icon-community:before {
  1147. content: "\e741";
  1148. }
  1149. .aui-icon-read:before {
  1150. content: "\e742";
  1151. }
  1152. .aui-icon-calendar:before {
  1153. content: "\e74a";
  1154. }
  1155. .aui-icon-cut:before {
  1156. content: "\e74b";
  1157. }
  1158. .aui-icon-magic:before {
  1159. content: "\e74c";
  1160. }
  1161. .aui-icon-backwardfill:before {
  1162. content: "\e74d";
  1163. }
  1164. .aui-icon-forwardfill1:before {
  1165. content: "\e74e";
  1166. }
  1167. .aui-icon-playfill:before {
  1168. content: "\e74f";
  1169. }
  1170. .aui-icon-stop:before {
  1171. content: "\e750";
  1172. }
  1173. .aui-icon-tagfill:before {
  1174. content: "\e751";
  1175. }
  1176. .aui-icon-tag:before {
  1177. content: "\e752";
  1178. }
  1179. .aui-icon-group:before {
  1180. content: "\e753";
  1181. }
  1182. .aui-icon-move:before {
  1183. content: "\e754";
  1184. }
  1185. .aui-icon-all:before {
  1186. content: "\e755";
  1187. }
  1188. .aui-icon-backdelete:before {
  1189. content: "\e756";
  1190. }
  1191. .aui-icon-hotfill:before {
  1192. content: "\e757";
  1193. }
  1194. .aui-icon-hot:before {
  1195. content: "\e758";
  1196. }
  1197. .aui-icon-post:before {
  1198. content: "\e759";
  1199. }
  1200. .aui-icon-radiobox:before {
  1201. content: "\e75b";
  1202. }
  1203. .aui-icon-rounddown:before {
  1204. content: "\e75c";
  1205. }
  1206. .aui-icon-upload:before {
  1207. content: "\e75d";
  1208. }
  1209. .aui-icon-videofill:before {
  1210. content: "\e75e";
  1211. }
  1212. .aui-icon-video:before {
  1213. content: "\e75f";
  1214. }
  1215. .aui-icon-writefill:before {
  1216. content: "\e760";
  1217. }
  1218. .aui-icon-write:before {
  1219. content: "\e761";
  1220. }
  1221. .aui-icon-radioboxfill:before {
  1222. content: "\e763";
  1223. }
  1224. .aui-icon-punch:before {
  1225. content: "\e764";
  1226. }
  1227. .aui-icon-shake:before {
  1228. content: "\e765";
  1229. }
  1230. .aui-icon-add1:before {
  1231. content: "\e767";
  1232. }
  1233. .aui-icon-move1:before {
  1234. content: "\e768";
  1235. }
  1236. .aui-icon-safe:before {
  1237. content: "\e769";
  1238. }
  1239. .aui-icon-activityfill:before {
  1240. content: "\e775";
  1241. }
  1242. .aui-icon-crownfill:before {
  1243. content: "\e776";
  1244. }
  1245. .aui-icon-crown:before {
  1246. content: "\e777";
  1247. }
  1248. .aui-icon-goodsfill:before {
  1249. content: "\e778";
  1250. }
  1251. .aui-icon-messagefill:before {
  1252. content: "\e779";
  1253. }
  1254. .aui-icon-profilefill:before {
  1255. content: "\e77a";
  1256. }
  1257. .aui-icon-sound:before {
  1258. content: "\e77b";
  1259. }
  1260. .aui-icon-sponsorfill:before {
  1261. content: "\e77c";
  1262. }
  1263. .aui-icon-weunblock:before {
  1264. content: "\e780";
  1265. }
  1266. .aui-icon-weblock:before {
  1267. content: "\e77f";
  1268. }
  1269. .aui-icon-upblock:before {
  1270. content: "\e77e";
  1271. }
  1272. .aui-icon-sponsor:before {
  1273. content: "\e77d";
  1274. }
  1275. .aui-icon-babyfill:before {
  1276. content: "\e710";
  1277. }
  1278. .aui-icon-baby:before {
  1279. content: "\e711";
  1280. }