123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296 |
- /*
- * =========================================================================
- * AUI APICLOUD UI 框架 流浪男 QQ:343757327 http://www.auicss.com
- * Verson 1.1.3
- * =========================================================================
- */
- /*win窗口*/
- @charset "UTF-8";
- html {
- font-family: sans-serif;
- }
- html, body {
- -webkit-touch-callout: none;
- -webkit-text-size-adjust: none;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- -webkit-user-select: none;
- width: 100%;
- height: 100%;
- }
- body {
- line-height: 1.5;
- font-size: 16px;
- color: #000;
- background-color: #f4f4f4;
- outline: 0;
- }
- 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 {
- margin: 0;
- border: 0;
- padding: 0;
- font-style: normal;
- }
- ul, li {
- overflow: hidden;
- list-style: none;
- }
- img {
- border: 0;
- }
- a {
- color: #0062cc;
- text-decoration: none;
- background-color: transparent;
- }
- a:hover {
- outline: 0;
- }
- button {
- overflow: visible;
- }
- button, select {
- text-transform: none;
- }
- button, input, optgroup, select, textarea {
- margin: 0;
- font: inherit;
- color: inherit;
- }
- .aui-clearfix {
- clear: both;
- }
- .aui-clearfix:before {
- display: table;
- content: " ";
- }
- .aui-clearfix:after {
- clear: both;
- }
- /*文字对齐*/
- .aui-text-left {
- text-align: left !important;
- }
- .aui-text-center {
- text-align: center !important;
- }
- .aui-text-justify {
- text-align: justify !important;
- }
- .aui-text-right {
- text-align: right !important;
- }
- /*文字类*/
- h1, h2, h3, h4, h5, h6 {
- font-size: 100%;
- font-weight: 400
- }
- h1 {
- font-size: 18px;
- }
- h2 {
- font-size: 17px;
- }
- h3 {
- font-size: 16px;
- }
- h4 {
- font-size: 16px;
- }
- h5 {
- font-size: 14px;
- font-weight: normal;
- color: #8f8f94;
- }
- h6 {
- font-size: 12px;
- font-weight: normal;
- color: #8f8f94;
- }
- h1 small, h2 small, h3 small, h4 small {
- font-weight: normal;
- line-height: 1;
- color: #777777;
- }
- h5 small, h6 small {
- font-weight: normal;
- line-height: 1;
- color: #8f8f94;
- }
- h1 small, h2 small, h3 small {
- font-size: 65%;
- }
- h4 small, h5 small, h6 small {
- font-size: 75%;
- }
- /*文字、背景颜色*/
- .aui-text-default {
- color: #666666 !important;
- }
- .aui-text-primary {
- color: #1abc9c !important;
- }
- .aui-text-success {
- color: #2ecc71 !important;
- }
- .aui-text-info {
- color: #3498db !important;
- }
- .aui-text-warning {
- color: #f1c40f !important;
- }
- .aui-text-danger {
- color: #e74c3c !important;
- }
- .aui-text-blue {
- color: #a1d4cf !important;
- }
- .aui-text-pink {
- color: #fbb8af !important;
- }
- .aui-bg-default {
- background-color: #f4f4f4 !important;
- }
- .aui-bg-primary {
- background-color: #1abc9c !important;
- }
- .aui-bg-success {
- background-color: #2ecc71 !important;
- }
- .aui-bg-info {
- background-color: #3498db !important;
- }
- .aui-bg-warning {
- background-color: #f1c40f !important;
- }
- .aui-bg-danger {
- background-color: #e74c3c !important;
- }
- .aui-bg-blue {
- background-color: #a1d4cf !important;
- }
- .aui-bg-pink {
- background-color: #fbb8af !important;
- }
- /*对齐,显示,隐藏等*/
- .aui-pull-right {
- float: right !important;
- }
- .aui-pull-left {
- float: left !important;
- }
- .aui-hide {
- display: none !important;
- }
- .aui-show {
- display: block !important;
- }
- .aui-invisible {
- visibility: hidden;
- }
- .aui-inline {
- display: inline-block;
- vertical-align: top;
- }
- /*基本容器*/
- .aui-content {
- -webkit-overflow-scrolling: touch;
- margin-bottom: 15px;
- }
- .aui-content-padded {
- margin: 0 10px;
- -webkit-overflow-scrolling: touch;
- margin-bottom: 15px;
- }
- .aui-card {
- margin: 0 10px;
- margin-bottom: 15px;
- position: relative;
- border: 1px solid #dfdfdf;
- border-radius: 3px;
- overflow: hidden;
- }
- .aui-content-title {
- position: relative;
- overflow: hidden;
- margin: 0;
- white-space: nowrap;
- text-overflow: ellipsis;
- font-size: 14px;
- text-transform: uppercase;
- line-height: 1;
- color: #6d6d72;
- padding: 25px 15px 10px;
- }
- /*栅格类*/
- .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 {
- position: relative;
- float: left;
- }
- .aui-col-xs-12 {
- width: 100%;
- position: relative;
- }
- .aui-col-xs-11 {
- width: 91.66666667%;
- }
- .aui-col-xs-10 {
- width: 83.33333333%;
- }
- .aui-col-xs-9 {
- width: 75%;
- }
- .aui-col-xs-8 {
- width: 66.66666667%;
- }
- .aui-col-xs-7 {
- width: 58.33333333%;
- }
- .aui-col-xs-6 {
- width: 50%;
- }
- .aui-col-xs-5 {
- width: 41.66666667%;
- }
- .aui-col-xs-4 {
- width: 33.33333333%;
- }
- .aui-col-xs-3 {
- width: 25%;
- }
- .aui-col-xs-2 {
- width: 16.66666667%;
- }
- .aui-col-xs-1 {
- width: 8.33333333%;
- }
- .aui-col-5 {
- width: 20%;
- }
- /*按钮样式*/
- button, .aui-btn {
- display: inline-block;
- padding: 6px 12px;
- margin-bottom: 0;
- font-size: 14px;
- font-weight: 400;
- line-height: 1.42857143;
- text-align: center;
- background-color: #ecf0f1;
- white-space: nowrap;
- vertical-align: middle;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- border: 1px solid #ecf0f1;
- border-radius: 4px;
- }
- .aui-btn:active {
- color: #ffffff;
- background-color: #bdc3c7;
- }
- .aui-btn-default {
- color: #ffffff;
- background-color: #bdc3c7;
- border: 1px solid #bdc3c7;
- }
- .aui-btn-primary {
- color: #ffffff;
- background-color: #1abc9c;
- border: 1px solid #1abc9c;
- }
- .aui-btn-primary.active, .aui-btn-primary:active {
- color: #fff;
- background-color: #16a085;
- border: 1px solid #16a085;
- }
- .aui-btn-success {
- color: #ffffff;
- background-color: #2ecc71;
- border: 1px solid #2ecc71;
- }
- .aui-btn-success.active, .aui-btn-success:active {
- color: #fff;
- background-color: #27ae60;
- border: 1px solid #27ae60;
- }
- .aui-btn-info {
- color: #ffffff;
- background-color: #185AA9;
- border: 1px solid #185AA9;
- }
- .aui-btn-info.active, .aui-btn-info:active {
- color: #fff;
- background-color: #2980b9;
- border: 1px solid #2980b9;
- }
- .aui-btn-warning {
- color: #ffffff;
- background-color: #f1c40f;
- border: 1px solid #f1c40f;
- }
- .aui-btn-warning.active, .aui-btn-warning:active {
- color: #fff;
- background-color: #faa732;
- border: 1px solid #faa732;
- }
- .aui-btn-danger {
- color: #ffffff;
- background-color: #e74c3c;
- border: 1px solid #e74c3c;
- }
- .aui-btn-danger.active, .aui-btn-danger:active {
- color: #fff;
- background-color: #c0392b;
- border: 1px solid #c0392b;
- }
- .aui-btn-block {
- display: block;
- width: 100%;
- padding: 15px 0;
- margin-bottom: 0;
- font-size: 18px;
- }
- .aui-btn .aui-iconfont, .aui-btn-block .aui-iconfont {
- margin-right: 6px;
- }
- .aui-btn .aui-badge, .aui-btn-block .aui-badge {
- margin-left: 6px;
- }
- /*导航栏*/
- .aui-bar {
- position: relative;
- top: 0;
- right: 0;
- left: 0;
- z-index: 10;
- width: 100%;
- background-color: #00a0ea !important;
- color: #ffffff;
- display: table;
- min-height: 45px;
- line-height: 45px;
- font-size: 18px;
- text-align: center;
- }
- .aui-title {
- position: absolute;
- width: 100%;
- margin: 0 -10px;
- text-align: center;
- white-space: nowrap;
- }
- .aui-title a {
- color: inherit;
- }
- .aui-bar .aui-title {
- right: 80px;
- left: 80px;
- width: auto;
- margin: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .aui-bar a {
- color: #ffffff;
- }
- .aui-bar-dark {
- background-color: #34495e;
- }
- .aui-bar-primary {
- background-color: #1abc9c;
- }
- .aui-bar-info {
- background-color: #185AA9;
- }
- .aui-bar-danger {
- background-color: #e74c3c;
- }
- .aui-bar-success {
- background-color: #2ecc71;
- }
- .aui-bar-warning {
- background-color: #f1c40f;
- }
- .aui-bar .aui-iconfont {
- position: relative;
- z-index: 20;
- font-size: 20px;
- color: #ffffff;
- font-size: 400;
- line-height: 45px;
- }
- .aui-bar .aui-pull-left {
- padding-left: 10px;
- font-size: 16px;
- font-weight: 400;
- }
- .aui-bar .aui-pull-right {
- padding-right: 10px;
- font-size: 16px;
- font-weight: 400;
- }
- .aui-bar .aui-btn {
- position: relative;
- z-index: 20;
- font-size: 16px;
- height: 45px;
- line-height: 45px;
- padding-top: 0;
- padding-bottom: 0;
- margin: 0;
- border-radius: 0;
- border: none;
- }
- .aui-bar .aui-btn:active {
- background: none;
- border: none;
- }
- .aui-bar .aui-btn .aui-iconfont {
- font-size: 22px;
- line-height: 45px;
- padding: 0;
- margin: 0;
- color: #ffffff;
- }
- .aui-bar-nav {
- top: 0;
- }
- /*底部切换栏*/
- .aui-nav {
- position: fixed;
- right: 0;
- left: 0;
- bottom: 0;
- z-index: 10;
- width: 100%;
- height: 55px;
- background-color: #fff;
- }
- .aui-nav .aui-bar-tab {
- width: 100%;
- background-color: #fff;
- display: box;
- display: -webkit-box;
- box-sizing: border-box;
- font-size: 12px;
- height: 55px;
- overflow: hidden;
- }
- .aui-nav .aui-bar-tab li {
- text-align: center;
- color: #666;
- width: 100%;
- box-flex: 1;
- -webkit-box-flex: 1;
- box-sizing: border-box;
- }
- .aui-nav .aui-bar-tab p {
- font-size: 12px;
- margin-bottom: 0;
- }
- .aui-nav .aui-bar-tab .aui-iconfont {
- font-size: 22px;
- color: #8f8f94;
- padding-top: 5px;
- height: 30px;
- line-height: 30px;
- display: inline-block;
- }
- .aui-nav .aui-bar-tab .active .aui-iconfont, .aui-nav .aui-bar-tab .active p {
- color: #16a085;
- }
- .aui-nav .aui-bar-tab .active-dark .aui-iconfont, .aui-nav .aui-bar-tab .active-dark p {
- color: #34495e;
- }
- .aui-nav .aui-bar-tab .active-primary .aui-iconfont, .aui-nav .aui-bar-tab .active-primary p {
- color: #1abc9c;
- }
- .aui-nav .aui-bar-tab .active-info .aui-iconfont, .aui-nav .aui-bar-tab .active-info p {
- color: #2980b9;
- }
- .aui-nav .aui-bar-tab .active-danger .aui-iconfont, .aui-nav .aui-bar-tab .active-danger p {
- color: #c0392b;
- }
- .aui-nav .aui-bar-tab .active-success .aui-iconfont, .aui-nav .aui-bar-tab .active-success p {
- color: #27ae60;
- }
- .aui-nav .aui-bar-tab .active-warning .aui-iconfont, .aui-nav .aui-bar-tab .active-warning p {
- color: #faa732;
- }
- /*tab切换类*/
- .aui-tab {
- width: 100%;
- overflow: hidden;
- }
- .aui-tab-nav {
- width: 100%;
- display: box;
- display: -webkit-box;
- font-size: 16px;
- height: 45px;
- box-sizing: border-box;
- overflow: hidden;
- background-color: #fff;
- }
- .aui-tab-nav li {
- height: 45px;
- line-height: 45px;
- min-width: 70px;
- box-flex: 1;
- -webkit-box-flex: 1;
- text-align: center;
- color: #666;
- box-sizing: border-box;
- border-bottom: 2px solid transparent;
- width: 100%;
- }
- .aui-tab-nav li.active {
- color: #1abc9c;
- border-bottom: 2px #1abc9c solid;
- -webkit-animation: fadeIn .5s ease both;
- animation: fadeIn .5s ease both;
- }
- .aui-tab-nav.aui-tab-border {
- background-color: transparent;
- border: 1px solid #1abc9c;
- border-radius: 3px;
- }
- .aui-tab-nav.aui-tab-border li {
- width: 1%;
- overflow: hidden;
- line-height: 43px;
- color: #1abc9c;
- background-color: #ffffff;
- border-color: #1abc9c;
- border-left: 1px solid #1abc9c;
- }
- .aui-tab-nav.aui-tab-border li:first-child {
- border-left: 0px solid #1abc9c;
- }
- .aui-tab-nav.aui-tab-border li.active {
- background-color: #1abc9c;
- color: #fff;
- -webkit-animation: fadeIn .5s ease both;
- animation: fadeIn .5s ease both;
- }
- /*图标*/
- @font-face {
- font-family: "iconfont";
- src: url('aui_iconfont.ttf') format('truetype');
- }
- .aui-iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .aui-icon-appreciate:before {
- content: "\e644";
- }
- .aui-icon-check:before {
- content: "\e645";
- }
- .aui-icon-close:before {
- content: "\e646";
- }
- .aui-icon-edit:before {
- content: "\e649";
- }
- .aui-icon-emoji:before {
- content: "\e64a";
- }
- .aui-icon-favorfill:before {
- content: "\e64b";
- }
- .aui-icon-favor:before {
- content: "\e64c";
- }
- .aui-icon-loading:before {
- content: "\e64f";
- }
- .aui-icon-locationfill:before {
- content: "\e650";
- }
- .aui-icon-location:before {
- content: "\e651";
- }
- .aui-icon-phone:before {
- content: "\e652";
- }
- .aui-icon-roundcheckfill:before {
- content: "\e656";
- }
- .aui-icon-roundcheck:before {
- content: "\e657";
- }
- .aui-icon-roundclosefill:before {
- content: "\e658";
- }
- .aui-icon-roundclose:before {
- content: "\e659";
- }
- .aui-icon-roundrightfill:before {
- content: "\e65a";
- }
- .aui-icon-roundright:before {
- content: "\e65b";
- }
- .aui-icon-search:before {
- content: "\e65c";
- }
- .aui-icon-timefill:before {
- content: "\e65e";
- }
- .aui-icon-time:before {
- content: "\e65f";
- }
- .aui-icon-taxi:before {
- content: "\e65d";
- }
- .aui-icon-unfold:before {
- content: "\e661";
- }
- .aui-icon-warnfill:before {
- content: "\e662";
- }
- .aui-icon-warn:before {
- content: "\e663";
- }
- .aui-icon-camerafill:before {
- content: "\e664";
- }
- .aui-icon-camera:before {
- content: "\e665";
- }
- .aui-icon-commentfill:before {
- content: "\e666";
- }
- .aui-icon-comment:before {
- content: "\e667";
- }
- .aui-icon-likefill:before {
- content: "\e668";
- }
- .aui-icon-like:before {
- content: "\e669";
- }
- .aui-icon-notificationfill:before {
- content: "\e66a";
- }
- .aui-icon-notification:before {
- content: "\e66b";
- }
- .aui-icon-order:before {
- content: "\e66c";
- }
- .aui-icon-samefill:before {
- content: "\e66d";
- }
- .aui-icon-same:before {
- content: "\e66e";
- }
- .aui-icon-deliver:before {
- content: "\e671";
- }
- .aui-icon-evaluate:before {
- content: "\e672";
- }
- .aui-icon-pay:before {
- content: "\e673";
- }
- .aui-icon-send:before {
- content: "\e675";
- }
- .aui-icon-shop:before {
- content: "\e676";
- }
- .aui-icon-ticket:before {
- content: "\e677";
- }
- .aui-icon-left:before {
- content: "\e679";
- }
- .aui-icon-cascades:before {
- content: "\e67c";
- }
- .aui-icon-discover:before {
- content: "\e67e";
- }
- .aui-icon-list:before {
- content: "\e682";
- }
- .aui-icon-more:before {
- content: "\e684";
- }
- .aui-icon-myfill:before {
- content: "\e685";
- }
- .aui-icon-my:before {
- content: "\e686";
- }
- .aui-icon-scan:before {
- content: "\e689";
- }
- .aui-icon-settings:before {
- content: "\e68a";
- }
- .aui-icon-questionfill:before {
- content: "\e690";
- }
- .aui-icon-question:before {
- content: "\e691";
- }
- .aui-icon-shopfill:before {
- content: "\e697";
- }
- .aui-icon-form:before {
- content: "\e699";
- }
- .aui-icon-pic:before {
- content: "\e69b";
- }
- .aui-icon-filter:before {
- content: "\e69c";
- }
- .aui-icon-footprint:before {
- content: "\e69d";
- }
- .aui-icon-top:before {
- content: "\e69e";
- }
- .aui-icon-pulldown:before {
- content: "\e69f";
- }
- .aui-icon-pullup:before {
- content: "\e6a0";
- }
- .aui-icon-right:before {
- content: "\e6a3";
- }
- .aui-icon-refresh:before {
- content: "\e6a4";
- }
- .aui-icon-moreandroid:before {
- content: "\e6a5";
- }
- .aui-icon-deletefill:before {
- content: "\e6a6";
- }
- .aui-icon-refund:before {
- content: "\e6ac";
- }
- .aui-icon-cart:before {
- content: "\e6af";
- }
- .aui-icon-qrcode:before {
- content: "\e6b0";
- }
- .aui-icon-remind:before {
- content: "\e6b2";
- }
- .aui-icon-delete:before {
- content: "\e6b4";
- }
- .aui-icon-profile:before {
- content: "\e6b7";
- }
- .aui-icon-home:before {
- content: "\e6b8";
- }
- .aui-icon-cartfill:before {
- content: "\e6b9";
- }
- .aui-icon-discoverfill:before {
- content: "\e6ba";
- }
- .aui-icon-homefill:before {
- content: "\e6bb";
- }
- .aui-icon-message:before {
- content: "\e6bc";
- }
- .aui-icon-addressbook:before {
- content: "\e6bd";
- }
- .aui-icon-link:before {
- content: "\e6bf";
- }
- .aui-icon-lock:before {
- content: "\e6c0";
- }
- .aui-icon-unlock:before {
- content: "\e6c2";
- }
- .aui-icon-vip:before {
- content: "\e6c3";
- }
- .aui-icon-activity:before {
- content: "\e6c5";
- }
- .aui-icon-friendaddfill:before {
- content: "\e6c9";
- }
- .aui-icon-friendadd:before {
- content: "\e6ca";
- }
- .aui-icon-friendfamous:before {
- content: "\e6cb";
- }
- .aui-icon-friend:before {
- content: "\e6cc";
- }
- .aui-icon-goods:before {
- content: "\e6cd";
- }
- .aui-icon-selection:before {
- content: "\e6ce";
- }
- .aui-icon-explore:before {
- content: "\e6d2";
- }
- .aui-icon-present:before {
- content: "\e6d3";
- }
- .aui-icon-squarecheckfill:before {
- content: "\e6d4";
- }
- .aui-icon-square:before {
- content: "\e6d5";
- }
- .aui-icon-squarecheck:before {
- content: "\e6d6";
- }
- .aui-icon-round:before {
- content: "\e6d7";
- }
- .aui-icon-roundaddfill:before {
- content: "\e6d8";
- }
- .aui-icon-roundadd:before {
- content: "\e6d9";
- }
- .aui-icon-add:before {
- content: "\e6da";
- }
- .aui-icon-notificationforbidfill:before {
- content: "\e6db";
- }
- .aui-icon-explorefill:before {
- content: "\e6dd";
- }
- .aui-icon-fold:before {
- content: "\e6de";
- }
- .aui-icon-game:before {
- content: "\e6df";
- }
- .aui-icon-redpacket:before {
- content: "\e6e0";
- }
- .aui-icon-selectionfill:before {
- content: "\e6e1";
- }
- .aui-icon-similar:before {
- content: "\e6e2";
- }
- .aui-icon-appreciatefill:before {
- content: "\e6e3";
- }
- .aui-icon-infofill:before {
- content: "\e6e4";
- }
- .aui-icon-info:before {
- content: "\e6e5";
- }
- .aui-icon-forwardfill:before {
- content: "\e6ea";
- }
- .aui-icon-forward:before {
- content: "\e6eb";
- }
- .aui-icon-rechargefill:before {
- content: "\e6ec";
- }
- .aui-icon-recharge:before {
- content: "\e6ed";
- }
- .aui-icon-vipcard:before {
- content: "\e6ee";
- }
- .aui-icon-voice:before {
- content: "\e6ef";
- }
- .aui-icon-voicefill:before {
- content: "\e6f0";
- }
- .aui-icon-friendfavor:before {
- content: "\e6f1";
- }
- .aui-icon-wifi:before {
- content: "\e6f2";
- }
- .aui-icon-share:before {
- content: "\e6f3";
- }
- .aui-icon-wefill:before {
- content: "\e6f4";
- }
- .aui-icon-we:before {
- content: "\e6f5";
- }
- .aui-icon-lightauto:before {
- content: "\e6f6";
- }
- .aui-icon-lightforbid:before {
- content: "\e6f7";
- }
- .aui-icon-lightfill:before {
- content: "\e6f8";
- }
- .aui-icon-camerarotate:before {
- content: "\e6f9";
- }
- .aui-icon-light:before {
- content: "\e6fa";
- }
- .aui-icon-barcode:before {
- content: "\e6fb";
- }
- .aui-icon-flashlightclose:before {
- content: "\e6fc";
- }
- .aui-icon-flashlightopen:before {
- content: "\e6fd";
- }
- .aui-icon-searchlist:before {
- content: "\e6fe";
- }
- .aui-icon-service:before {
- content: "\e6ff";
- }
- .aui-icon-sort:before {
- content: "\e700";
- }
- .aui-icon-down:before {
- content: "\e703";
- }
- .aui-icon-mobile:before {
- content: "\e704";
- }
- .aui-icon-mobilefill:before {
- content: "\e705";
- }
- .aui-icon-copy:before {
- content: "\e706";
- }
- .aui-icon-countdownfill:before {
- content: "\e707";
- }
- .aui-icon-countdown:before {
- content: "\e708";
- }
- .aui-icon-noticefill:before {
- content: "\e709";
- }
- .aui-icon-notice:before {
- content: "\e70a";
- }
- .aui-icon-upstagefill:before {
- content: "\e70e";
- }
- .aui-icon-upstage:before {
- content: "\e70f";
- }
- .aui-icon-choicenessfill:before {
- content: "\e714";
- }
- .aui-icon-choiceness:before {
- content: "\e715";
- }
- .aui-icon-clothesfill:before {
- content: "\e716";
- }
- .aui-icon-clothes:before {
- content: "\e717";
- }
- .aui-icon-creativefill:before {
- content: "\e718";
- }
- .aui-icon-creative:before {
- content: "\e719";
- }
- .aui-icon-female:before {
- content: "\e71a";
- }
- .aui-icon-keyboard:before {
- content: "\e71b";
- }
- .aui-icon-male:before {
- content: "\e71c";
- }
- .aui-icon-pullleft:before {
- content: "\e71f";
- }
- .aui-icon-pullright:before {
- content: "\e720";
- }
- .aui-icon-rankfill:before {
- content: "\e721";
- }
- .aui-icon-rank:before {
- content: "\e722";
- }
- .aui-icon-bad:before {
- content: "\e723";
- }
- .aui-icon-cameraadd:before {
- content: "\e724";
- }
- .aui-icon-focus:before {
- content: "\e725";
- }
- .aui-icon-friendfill:before {
- content: "\e726";
- }
- .aui-icon-cameraaddfill:before {
- content: "\e727";
- }
- .aui-icon-apps:before {
- content: "\e729";
- }
- .aui-icon-paintfill:before {
- content: "\e72a";
- }
- .aui-icon-paint:before {
- content: "\e72b";
- }
- .aui-icon-picfill:before {
- content: "\e72c";
- }
- .aui-icon-refresharrow:before {
- content: "\e72d";
- }
- .aui-icon-markfill:before {
- content: "\e730";
- }
- .aui-icon-mark:before {
- content: "\e731";
- }
- .aui-icon-presentfill:before {
- content: "\e732";
- }
- .aui-icon-repeal:before {
- content: "\e733";
- }
- .aui-icon-album:before {
- content: "\e734";
- }
- .aui-icon-peoplefill:before {
- content: "\e735";
- }
- .aui-icon-people:before {
- content: "\e736";
- }
- .aui-icon-servicefill:before {
- content: "\e737";
- }
- .aui-icon-repair:before {
- content: "\e738";
- }
- .aui-icon-file:before {
- content: "\e739";
- }
- .aui-icon-repairfill:before {
- content: "\e73a";
- }
- .aui-icon-taoxiaopu:before {
- content: "\e73b";
- }
- .aui-icon-attentionfill:before {
- content: "\e73c";
- }
- .aui-icon-attention:before {
- content: "\e73d";
- }
- .aui-icon-commandfill:before {
- content: "\e73e";
- }
- .aui-icon-command:before {
- content: "\e73f";
- }
- .aui-icon-communityfill:before {
- content: "\e740";
- }
- .aui-icon-community:before {
- content: "\e741";
- }
- .aui-icon-read:before {
- content: "\e742";
- }
- .aui-icon-calendar:before {
- content: "\e74a";
- }
- .aui-icon-cut:before {
- content: "\e74b";
- }
- .aui-icon-magic:before {
- content: "\e74c";
- }
- .aui-icon-backwardfill:before {
- content: "\e74d";
- }
- .aui-icon-forwardfill1:before {
- content: "\e74e";
- }
- .aui-icon-playfill:before {
- content: "\e74f";
- }
- .aui-icon-stop:before {
- content: "\e750";
- }
- .aui-icon-tagfill:before {
- content: "\e751";
- }
- .aui-icon-tag:before {
- content: "\e752";
- }
- .aui-icon-group:before {
- content: "\e753";
- }
- .aui-icon-move:before {
- content: "\e754";
- }
- .aui-icon-all:before {
- content: "\e755";
- }
- .aui-icon-backdelete:before {
- content: "\e756";
- }
- .aui-icon-hotfill:before {
- content: "\e757";
- }
- .aui-icon-hot:before {
- content: "\e758";
- }
- .aui-icon-post:before {
- content: "\e759";
- }
- .aui-icon-radiobox:before {
- content: "\e75b";
- }
- .aui-icon-rounddown:before {
- content: "\e75c";
- }
- .aui-icon-upload:before {
- content: "\e75d";
- }
- .aui-icon-videofill:before {
- content: "\e75e";
- }
- .aui-icon-video:before {
- content: "\e75f";
- }
- .aui-icon-writefill:before {
- content: "\e760";
- }
- .aui-icon-write:before {
- content: "\e761";
- }
- .aui-icon-radioboxfill:before {
- content: "\e763";
- }
- .aui-icon-punch:before {
- content: "\e764";
- }
- .aui-icon-shake:before {
- content: "\e765";
- }
- .aui-icon-add1:before {
- content: "\e767";
- }
- .aui-icon-move1:before {
- content: "\e768";
- }
- .aui-icon-safe:before {
- content: "\e769";
- }
- .aui-icon-activityfill:before {
- content: "\e775";
- }
- .aui-icon-crownfill:before {
- content: "\e776";
- }
- .aui-icon-crown:before {
- content: "\e777";
- }
- .aui-icon-goodsfill:before {
- content: "\e778";
- }
- .aui-icon-messagefill:before {
- content: "\e779";
- }
- .aui-icon-profilefill:before {
- content: "\e77a";
- }
- .aui-icon-sound:before {
- content: "\e77b";
- }
- .aui-icon-sponsorfill:before {
- content: "\e77c";
- }
- .aui-icon-weunblock:before {
- content: "\e780";
- }
- .aui-icon-weblock:before {
- content: "\e77f";
- }
- .aui-icon-upblock:before {
- content: "\e77e";
- }
- .aui-icon-sponsor:before {
- content: "\e77d";
- }
- .aui-icon-babyfill:before {
- content: "\e710";
- }
- .aui-icon-baby:before {
- content: "\e711";
- }
|