github.com/jincm/wesharechain@v0.0.0-20210122032815-1537409ce26a/app/css/aui/aui-win.css (about)

     1  /*
     2   * =========================================================================
     3   * AUI  APICLOUD UI 框架    流浪男  QQ:343757327  http://www.auicss.com
     4   * Verson 1.1.2  兼容版
     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  
    41  a {
    42  	color: #0062cc;
    43  	text-decoration: none;
    44  	background-color: transparent;
    45  }
    46  a:hover {
    47  	outline: 0;
    48  }
    49  
    50  button {
    51  	overflow: visible;
    52  }
    53  button,select {
    54  	text-transform: none;
    55  }
    56  button,input,optgroup,select,textarea {
    57  	margin: 0;
    58  	font: inherit;
    59  	color: inherit;
    60  }
    61  .aui-clearfix {
    62  	clear: both;
    63  }
    64  .aui-clearfix:before {
    65  	display: table;
    66  	content: " ";
    67  }
    68  .aui-clearfix:after {
    69  	clear: both;
    70  }
    71  
    72  /*文字对齐*/
    73  .aui-text-left {
    74  	text-align: left !important;
    75  }
    76  
    77  .aui-text-center {
    78  	text-align: center !important;
    79  }
    80  
    81  .aui-text-justify {
    82  	text-align: justify !important;
    83  }
    84  
    85  .aui-text-right {
    86  	text-align: right !important;
    87  }
    88  /*文字类*/
    89  h1,h2,h3,h4,h5,h6 {
    90  	font-size: 100%;
    91  	font-weight: 400
    92  }
    93  
    94  h1 {
    95  	font-size: 18px;
    96  }
    97  
    98  h2 {
    99  	font-size: 17px;
   100  }
   101  
   102  h3 {
   103  	font-size: 16px;
   104  }
   105  
   106  h4 {
   107  	font-size: 16px;
   108  }
   109  
   110  h5 {
   111  	font-size: 14px;
   112  	font-weight: normal;
   113  	color: #8f8f94;
   114  }
   115  
   116  h6 {
   117  	font-size: 12px;
   118  	font-weight: normal;
   119  	color: #8f8f94;
   120  }
   121  h1 small,h2 small,h3 small,h4 small {
   122  	font-weight: normal;
   123  	line-height: 1;
   124  	color: #777777;
   125  }
   126  h5 small,h6 small {
   127  	font-weight: normal;
   128  	line-height: 1;
   129  	color: #8f8f94;
   130  }
   131  
   132  h1 small,h2 small,h3 small {
   133  	font-size: 65%;
   134  }
   135  
   136  h4 small,h5 small,h6 small {
   137  	font-size: 75%;
   138  }
   139  
   140  /*文字、背景颜色*/
   141  .aui-text-default {
   142  	color: #666666 !important;
   143  }
   144  .aui-text-primary {
   145  	color: #1abc9c !important;
   146  }
   147  
   148  .aui-text-success {
   149  	color: #2ecc71 !important;
   150  }
   151  
   152  .aui-text-info {
   153  	color: #3498db !important;
   154  }
   155  
   156  .aui-text-warning {
   157  	color: #f1c40f !important;
   158  }
   159  
   160  .aui-text-danger {
   161  	color: #e74c3c !important;
   162  }
   163  .aui-text-blue {
   164  	color: #a1d4cf !important;
   165  }
   166  .aui-text-pink {
   167  	color: #fbb8af !important;
   168  }
   169  .aui-bg-default {
   170  	background-color: #f4f4f4 !important;
   171  }
   172  .aui-bg-primary {
   173  	background-color: #1abc9c !important;
   174  }
   175  
   176  .aui-bg-success {
   177  	background-color: #2ecc71 !important;
   178  }
   179  
   180  .aui-bg-info {
   181  	background-color: #3498db !important;
   182  }
   183  
   184  .aui-bg-warning {
   185  	background-color: #f1c40f !important;
   186  }
   187  
   188  .aui-bg-danger {
   189  	background-color: #e74c3c !important;
   190  }
   191  .aui-bg-blue {
   192  	background-color: #a1d4cf !important;
   193  }
   194  .aui-bg-pink {
   195  	background-color: #fbb8af !important;
   196  }
   197  /*对齐,显示,隐藏等*/
   198  .aui-pull-right {
   199  	float: right !important;
   200  }
   201  .aui-pull-left {
   202  	float: left !important;
   203  }
   204  .aui-hide {
   205  	display: none !important;
   206  }
   207  .aui-show {
   208  	display: block !important;
   209  }
   210  .aui-invisible {
   211  	visibility: hidden;
   212  }
   213  .aui-inline {
   214  	display: inline-block;
   215  	vertical-align: top;
   216  }
   217  
   218  /*基本容器*/
   219  .aui-content {
   220  	-webkit-overflow-scrolling: touch;
   221  	margin-bottom: 15px;
   222  }
   223  .aui-content-padded {
   224    	margin: 0 10px;
   225    	-webkit-overflow-scrolling: touch;
   226    	margin-bottom: 15px;
   227  }
   228  .aui-card {
   229      margin: 0 10px;
   230      margin-bottom: 15px;
   231      position: relative;
   232      border: 1px solid #dfdfdf;
   233  	border-radius: 3px;
   234  	overflow: hidden;
   235  }
   236  .aui-content-title {
   237  	position: relative;
   238  	overflow: hidden;
   239  	margin: 0;
   240  	white-space: nowrap;
   241  	text-overflow: ellipsis;
   242  	font-size: 14px;
   243  	text-transform: uppercase;
   244  	line-height: 1;
   245  	color: #6d6d72;
   246  	padding: 25px 15px 10px;
   247  }
   248  
   249  /*栅格类*/
   250  .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 {
   251  	position: relative;
   252  	float: left;
   253  }
   254  .aui-col-xs-12 {
   255  	width: 100%;
   256  	position: relative;
   257  }
   258  .aui-col-xs-11 {
   259  	width: 91.66666667%;
   260  }
   261  .aui-col-xs-10 {
   262  	width: 83.33333333%;
   263  }
   264  .aui-col-xs-9 {
   265  	width: 75%;
   266  }
   267  .aui-col-xs-8 {
   268  	width: 66.66666667%;
   269  }
   270  .aui-col-xs-7 {
   271  	width: 58.33333333%;
   272  }
   273  .aui-col-xs-6 {
   274  	width: 50%;
   275  }
   276  .aui-col-xs-5 {
   277  	width: 41.66666667%;
   278  }
   279  .aui-col-xs-4 {
   280  	width: 33.33333333%;
   281  }
   282  .aui-col-xs-3 {
   283  	width: 25%;
   284  }
   285  .aui-col-xs-2 {
   286  	width: 16.66666667%;
   287  }
   288  .aui-col-xs-1 {
   289  	width: 8.33333333%;
   290  }
   291  .aui-col-5 {
   292  	width: 20%;
   293  }
   294  
   295  
   296  /*按钮样式*/
   297  button, .aui-btn {
   298  	display: inline-block;
   299  	padding: 6px 12px;
   300  	margin-bottom: 0;
   301  	font-size: 14px;
   302  	font-weight: 400;
   303  	line-height: 1.42857143;
   304  	text-align: center;
   305  	background-color: #ecf0f1;
   306  	white-space: nowrap;
   307  	vertical-align: middle;
   308  	-ms-touch-action: manipulation;
   309  	  touch-action: manipulation;
   310  	cursor: pointer;
   311  	-webkit-user-select: none;
   312  	 -moz-user-select: none;
   313  	  -ms-user-select: none;
   314  	      user-select: none;
   315  	border: 1px solid #ecf0f1;
   316  	border-radius: 4px;
   317  }
   318  .aui-btn:active {
   319  	color: #ffffff;
   320  	background-color: #bdc3c7;
   321  }
   322  .aui-btn-default {
   323  	color: #ffffff;
   324  	background-color: #bdc3c7;
   325  	border: 1px solid #bdc3c7;
   326  }
   327  
   328  .aui-btn-primary {
   329  	color: #ffffff;
   330  	background-color: #1abc9c;
   331  	border: 1px solid #1abc9c;
   332  }
   333  .aui-btn-primary.active, .aui-btn-primary:active {
   334  	color: #fff;
   335  	background-color: #16a085;
   336  	border: 1px solid #16a085;
   337  }
   338  .aui-btn-success {
   339  	color: #ffffff;
   340  	background-color: #2ecc71;
   341  	border: 1px solid #2ecc71;
   342  }
   343  .aui-btn-success.active, .aui-btn-success:active {
   344  	color: #fff;
   345  	background-color: #27ae60;
   346  	border: 1px solid #27ae60;
   347  }
   348  .aui-btn-info {
   349  	color: #ffffff;
   350  	background-color: #3498db;
   351  	border: 1px solid #3498db;
   352  }
   353  .aui-btn-info.active, .aui-btn-info:active {
   354  	color: #fff;
   355  	background-color: #2980b9;
   356  	border: 1px solid #2980b9;
   357  }
   358  .aui-btn-warning {
   359  	color: #ffffff;
   360  	background-color: #f1c40f;
   361  	border: 1px solid #f1c40f;
   362  }
   363  .aui-btn-warning.active, .aui-btn-warning:active {
   364  	color: #fff;
   365  	background-color: #faa732;
   366  	border: 1px solid #faa732;
   367  }
   368  .aui-btn-danger {
   369  	color: #ffffff;
   370  	background-color: #e74c3c;
   371  	border: 1px solid #e74c3c;
   372  }
   373  .aui-btn-danger.active, .aui-btn-danger:active {
   374  	color: #fff;
   375  	background-color: #c0392b;
   376  	border: 1px solid #c0392b;
   377  }
   378  .aui-btn-block {
   379  	display: block;
   380  	width: 100%;
   381  	padding: 15px 0;
   382  	margin-bottom: 0;
   383  	font-size: 18px;
   384  }
   385  .aui-btn .aui-iconfont, .aui-btn-block .aui-iconfont {
   386  	margin-right: 6px;
   387  }
   388  .aui-btn .aui-badge, .aui-btn-block .aui-badge {
   389  	margin-left: 6px;
   390  }
   391  
   392  /*导航栏*/
   393  .aui-bar {
   394  	position: relative;
   395  	top: 0;
   396  	right: 0;
   397  	left: 0;
   398  	z-index: 10;
   399  	width: 100%;
   400  	background-color: #3498db;
   401  	color: #ffffff;
   402  	display: table;
   403  	min-height: 45px;
   404  	line-height: 45px;
   405  	font-size: 18px;
   406  	text-align: center;
   407  }
   408  .aui-title {
   409  	position: absolute;
   410  	width: 100%;
   411  	margin: 0 -10px;
   412  	text-align: center;
   413  	white-space: nowrap;
   414  }
   415  
   416  .aui-title a {
   417  	color: inherit;
   418  }
   419  .aui-bar .aui-title {
   420  	right: 80px;
   421  	left: 80px;
   422  	width: auto;
   423  	margin: 0;
   424  	overflow: hidden;
   425  	text-overflow: ellipsis;
   426  }
   427  .aui-bar a {
   428  	color: #ffffff;
   429  }
   430  
   431  .aui-bar-dark {
   432  	background-color: #34495e;
   433  }
   434  .aui-bar-primary {
   435  	background-color: #1abc9c;
   436  }
   437  .aui-bar-info {
   438  	background-color: #3498db;
   439  }
   440  .aui-bar-danger {
   441  	background-color: #e74c3c;
   442  }
   443  .aui-bar-success {
   444  	background-color: #2ecc71;
   445  }
   446  .aui-bar-warning {
   447  	background-color: #f1c40f;
   448  }
   449  .aui-bar .aui-iconfont {
   450  	position: relative;
   451  	z-index: 20;
   452  	font-size: 20px;
   453  	color: #ffffff;
   454  	font-size: 400;
   455  	line-height: 45px;
   456  }
   457  .aui-bar .aui-pull-left {
   458  	padding-left: 10px;
   459  	font-size: 16px;
   460  	font-weight: 400;
   461  }
   462  .aui-bar .aui-pull-right {
   463  	padding-right: 10px;
   464  	font-size: 16px;
   465  	font-weight: 400;
   466  }
   467  .aui-bar .aui-btn {
   468  	position: relative;
   469  	z-index: 20;
   470  	font-size: 16px;
   471  	height: 45px;
   472  	line-height: 45px;
   473  	padding-top: 0;
   474  	padding-bottom: 0;
   475  	margin: 0;
   476  	border-radius: 0;
   477  	border: none;
   478  }
   479  .aui-bar .aui-btn:active {
   480  	background: none;
   481  	border: none;
   482  }
   483  .aui-bar .aui-btn .aui-iconfont {
   484  	font-size: 22px;
   485  	line-height: 45px;
   486  	padding: 0;
   487  	margin: 0;
   488  	color: #ffffff;
   489  }
   490  
   491  .aui-bar-nav {
   492  	top: 0;
   493  }
   494  /*底部切换栏*/
   495  .aui-nav {
   496  	position: fixed;
   497  	right: 0;
   498  	left: 0;
   499  	bottom: 0;
   500  	z-index: 10;
   501  	width: 100%;
   502  	height: 55px;
   503  	background-color: #fff;
   504  }
   505  .aui-nav .aui-bar-tab {
   506  	width: 100%;
   507  	background-color: #fff;
   508  	display: box;
   509  	display: -webkit-box;
   510  	box-sizing: border-box;
   511  	font-size: 12px;
   512  	height: 55px;
   513  	overflow: hidden;
   514  }
   515  .aui-nav .aui-bar-tab li {
   516  	text-align: center;
   517  	color: #666;
   518  	width: 100%;
   519  	box-flex: 1;
   520  	-webkit-box-flex: 1;
   521  	box-sizing: border-box;
   522  }
   523  .aui-nav .aui-bar-tab p {
   524  	font-size: 12px;
   525  	margin-bottom: 0;
   526  }
   527  .aui-nav .aui-bar-tab .aui-iconfont {
   528  	font-size: 22px;
   529  	color: #8f8f94;
   530  	padding-top: 5px;
   531  	height: 30px;
   532  	line-height: 30px;
   533  	display: inline-block;
   534  }
   535  .aui-nav .aui-bar-tab .active .aui-iconfont, .aui-nav .aui-bar-tab .active p {
   536  	color: #16a085;
   537  }
   538  .aui-nav .aui-bar-tab .active-dark .aui-iconfont, .aui-nav .aui-bar-tab .active-dark p {
   539  	color: #34495e;
   540  }
   541  .aui-nav .aui-bar-tab .active-primary .aui-iconfont, .aui-nav .aui-bar-tab .active-primary p {
   542  	color: #1abc9c;
   543  }
   544  .aui-nav .aui-bar-tab .active-info .aui-iconfont, .aui-nav .aui-bar-tab .active-info p {
   545  	color: #2980b9;
   546  }
   547  .aui-nav .aui-bar-tab .active-danger .aui-iconfont, .aui-nav .aui-bar-tab .active-danger p {
   548  	color: #c0392b;
   549  }
   550  .aui-nav .aui-bar-tab .active-success .aui-iconfont, .aui-nav .aui-bar-tab .active-success p {
   551  	color: #27ae60;
   552  }
   553  .aui-nav .aui-bar-tab .active-warning .aui-iconfont, .aui-nav .aui-bar-tab .active-warning p {
   554  	color: #faa732;
   555  }
   556  
   557  
   558  /*tab切换类*/
   559  .aui-tab {
   560  	width: 100%;
   561  	overflow: hidden;
   562  }
   563  .aui-tab-nav {
   564  	width: 100%;
   565  	display: box;
   566  	display: -webkit-box;
   567  	font-size: 16px;
   568  	height: 45px;
   569  	box-sizing: border-box;
   570  	overflow: hidden;
   571  	background-color: #fff;
   572  }
   573  .aui-tab-nav li {
   574  	height: 45px;
   575  	line-height: 45px;
   576  	min-width: 70px;
   577  	box-flex: 1;
   578  	-webkit-box-flex: 1;
   579  	text-align: center;
   580  	color: #666;
   581  	box-sizing: border-box;
   582  	border-bottom: 2px solid transparent;
   583  	width: 100%;
   584  }
   585  .aui-tab-nav li.active {
   586  	color: #1abc9c;
   587  	border-bottom: 2px #1abc9c solid;
   588  	-webkit-animation: fadeIn .5s ease both;
   589              animation: fadeIn .5s ease both;
   590  }
   591  .aui-tab-nav.aui-tab-border {
   592  	background-color: transparent;
   593  	border: 1px solid #1abc9c;
   594  	border-radius: 3px;
   595  }
   596  .aui-tab-nav.aui-tab-border li {
   597  	width: 1%;
   598  	overflow: hidden;
   599  	line-height: 43px;
   600  	color: #1abc9c;
   601  	background-color: #ffffff;
   602  	border-color: #1abc9c;
   603  	border-left: 1px solid #1abc9c;
   604  }
   605  .aui-tab-nav.aui-tab-border li:first-child {
   606  	border-left: 0px solid #1abc9c;
   607  }
   608  .aui-tab-nav.aui-tab-border li.active {
   609  	background-color: #1abc9c;
   610  	color: #fff;
   611  	-webkit-animation: fadeIn .5s ease both;
   612              animation: fadeIn .5s ease both;
   613  }
   614  
   615  /*图标*/
   616  @font-face {font-family: "iconfont";
   617  	src: url('aui_iconfont.ttf') format('truetype');
   618  }
   619  .aui-iconfont {
   620  	font-family:"iconfont" !important;
   621  	font-size:16px;
   622  	font-style:normal;
   623  	-webkit-font-smoothing: antialiased;
   624  	-moz-osx-font-smoothing: grayscale;
   625  }
   626  .aui-icon-appreciate:before { content: "\e644"; }
   627  .aui-icon-check:before { content: "\e645"; }
   628  .aui-icon-close:before { content: "\e646"; }
   629  .aui-icon-edit:before { content: "\e649"; }
   630  .aui-icon-emoji:before { content: "\e64a"; }
   631  .aui-icon-favorfill:before { content: "\e64b"; }
   632  .aui-icon-favor:before { content: "\e64c"; }
   633  .aui-icon-loading:before { content: "\e64f"; }
   634  .aui-icon-locationfill:before { content: "\e650"; }
   635  .aui-icon-location:before { content: "\e651"; }
   636  .aui-icon-phone:before { content: "\e652"; }
   637  .aui-icon-roundcheckfill:before { content: "\e656"; }
   638  .aui-icon-roundcheck:before { content: "\e657"; }
   639  .aui-icon-roundclosefill:before { content: "\e658"; }
   640  .aui-icon-roundclose:before { content: "\e659"; }
   641  .aui-icon-roundrightfill:before { content: "\e65a"; }
   642  .aui-icon-roundright:before { content: "\e65b"; }
   643  .aui-icon-search:before { content: "\e65c"; }
   644  .aui-icon-timefill:before { content: "\e65e"; }
   645  .aui-icon-time:before { content: "\e65f"; }
   646  .aui-icon-taxi:before { content: "\e65d"; }
   647  .aui-icon-unfold:before { content: "\e661"; }
   648  .aui-icon-warnfill:before { content: "\e662"; }
   649  .aui-icon-warn:before { content: "\e663"; }
   650  .aui-icon-camerafill:before { content: "\e664"; }
   651  .aui-icon-camera:before { content: "\e665"; }
   652  .aui-icon-commentfill:before { content: "\e666"; }
   653  .aui-icon-comment:before { content: "\e667"; }
   654  .aui-icon-likefill:before { content: "\e668"; }
   655  .aui-icon-like:before { content: "\e669"; }
   656  .aui-icon-notificationfill:before { content: "\e66a"; }
   657  .aui-icon-notification:before { content: "\e66b"; }
   658  .aui-icon-order:before { content: "\e66c"; }
   659  .aui-icon-samefill:before { content: "\e66d"; }
   660  .aui-icon-same:before { content: "\e66e"; }
   661  .aui-icon-deliver:before { content: "\e671"; }
   662  .aui-icon-evaluate:before { content: "\e672"; }
   663  .aui-icon-pay:before { content: "\e673"; }
   664  .aui-icon-send:before { content: "\e675"; }
   665  .aui-icon-shop:before { content: "\e676"; }
   666  .aui-icon-ticket:before { content: "\e677"; }
   667  .aui-icon-left:before { content: "\e679"; }
   668  .aui-icon-cascades:before { content: "\e67c"; }
   669  .aui-icon-discover:before { content: "\e67e"; }
   670  .aui-icon-list:before { content: "\e682"; }
   671  .aui-icon-more:before { content: "\e684"; }
   672  .aui-icon-myfill:before { content: "\e685"; }
   673  .aui-icon-my:before { content: "\e686"; }
   674  .aui-icon-scan:before { content: "\e689"; }
   675  .aui-icon-settings:before { content: "\e68a"; }
   676  .aui-icon-questionfill:before { content: "\e690"; }
   677  .aui-icon-question:before { content: "\e691"; }
   678  .aui-icon-shopfill:before { content: "\e697"; }
   679  .aui-icon-form:before { content: "\e699"; }
   680  .aui-icon-pic:before { content: "\e69b"; }
   681  .aui-icon-filter:before { content: "\e69c"; }
   682  .aui-icon-footprint:before { content: "\e69d"; }
   683  .aui-icon-top:before { content: "\e69e"; }
   684  .aui-icon-pulldown:before { content: "\e69f"; }
   685  .aui-icon-pullup:before { content: "\e6a0"; }
   686  .aui-icon-right:before { content: "\e6a3"; }
   687  .aui-icon-refresh:before { content: "\e6a4"; }
   688  .aui-icon-moreandroid:before { content: "\e6a5"; }
   689  .aui-icon-deletefill:before { content: "\e6a6"; }
   690  .aui-icon-refund:before { content: "\e6ac"; }
   691  .aui-icon-cart:before { content: "\e6af"; }
   692  .aui-icon-qrcode:before { content: "\e6b0"; }
   693  .aui-icon-remind:before { content: "\e6b2"; }
   694  .aui-icon-delete:before { content: "\e6b4"; }
   695  .aui-icon-profile:before { content: "\e6b7"; }
   696  .aui-icon-home:before { content: "\e6b8"; }
   697  .aui-icon-cartfill:before { content: "\e6b9"; }
   698  .aui-icon-discoverfill:before { content: "\e6ba"; }
   699  .aui-icon-homefill:before { content: "\e6bb"; }
   700  .aui-icon-message:before { content: "\e6bc"; }
   701  .aui-icon-addressbook:before { content: "\e6bd"; }
   702  .aui-icon-link:before { content: "\e6bf"; }
   703  .aui-icon-lock:before { content: "\e6c0"; }
   704  .aui-icon-unlock:before { content: "\e6c2"; }
   705  .aui-icon-vip:before { content: "\e6c3"; }
   706  .aui-icon-activity:before { content: "\e6c5"; }
   707  .aui-icon-friendaddfill:before { content: "\e6c9"; }
   708  .aui-icon-friendadd:before { content: "\e6ca"; }
   709  .aui-icon-friendfamous:before { content: "\e6cb"; }
   710  .aui-icon-friend:before { content: "\e6cc"; }
   711  .aui-icon-goods:before { content: "\e6cd"; }
   712  .aui-icon-selection:before { content: "\e6ce"; }
   713  .aui-icon-explore:before { content: "\e6d2"; }
   714  .aui-icon-present:before { content: "\e6d3"; }
   715  .aui-icon-squarecheckfill:before { content: "\e6d4"; }
   716  .aui-icon-square:before { content: "\e6d5"; }
   717  .aui-icon-squarecheck:before { content: "\e6d6"; }
   718  .aui-icon-round:before { content: "\e6d7"; }
   719  .aui-icon-roundaddfill:before { content: "\e6d8"; }
   720  .aui-icon-roundadd:before { content: "\e6d9"; }
   721  .aui-icon-add:before { content: "\e6da"; }
   722  .aui-icon-notificationforbidfill:before { content: "\e6db"; }
   723  .aui-icon-explorefill:before { content: "\e6dd"; }
   724  .aui-icon-fold:before { content: "\e6de"; }
   725  .aui-icon-game:before { content: "\e6df"; }
   726  .aui-icon-redpacket:before { content: "\e6e0"; }
   727  .aui-icon-selectionfill:before { content: "\e6e1"; }
   728  .aui-icon-similar:before { content: "\e6e2"; }
   729  .aui-icon-appreciatefill:before { content: "\e6e3"; }
   730  .aui-icon-infofill:before { content: "\e6e4"; }
   731  .aui-icon-info:before { content: "\e6e5"; }
   732  .aui-icon-forwardfill:before { content: "\e6ea"; }
   733  .aui-icon-forward:before { content: "\e6eb"; }
   734  .aui-icon-rechargefill:before { content: "\e6ec"; }
   735  .aui-icon-recharge:before { content: "\e6ed"; }
   736  .aui-icon-vipcard:before { content: "\e6ee"; }
   737  .aui-icon-voice:before { content: "\e6ef"; }
   738  .aui-icon-voicefill:before { content: "\e6f0"; }
   739  .aui-icon-friendfavor:before { content: "\e6f1"; }
   740  .aui-icon-wifi:before { content: "\e6f2"; }
   741  .aui-icon-share:before { content: "\e6f3"; }
   742  .aui-icon-wefill:before { content: "\e6f4"; }
   743  .aui-icon-we:before { content: "\e6f5"; }
   744  .aui-icon-lightauto:before { content: "\e6f6"; }
   745  .aui-icon-lightforbid:before { content: "\e6f7"; }
   746  .aui-icon-lightfill:before { content: "\e6f8"; }
   747  .aui-icon-camerarotate:before { content: "\e6f9"; }
   748  .aui-icon-light:before { content: "\e6fa"; }
   749  .aui-icon-barcode:before { content: "\e6fb"; }
   750  .aui-icon-flashlightclose:before { content: "\e6fc"; }
   751  .aui-icon-flashlightopen:before { content: "\e6fd"; }
   752  .aui-icon-searchlist:before { content: "\e6fe"; }
   753  .aui-icon-service:before { content: "\e6ff"; }
   754  .aui-icon-sort:before { content: "\e700"; }
   755  .aui-icon-down:before { content: "\e703"; }
   756  .aui-icon-mobile:before { content: "\e704"; }
   757  .aui-icon-mobilefill:before { content: "\e705"; }
   758  .aui-icon-copy:before { content: "\e706"; }
   759  .aui-icon-countdownfill:before { content: "\e707"; }
   760  .aui-icon-countdown:before { content: "\e708"; }
   761  .aui-icon-noticefill:before { content: "\e709"; }
   762  .aui-icon-notice:before { content: "\e70a"; }
   763  .aui-icon-upstagefill:before { content: "\e70e"; }
   764  .aui-icon-upstage:before { content: "\e70f"; }
   765  .aui-icon-choicenessfill:before { content: "\e714"; }
   766  .aui-icon-choiceness:before { content: "\e715"; }
   767  .aui-icon-clothesfill:before { content: "\e716"; }
   768  .aui-icon-clothes:before { content: "\e717"; }
   769  .aui-icon-creativefill:before { content: "\e718"; }
   770  .aui-icon-creative:before { content: "\e719"; }
   771  .aui-icon-female:before { content: "\e71a"; }
   772  .aui-icon-keyboard:before { content: "\e71b"; }
   773  .aui-icon-male:before { content: "\e71c"; }
   774  .aui-icon-pullleft:before { content: "\e71f"; }
   775  .aui-icon-pullright:before { content: "\e720"; }
   776  .aui-icon-rankfill:before { content: "\e721"; }
   777  .aui-icon-rank:before { content: "\e722"; }
   778  .aui-icon-bad:before { content: "\e723"; }
   779  .aui-icon-cameraadd:before { content: "\e724"; }
   780  .aui-icon-focus:before { content: "\e725"; }
   781  .aui-icon-friendfill:before { content: "\e726"; }
   782  .aui-icon-cameraaddfill:before { content: "\e727"; }
   783  .aui-icon-apps:before { content: "\e729"; }
   784  .aui-icon-paintfill:before { content: "\e72a"; }
   785  .aui-icon-paint:before { content: "\e72b"; }
   786  .aui-icon-picfill:before { content: "\e72c"; }
   787  .aui-icon-refresharrow:before { content: "\e72d"; }
   788  .aui-icon-markfill:before { content: "\e730"; }
   789  .aui-icon-mark:before { content: "\e731"; }
   790  .aui-icon-presentfill:before { content: "\e732"; }
   791  .aui-icon-repeal:before { content: "\e733"; }
   792  .aui-icon-album:before { content: "\e734"; }
   793  .aui-icon-peoplefill:before { content: "\e735"; }
   794  .aui-icon-people:before { content: "\e736"; }
   795  .aui-icon-servicefill:before { content: "\e737"; }
   796  .aui-icon-repair:before { content: "\e738"; }
   797  .aui-icon-file:before { content: "\e739"; }
   798  .aui-icon-repairfill:before { content: "\e73a"; }
   799  .aui-icon-taoxiaopu:before { content: "\e73b"; }
   800  .aui-icon-attentionfill:before { content: "\e73c"; }
   801  .aui-icon-attention:before { content: "\e73d"; }
   802  .aui-icon-commandfill:before { content: "\e73e"; }
   803  .aui-icon-command:before { content: "\e73f"; }
   804  .aui-icon-communityfill:before { content: "\e740"; }
   805  .aui-icon-community:before { content: "\e741"; }
   806  .aui-icon-read:before { content: "\e742"; }
   807  .aui-icon-calendar:before { content: "\e74a"; }
   808  .aui-icon-cut:before { content: "\e74b"; }
   809  .aui-icon-magic:before { content: "\e74c"; }
   810  .aui-icon-backwardfill:before { content: "\e74d"; }
   811  .aui-icon-forwardfill1:before { content: "\e74e"; }
   812  .aui-icon-playfill:before { content: "\e74f"; }
   813  .aui-icon-stop:before { content: "\e750"; }
   814  .aui-icon-tagfill:before { content: "\e751"; }
   815  .aui-icon-tag:before { content: "\e752"; }
   816  .aui-icon-group:before { content: "\e753"; }
   817  .aui-icon-move:before { content: "\e754"; }
   818  .aui-icon-all:before { content: "\e755"; }
   819  .aui-icon-backdelete:before { content: "\e756"; }
   820  .aui-icon-hotfill:before { content: "\e757"; }
   821  .aui-icon-hot:before { content: "\e758"; }
   822  .aui-icon-post:before { content: "\e759"; }
   823  .aui-icon-radiobox:before { content: "\e75b"; }
   824  .aui-icon-rounddown:before { content: "\e75c"; }
   825  .aui-icon-upload:before { content: "\e75d"; }
   826  .aui-icon-videofill:before { content: "\e75e"; }
   827  .aui-icon-video:before { content: "\e75f"; }
   828  .aui-icon-writefill:before { content: "\e760"; }
   829  .aui-icon-write:before { content: "\e761"; }
   830  .aui-icon-radioboxfill:before { content: "\e763"; }
   831  .aui-icon-punch:before { content: "\e764"; }
   832  .aui-icon-shake:before { content: "\e765"; }
   833  .aui-icon-add1:before { content: "\e767"; }
   834  .aui-icon-move1:before { content: "\e768"; }
   835  .aui-icon-safe:before { content: "\e769"; }
   836  .aui-icon-activityfill:before { content: "\e775"; }
   837  .aui-icon-crownfill:before { content: "\e776"; }
   838  .aui-icon-crown:before { content: "\e777"; }
   839  .aui-icon-goodsfill:before { content: "\e778"; }
   840  .aui-icon-messagefill:before { content: "\e779"; }
   841  .aui-icon-profilefill:before { content: "\e77a"; }
   842  .aui-icon-sound:before { content: "\e77b"; }
   843  .aui-icon-sponsorfill:before { content: "\e77c"; }
   844  .aui-icon-weunblock:before { content: "\e780"; }
   845  .aui-icon-weblock:before { content: "\e77f"; }
   846  .aui-icon-upblock:before { content: "\e77e"; }
   847  .aui-icon-sponsor:before { content: "\e77d"; }
   848  .aui-icon-babyfill:before { content: "\e710"; }
   849  .aui-icon-baby:before { content: "\e711"; }