aui-win.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
  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. font-size: 18px;
  377. text-align: center;
  378. }
  379. .aui-title {
  380. position: absolute;
  381. width: 100%;
  382. margin: 0 -10px;
  383. text-align: center;
  384. white-space: nowrap;
  385. }
  386. .aui-title a {
  387. color: inherit;
  388. }
  389. .aui-bar .aui-title {
  390. right: 80px;
  391. left: 80px;
  392. width: auto;
  393. margin: 0;
  394. overflow: hidden;
  395. text-overflow: ellipsis;
  396. }
  397. .aui-bar a {
  398. color: #ffffff;
  399. }
  400. .aui-bar-dark {
  401. background-color: #34495e;
  402. }
  403. .aui-bar-primary {
  404. background-color: #1abc9c;
  405. }
  406. .aui-bar-info {
  407. background-color: #185AA9;
  408. }
  409. .aui-bar-danger {
  410. background-color: #e74c3c;
  411. }
  412. .aui-bar-success {
  413. background-color: #2ecc71;
  414. }
  415. .aui-bar-warning {
  416. background-color: #f1c40f;
  417. }
  418. .aui-bar .aui-iconfont {
  419. position: relative;
  420. z-index: 20;
  421. font-size: 20px;
  422. color: #ffffff;
  423. font-size: 400;
  424. line-height: 45px;
  425. }
  426. .aui-bar .aui-pull-left {
  427. padding-left: 10px;
  428. font-size: 16px;
  429. font-weight: 400;
  430. }
  431. .aui-bar .aui-pull-right {
  432. padding-right: 10px;
  433. font-size: 16px;
  434. font-weight: 400;
  435. }
  436. .aui-bar .aui-btn {
  437. position: relative;
  438. z-index: 20;
  439. font-size: 16px;
  440. height: 45px;
  441. line-height: 45px;
  442. padding-top: 0;
  443. padding-bottom: 0;
  444. margin: 0;
  445. border-radius: 0;
  446. border: none;
  447. }
  448. .aui-bar .aui-btn:active {
  449. background: none;
  450. border: none;
  451. }
  452. .aui-bar .aui-btn .aui-iconfont {
  453. font-size: 22px;
  454. line-height: 45px;
  455. padding: 0;
  456. margin: 0;
  457. color: #ffffff;
  458. }
  459. .aui-bar-nav {
  460. top: 0;
  461. }
  462. /*底部切换栏*/
  463. .aui-nav {
  464. position: fixed;
  465. right: 0;
  466. left: 0;
  467. bottom: 0;
  468. z-index: 10;
  469. width: 100%;
  470. height: 55px;
  471. background-color: #fff;
  472. }
  473. .aui-nav .aui-bar-tab {
  474. width: 100%;
  475. background-color: #fff;
  476. display: box;
  477. display: -webkit-box;
  478. box-sizing: border-box;
  479. font-size: 12px;
  480. height: 55px;
  481. overflow: hidden;
  482. }
  483. .aui-nav .aui-bar-tab li {
  484. text-align: center;
  485. color: #666;
  486. width: 100%;
  487. box-flex: 1;
  488. -webkit-box-flex: 1;
  489. box-sizing: border-box;
  490. }
  491. .aui-nav .aui-bar-tab p {
  492. font-size: 12px;
  493. margin-bottom: 0;
  494. }
  495. .aui-nav .aui-bar-tab .aui-iconfont {
  496. font-size: 22px;
  497. color: #8f8f94;
  498. padding-top: 5px;
  499. height: 30px;
  500. line-height: 30px;
  501. display: inline-block;
  502. }
  503. .aui-nav .aui-bar-tab .active .aui-iconfont, .aui-nav .aui-bar-tab .active p {
  504. color: #16a085;
  505. }
  506. .aui-nav .aui-bar-tab .active-dark .aui-iconfont, .aui-nav .aui-bar-tab .active-dark p {
  507. color: #34495e;
  508. }
  509. .aui-nav .aui-bar-tab .active-primary .aui-iconfont, .aui-nav .aui-bar-tab .active-primary p {
  510. color: #1abc9c;
  511. }
  512. .aui-nav .aui-bar-tab .active-info .aui-iconfont, .aui-nav .aui-bar-tab .active-info p {
  513. color: #2980b9;
  514. }
  515. .aui-nav .aui-bar-tab .active-danger .aui-iconfont, .aui-nav .aui-bar-tab .active-danger p {
  516. color: #c0392b;
  517. }
  518. .aui-nav .aui-bar-tab .active-success .aui-iconfont, .aui-nav .aui-bar-tab .active-success p {
  519. color: #27ae60;
  520. }
  521. .aui-nav .aui-bar-tab .active-warning .aui-iconfont, .aui-nav .aui-bar-tab .active-warning p {
  522. color: #faa732;
  523. }
  524. /*tab切换类*/
  525. .aui-tab {
  526. width: 100%;
  527. overflow: hidden;
  528. }
  529. .aui-tab-nav {
  530. width: 100%;
  531. display: box;
  532. display: -webkit-box;
  533. font-size: 16px;
  534. height: 45px;
  535. box-sizing: border-box;
  536. overflow: hidden;
  537. background-color: #fff;
  538. }
  539. .aui-tab-nav li {
  540. height: 45px;
  541. line-height: 45px;
  542. min-width: 70px;
  543. box-flex: 1;
  544. -webkit-box-flex: 1;
  545. text-align: center;
  546. color: #666;
  547. box-sizing: border-box;
  548. border-bottom: 2px solid transparent;
  549. width: 100%;
  550. }
  551. .aui-tab-nav li.active {
  552. color: #1abc9c;
  553. border-bottom: 2px #1abc9c solid;
  554. -webkit-animation: fadeIn .5s ease both;
  555. animation: fadeIn .5s ease both;
  556. }
  557. .aui-tab-nav.aui-tab-border {
  558. background-color: transparent;
  559. border: 1px solid #1abc9c;
  560. border-radius: 3px;
  561. }
  562. .aui-tab-nav.aui-tab-border li {
  563. width: 1%;
  564. overflow: hidden;
  565. line-height: 43px;
  566. color: #1abc9c;
  567. background-color: #ffffff;
  568. border-color: #1abc9c;
  569. border-left: 1px solid #1abc9c;
  570. }
  571. .aui-tab-nav.aui-tab-border li:first-child {
  572. border-left: 0px solid #1abc9c;
  573. }
  574. .aui-tab-nav.aui-tab-border li.active {
  575. background-color: #1abc9c;
  576. color: #fff;
  577. -webkit-animation: fadeIn .5s ease both;
  578. animation: fadeIn .5s ease both;
  579. }
  580. /*图标*/
  581. @font-face {
  582. font-family: "iconfont";
  583. src: url('aui_iconfont.ttf') format('truetype');
  584. }
  585. .aui-iconfont {
  586. font-family: "iconfont" !important;
  587. font-size: 16px;
  588. font-style: normal;
  589. -webkit-font-smoothing: antialiased;
  590. -moz-osx-font-smoothing: grayscale;
  591. }
  592. .aui-icon-appreciate:before {
  593. content: "\e644";
  594. }
  595. .aui-icon-check:before {
  596. content: "\e645";
  597. }
  598. .aui-icon-close:before {
  599. content: "\e646";
  600. }
  601. .aui-icon-edit:before {
  602. content: "\e649";
  603. }
  604. .aui-icon-emoji:before {
  605. content: "\e64a";
  606. }
  607. .aui-icon-favorfill:before {
  608. content: "\e64b";
  609. }
  610. .aui-icon-favor:before {
  611. content: "\e64c";
  612. }
  613. .aui-icon-loading:before {
  614. content: "\e64f";
  615. }
  616. .aui-icon-locationfill:before {
  617. content: "\e650";
  618. }
  619. .aui-icon-location:before {
  620. content: "\e651";
  621. }
  622. .aui-icon-phone:before {
  623. content: "\e652";
  624. }
  625. .aui-icon-roundcheckfill:before {
  626. content: "\e656";
  627. }
  628. .aui-icon-roundcheck:before {
  629. content: "\e657";
  630. }
  631. .aui-icon-roundclosefill:before {
  632. content: "\e658";
  633. }
  634. .aui-icon-roundclose:before {
  635. content: "\e659";
  636. }
  637. .aui-icon-roundrightfill:before {
  638. content: "\e65a";
  639. }
  640. .aui-icon-roundright:before {
  641. content: "\e65b";
  642. }
  643. .aui-icon-search:before {
  644. content: "\e65c";
  645. }
  646. .aui-icon-timefill:before {
  647. content: "\e65e";
  648. }
  649. .aui-icon-time:before {
  650. content: "\e65f";
  651. }
  652. .aui-icon-taxi:before {
  653. content: "\e65d";
  654. }
  655. .aui-icon-unfold:before {
  656. content: "\e661";
  657. }
  658. .aui-icon-warnfill:before {
  659. content: "\e662";
  660. }
  661. .aui-icon-warn:before {
  662. content: "\e663";
  663. }
  664. .aui-icon-camerafill:before {
  665. content: "\e664";
  666. }
  667. .aui-icon-camera:before {
  668. content: "\e665";
  669. }
  670. .aui-icon-commentfill:before {
  671. content: "\e666";
  672. }
  673. .aui-icon-comment:before {
  674. content: "\e667";
  675. }
  676. .aui-icon-likefill:before {
  677. content: "\e668";
  678. }
  679. .aui-icon-like:before {
  680. content: "\e669";
  681. }
  682. .aui-icon-notificationfill:before {
  683. content: "\e66a";
  684. }
  685. .aui-icon-notification:before {
  686. content: "\e66b";
  687. }
  688. .aui-icon-order:before {
  689. content: "\e66c";
  690. }
  691. .aui-icon-samefill:before {
  692. content: "\e66d";
  693. }
  694. .aui-icon-same:before {
  695. content: "\e66e";
  696. }
  697. .aui-icon-deliver:before {
  698. content: "\e671";
  699. }
  700. .aui-icon-evaluate:before {
  701. content: "\e672";
  702. }
  703. .aui-icon-pay:before {
  704. content: "\e673";
  705. }
  706. .aui-icon-send:before {
  707. content: "\e675";
  708. }
  709. .aui-icon-shop:before {
  710. content: "\e676";
  711. }
  712. .aui-icon-ticket:before {
  713. content: "\e677";
  714. }
  715. .aui-icon-left:before {
  716. content: "\e679";
  717. }
  718. .aui-icon-cascades:before {
  719. content: "\e67c";
  720. }
  721. .aui-icon-discover:before {
  722. content: "\e67e";
  723. }
  724. .aui-icon-list:before {
  725. content: "\e682";
  726. }
  727. .aui-icon-more:before {
  728. content: "\e684";
  729. }
  730. .aui-icon-myfill:before {
  731. content: "\e685";
  732. }
  733. .aui-icon-my:before {
  734. content: "\e686";
  735. }
  736. .aui-icon-scan:before {
  737. content: "\e689";
  738. }
  739. .aui-icon-settings:before {
  740. content: "\e68a";
  741. }
  742. .aui-icon-questionfill:before {
  743. content: "\e690";
  744. }
  745. .aui-icon-question:before {
  746. content: "\e691";
  747. }
  748. .aui-icon-shopfill:before {
  749. content: "\e697";
  750. }
  751. .aui-icon-form:before {
  752. content: "\e699";
  753. }
  754. .aui-icon-pic:before {
  755. content: "\e69b";
  756. }
  757. .aui-icon-filter:before {
  758. content: "\e69c";
  759. }
  760. .aui-icon-footprint:before {
  761. content: "\e69d";
  762. }
  763. .aui-icon-top:before {
  764. content: "\e69e";
  765. }
  766. .aui-icon-pulldown:before {
  767. content: "\e69f";
  768. }
  769. .aui-icon-pullup:before {
  770. content: "\e6a0";
  771. }
  772. .aui-icon-right:before {
  773. content: "\e6a3";
  774. }
  775. .aui-icon-refresh:before {
  776. content: "\e6a4";
  777. }
  778. .aui-icon-moreandroid:before {
  779. content: "\e6a5";
  780. }
  781. .aui-icon-deletefill:before {
  782. content: "\e6a6";
  783. }
  784. .aui-icon-refund:before {
  785. content: "\e6ac";
  786. }
  787. .aui-icon-cart:before {
  788. content: "\e6af";
  789. }
  790. .aui-icon-qrcode:before {
  791. content: "\e6b0";
  792. }
  793. .aui-icon-remind:before {
  794. content: "\e6b2";
  795. }
  796. .aui-icon-delete:before {
  797. content: "\e6b4";
  798. }
  799. .aui-icon-profile:before {
  800. content: "\e6b7";
  801. }
  802. .aui-icon-home:before {
  803. content: "\e6b8";
  804. }
  805. .aui-icon-cartfill:before {
  806. content: "\e6b9";
  807. }
  808. .aui-icon-discoverfill:before {
  809. content: "\e6ba";
  810. }
  811. .aui-icon-homefill:before {
  812. content: "\e6bb";
  813. }
  814. .aui-icon-message:before {
  815. content: "\e6bc";
  816. }
  817. .aui-icon-addressbook:before {
  818. content: "\e6bd";
  819. }
  820. .aui-icon-link:before {
  821. content: "\e6bf";
  822. }
  823. .aui-icon-lock:before {
  824. content: "\e6c0";
  825. }
  826. .aui-icon-unlock:before {
  827. content: "\e6c2";
  828. }
  829. .aui-icon-vip:before {
  830. content: "\e6c3";
  831. }
  832. .aui-icon-activity:before {
  833. content: "\e6c5";
  834. }
  835. .aui-icon-friendaddfill:before {
  836. content: "\e6c9";
  837. }
  838. .aui-icon-friendadd:before {
  839. content: "\e6ca";
  840. }
  841. .aui-icon-friendfamous:before {
  842. content: "\e6cb";
  843. }
  844. .aui-icon-friend:before {
  845. content: "\e6cc";
  846. }
  847. .aui-icon-goods:before {
  848. content: "\e6cd";
  849. }
  850. .aui-icon-selection:before {
  851. content: "\e6ce";
  852. }
  853. .aui-icon-explore:before {
  854. content: "\e6d2";
  855. }
  856. .aui-icon-present:before {
  857. content: "\e6d3";
  858. }
  859. .aui-icon-squarecheckfill:before {
  860. content: "\e6d4";
  861. }
  862. .aui-icon-square:before {
  863. content: "\e6d5";
  864. }
  865. .aui-icon-squarecheck:before {
  866. content: "\e6d6";
  867. }
  868. .aui-icon-round:before {
  869. content: "\e6d7";
  870. }
  871. .aui-icon-roundaddfill:before {
  872. content: "\e6d8";
  873. }
  874. .aui-icon-roundadd:before {
  875. content: "\e6d9";
  876. }
  877. .aui-icon-add:before {
  878. content: "\e6da";
  879. }
  880. .aui-icon-notificationforbidfill:before {
  881. content: "\e6db";
  882. }
  883. .aui-icon-explorefill:before {
  884. content: "\e6dd";
  885. }
  886. .aui-icon-fold:before {
  887. content: "\e6de";
  888. }
  889. .aui-icon-game:before {
  890. content: "\e6df";
  891. }
  892. .aui-icon-redpacket:before {
  893. content: "\e6e0";
  894. }
  895. .aui-icon-selectionfill:before {
  896. content: "\e6e1";
  897. }
  898. .aui-icon-similar:before {
  899. content: "\e6e2";
  900. }
  901. .aui-icon-appreciatefill:before {
  902. content: "\e6e3";
  903. }
  904. .aui-icon-infofill:before {
  905. content: "\e6e4";
  906. }
  907. .aui-icon-info:before {
  908. content: "\e6e5";
  909. }
  910. .aui-icon-forwardfill:before {
  911. content: "\e6ea";
  912. }
  913. .aui-icon-forward:before {
  914. content: "\e6eb";
  915. }
  916. .aui-icon-rechargefill:before {
  917. content: "\e6ec";
  918. }
  919. .aui-icon-recharge:before {
  920. content: "\e6ed";
  921. }
  922. .aui-icon-vipcard:before {
  923. content: "\e6ee";
  924. }
  925. .aui-icon-voice:before {
  926. content: "\e6ef";
  927. }
  928. .aui-icon-voicefill:before {
  929. content: "\e6f0";
  930. }
  931. .aui-icon-friendfavor:before {
  932. content: "\e6f1";
  933. }
  934. .aui-icon-wifi:before {
  935. content: "\e6f2";
  936. }
  937. .aui-icon-share:before {
  938. content: "\e6f3";
  939. }
  940. .aui-icon-wefill:before {
  941. content: "\e6f4";
  942. }
  943. .aui-icon-we:before {
  944. content: "\e6f5";
  945. }
  946. .aui-icon-lightauto:before {
  947. content: "\e6f6";
  948. }
  949. .aui-icon-lightforbid:before {
  950. content: "\e6f7";
  951. }
  952. .aui-icon-lightfill:before {
  953. content: "\e6f8";
  954. }
  955. .aui-icon-camerarotate:before {
  956. content: "\e6f9";
  957. }
  958. .aui-icon-light:before {
  959. content: "\e6fa";
  960. }
  961. .aui-icon-barcode:before {
  962. content: "\e6fb";
  963. }
  964. .aui-icon-flashlightclose:before {
  965. content: "\e6fc";
  966. }
  967. .aui-icon-flashlightopen:before {
  968. content: "\e6fd";
  969. }
  970. .aui-icon-searchlist:before {
  971. content: "\e6fe";
  972. }
  973. .aui-icon-service:before {
  974. content: "\e6ff";
  975. }
  976. .aui-icon-sort:before {
  977. content: "\e700";
  978. }
  979. .aui-icon-down:before {
  980. content: "\e703";
  981. }
  982. .aui-icon-mobile:before {
  983. content: "\e704";
  984. }
  985. .aui-icon-mobilefill:before {
  986. content: "\e705";
  987. }
  988. .aui-icon-copy:before {
  989. content: "\e706";
  990. }
  991. .aui-icon-countdownfill:before {
  992. content: "\e707";
  993. }
  994. .aui-icon-countdown:before {
  995. content: "\e708";
  996. }
  997. .aui-icon-noticefill:before {
  998. content: "\e709";
  999. }
  1000. .aui-icon-notice:before {
  1001. content: "\e70a";
  1002. }
  1003. .aui-icon-upstagefill:before {
  1004. content: "\e70e";
  1005. }
  1006. .aui-icon-upstage:before {
  1007. content: "\e70f";
  1008. }
  1009. .aui-icon-choicenessfill:before {
  1010. content: "\e714";
  1011. }
  1012. .aui-icon-choiceness:before {
  1013. content: "\e715";
  1014. }
  1015. .aui-icon-clothesfill:before {
  1016. content: "\e716";
  1017. }
  1018. .aui-icon-clothes:before {
  1019. content: "\e717";
  1020. }
  1021. .aui-icon-creativefill:before {
  1022. content: "\e718";
  1023. }
  1024. .aui-icon-creative:before {
  1025. content: "\e719";
  1026. }
  1027. .aui-icon-female:before {
  1028. content: "\e71a";
  1029. }
  1030. .aui-icon-keyboard:before {
  1031. content: "\e71b";
  1032. }
  1033. .aui-icon-male:before {
  1034. content: "\e71c";
  1035. }
  1036. .aui-icon-pullleft:before {
  1037. content: "\e71f";
  1038. }
  1039. .aui-icon-pullright:before {
  1040. content: "\e720";
  1041. }
  1042. .aui-icon-rankfill:before {
  1043. content: "\e721";
  1044. }
  1045. .aui-icon-rank:before {
  1046. content: "\e722";
  1047. }
  1048. .aui-icon-bad:before {
  1049. content: "\e723";
  1050. }
  1051. .aui-icon-cameraadd:before {
  1052. content: "\e724";
  1053. }
  1054. .aui-icon-focus:before {
  1055. content: "\e725";
  1056. }
  1057. .aui-icon-friendfill:before {
  1058. content: "\e726";
  1059. }
  1060. .aui-icon-cameraaddfill:before {
  1061. content: "\e727";
  1062. }
  1063. .aui-icon-apps:before {
  1064. content: "\e729";
  1065. }
  1066. .aui-icon-paintfill:before {
  1067. content: "\e72a";
  1068. }
  1069. .aui-icon-paint:before {
  1070. content: "\e72b";
  1071. }
  1072. .aui-icon-picfill:before {
  1073. content: "\e72c";
  1074. }
  1075. .aui-icon-refresharrow:before {
  1076. content: "\e72d";
  1077. }
  1078. .aui-icon-markfill:before {
  1079. content: "\e730";
  1080. }
  1081. .aui-icon-mark:before {
  1082. content: "\e731";
  1083. }
  1084. .aui-icon-presentfill:before {
  1085. content: "\e732";
  1086. }
  1087. .aui-icon-repeal:before {
  1088. content: "\e733";
  1089. }
  1090. .aui-icon-album:before {
  1091. content: "\e734";
  1092. }
  1093. .aui-icon-peoplefill:before {
  1094. content: "\e735";
  1095. }
  1096. .aui-icon-people:before {
  1097. content: "\e736";
  1098. }
  1099. .aui-icon-servicefill:before {
  1100. content: "\e737";
  1101. }
  1102. .aui-icon-repair:before {
  1103. content: "\e738";
  1104. }
  1105. .aui-icon-file:before {
  1106. content: "\e739";
  1107. }
  1108. .aui-icon-repairfill:before {
  1109. content: "\e73a";
  1110. }
  1111. .aui-icon-taoxiaopu:before {
  1112. content: "\e73b";
  1113. }
  1114. .aui-icon-attentionfill:before {
  1115. content: "\e73c";
  1116. }
  1117. .aui-icon-attention:before {
  1118. content: "\e73d";
  1119. }
  1120. .aui-icon-commandfill:before {
  1121. content: "\e73e";
  1122. }
  1123. .aui-icon-command:before {
  1124. content: "\e73f";
  1125. }
  1126. .aui-icon-communityfill:before {
  1127. content: "\e740";
  1128. }
  1129. .aui-icon-community:before {
  1130. content: "\e741";
  1131. }
  1132. .aui-icon-read:before {
  1133. content: "\e742";
  1134. }
  1135. .aui-icon-calendar:before {
  1136. content: "\e74a";
  1137. }
  1138. .aui-icon-cut:before {
  1139. content: "\e74b";
  1140. }
  1141. .aui-icon-magic:before {
  1142. content: "\e74c";
  1143. }
  1144. .aui-icon-backwardfill:before {
  1145. content: "\e74d";
  1146. }
  1147. .aui-icon-forwardfill1:before {
  1148. content: "\e74e";
  1149. }
  1150. .aui-icon-playfill:before {
  1151. content: "\e74f";
  1152. }
  1153. .aui-icon-stop:before {
  1154. content: "\e750";
  1155. }
  1156. .aui-icon-tagfill:before {
  1157. content: "\e751";
  1158. }
  1159. .aui-icon-tag:before {
  1160. content: "\e752";
  1161. }
  1162. .aui-icon-group:before {
  1163. content: "\e753";
  1164. }
  1165. .aui-icon-move:before {
  1166. content: "\e754";
  1167. }
  1168. .aui-icon-all:before {
  1169. content: "\e755";
  1170. }
  1171. .aui-icon-backdelete:before {
  1172. content: "\e756";
  1173. }
  1174. .aui-icon-hotfill:before {
  1175. content: "\e757";
  1176. }
  1177. .aui-icon-hot:before {
  1178. content: "\e758";
  1179. }
  1180. .aui-icon-post:before {
  1181. content: "\e759";
  1182. }
  1183. .aui-icon-radiobox:before {
  1184. content: "\e75b";
  1185. }
  1186. .aui-icon-rounddown:before {
  1187. content: "\e75c";
  1188. }
  1189. .aui-icon-upload:before {
  1190. content: "\e75d";
  1191. }
  1192. .aui-icon-videofill:before {
  1193. content: "\e75e";
  1194. }
  1195. .aui-icon-video:before {
  1196. content: "\e75f";
  1197. }
  1198. .aui-icon-writefill:before {
  1199. content: "\e760";
  1200. }
  1201. .aui-icon-write:before {
  1202. content: "\e761";
  1203. }
  1204. .aui-icon-radioboxfill:before {
  1205. content: "\e763";
  1206. }
  1207. .aui-icon-punch:before {
  1208. content: "\e764";
  1209. }
  1210. .aui-icon-shake:before {
  1211. content: "\e765";
  1212. }
  1213. .aui-icon-add1:before {
  1214. content: "\e767";
  1215. }
  1216. .aui-icon-move1:before {
  1217. content: "\e768";
  1218. }
  1219. .aui-icon-safe:before {
  1220. content: "\e769";
  1221. }
  1222. .aui-icon-activityfill:before {
  1223. content: "\e775";
  1224. }
  1225. .aui-icon-crownfill:before {
  1226. content: "\e776";
  1227. }
  1228. .aui-icon-crown:before {
  1229. content: "\e777";
  1230. }
  1231. .aui-icon-goodsfill:before {
  1232. content: "\e778";
  1233. }
  1234. .aui-icon-messagefill:before {
  1235. content: "\e779";
  1236. }
  1237. .aui-icon-profilefill:before {
  1238. content: "\e77a";
  1239. }
  1240. .aui-icon-sound:before {
  1241. content: "\e77b";
  1242. }
  1243. .aui-icon-sponsorfill:before {
  1244. content: "\e77c";
  1245. }
  1246. .aui-icon-weunblock:before {
  1247. content: "\e780";
  1248. }
  1249. .aui-icon-weblock:before {
  1250. content: "\e77f";
  1251. }
  1252. .aui-icon-upblock:before {
  1253. content: "\e77e";
  1254. }
  1255. .aui-icon-sponsor:before {
  1256. content: "\e77d";
  1257. }
  1258. .aui-icon-babyfill:before {
  1259. content: "\e710";
  1260. }
  1261. .aui-icon-baby:before {
  1262. content: "\e711";
  1263. }