/* * ========================================================================= * 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; height : 45px; font-size: 18px; text-align: center; } .aui-bar11 { position: relative; top: 0; right: 0; left: 0; z-index: 10; width: 100%; background-color: #000 !important; color: #ffffff; display: table; min-height: 45px; line-height: 45px; 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"; }