aui-win.css 21 KB

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