adapterui
Version:
a simple web framework
1,632 lines (1,231 loc) • 19.3 kB
text/less
@import "./adapterui-config.less";
@font-face {font-family: "ai";
src: url('../font/iconfont.eot?t=1566962424191'); /* IE9 */
src: url('../font/iconfont.eot?t=1566962424191#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../font/iconfont.woff?t=1566962424191') format('woff'),
url('../font/iconfont.ttf?t=1566962424191') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('../font/iconfont.svg?t=1566962424191#ai') format('svg'); /* iOS 4.1- */
}
.ai {
font-family: "ai" ;
font-style: normal;
}
//字体图标辅助类
.ai.ai-xs{
font-size: 0.8em;
}
.ai.ai-sm{
font-size: 1.2em;
}
.ai.ai-md{
font-size: 1.5em;
}
.ai.ai-lg{
font-size: 2em;
}
.ai.ai-xl{
font-size: 4em;
}
//等宽图标
.ai.ai-fw{
width: 1.5em;
text-align: center ;
}
//旋转效果的图标
.ai.ai-spin{
display: inline-block ;
animation:spin 1.4s linear infinite;
-webkit-animation: spin 1.4s linear infinite;
}
@-webkit-keyframes spin{
from{
transform: rotateZ(0deg);
transform-origin: center;
}
to{
transform: rotateZ(360deg);
transform-origin: center;
}
}
.ai-check:before {
content: "\e645";
}
.ai-times:before {
content: "\e646";
}
.ai-check-o:before {
content: "\e666";
}
.ai-check-o-alt:before {
content: "\e667";
}
.ai-times-o:before {
content: "\e668";
}
.ai-times-o-alt:before {
content: "\e669";
}
.ai-more:before {
content: "\e686";
}
.ai-scan:before {
content: "\e68b";
}
.ai-plus-o:before {
content: "\e6dd";
}
.ai-plus-o-alt:before {
content: "\e6e2";
}
.ai-plus:before {
content: "\e6e5";
}
.ai-down:before {
content: "\e704";
}
.ai-copy:before {
content: "\e719";
}
.ai-file-html:before {
content: "\e62c";
}
.ai-file-plus-alt:before {
content: "\e691";
}
.ai-minus:before {
content: "\e768";
}
.ai-pause:before {
content: "\e822";
}
.ai-bars:before {
content: "\e9ee";
}
.ai-folder-open:before {
content: "\eae4";
}
.ai-hand-up-alt:before {
content: "\e66b";
}
.ai-error-alt:before {
content: "\eb38";
}
.ai-comment-o:before {
content: "\e762";
}
.ai-comment-o-alt:before {
content: "\e763";
}
.ai-red-paper-alt:before {
content: "\e784";
}
.ai-sale:before {
content: "\e78a";
}
.ai-sale-alt:before {
content: "\e78b";
}
.ai-gift-alt:before {
content: "\e78c";
}
.ai-more-vertical:before {
content: "\e78d";
}
.ai-file-check:before {
content: "\e80b";
}
.ai-file-image-alt:before {
content: "\e6ee";
}
.ai-home-alt:before {
content: "\e6cf";
}
.ai-home:before {
content: "\e6d1";
}
.ai-image-alt:before {
content: "\e6e7";
}
.ai-image:before {
content: "\e6ed";
}
.ai-hand-left-alt:before {
content: "\e722";
}
.ai-theme:before {
content: "\e723";
}
.ai-theme-alt:before {
content: "\e738";
}
.ai-hand-down-alt:before {
content: "\e6a3";
}
.ai-hand-right-alt:before {
content: "\e6a5";
}
.ai-cut:before {
content: "\e720";
}
.ai-paste:before {
content: "\e721";
}
.ai-error:before {
content: "\e66d";
}
.ai-random:before {
content: "\e67c";
}
.ai-medal:before {
content: "\e7e6";
}
.ai-medal-alt:before {
content: "\e7e7";
}
.ai-news:before {
content: "\e7e8";
}
.ai-label:before {
content: "\e7e9";
}
.ai-label-alt:before {
content: "\e7ea";
}
.ai-news-alt:before {
content: "\e7eb";
}
.ai-global:before {
content: "\e7ed";
}
.ai-qq-o:before {
content: "\e604";
}
.ai-code:before {
content: "\e6a1";
}
.ai-rootf:before {
content: "\e635";
}
.ai-file-html-alt:before {
content: "\e64f";
}
.ai-cloud-alt:before {
content: "\e6c1";
}
.ai-wechat-o:before {
content: "\e637";
}
.ai-cloud:before {
content: "\e64c";
}
.ai-images:before {
content: "\e66a";
}
.ai-hot:before {
content: "\e739";
}
.ai-classification:before {
content: "\e73a";
}
.ai-wechat-square:before {
content: "\e629";
}
.ai-editor:before {
content: "\eb61";
}
.ai-function:before {
content: "\eb62";
}
.ai-css3:before {
content: "\e66c";
}
.ai-partten-chart:before {
content: "\e678";
}
.ai-play-o-alt1:before {
content: "\e600";
}
.ai-backward:before {
content: "\e949";
}
.ai-fast-backward:before {
content: "\e950";
}
.ai-forward:before {
content: "\e951";
}
.ai-fast-forward:before {
content: "\e952";
}
.ai-login:before {
content: "\e953";
}
.ai-menu-unfold:before {
content: "\e954";
}
.ai-menu-fold:before {
content: "\e956";
}
.ai-logout:before {
content: "\e955";
}
.ai-step-backward:before {
content: "\e957";
}
.ai-step-forward:before {
content: "\e958";
}
.ai-step-forward-alt:before {
content: "\e95a";
}
.ai-step-backward-alt:before {
content: "\e95b";
}
.ai-play-o:before {
content: "\e95d";
}
.ai-font-minus:before {
content: "\e62d";
}
.ai-font-plus:before {
content: "\e62e";
}
.ai-image-error:before {
content: "\ec0d";
}
.ai-cogs-alt:before {
content: "\e605";
}
.ai-eye-off:before {
content: "\e602";
}
.ai-eye:before {
content: "\e603";
}
.ai-font:before {
content: "\ea3f";
}
.ai-sequential:before {
content: "\e601";
}
.ai-minus-o-alt:before {
content: "\e62b";
}
.ai-chart-bar:before {
content: "\e7a5";
}
.ai-bell-slash-alt:before {
content: "\e64d";
}
.ai-customer-service:before {
content: "\ec2e";
}
.ai-hand-down:before {
content: "\f004";
}
.ai-hand-left:before {
content: "\f006";
}
.ai-hand-right:before {
content: "\f007";
}
.ai-hand-up:before {
content: "\f008";
}
.ai-file-css:before {
content: "\e64b";
}
.ai-bluetooth:before {
content: "\ec4a";
}
.ai-ai:before {
content: "\ec5f";
}
.ai-bug:before {
content: "\ec63";
}
.ai-chart-polygonal:before {
content: "\ec66";
}
.ai-js:before {
content: "\ec68";
}
.ai-mysql:before {
content: "\ec6d";
}
.ai-city:before {
content: "\ec70";
}
.ai-single-loop:before {
content: "\e67e";
}
.ai-comment:before {
content: "\e7a8";
}
.ai-comment-alt:before {
content: "\e7ec";
}
.ai-play:before {
content: "\e679";
}
.ai-font-title:before {
content: "\ec84";
}
.ai-pause-o:before {
content: "\e67a";
}
.ai-cogs:before {
content: "\e6d2";
}
.ai-images-alt:before {
content: "\e63a";
}
.ai-bell-slash:before {
content: "\e792";
}
.ai-fireforx-alt:before {
content: "\e999";
}
.ai-file-minus-alt:before {
content: "\e66f";
}
.ai-bell:before {
content: "\e696";
}
.ai-start-half:before {
content: "\ec59";
}
.ai-file-alt:before {
content: "\e6f4";
}
.ai-file:before {
content: "\e6f6";
}
.ai-edit:before {
content: "\e6f8";
}
.ai-emoji:before {
content: "\e6fa";
}
.ai-emoji-alt:before {
content: "\e6fb";
}
.ai-question:before {
content: "\e702";
}
.ai-question-alt:before {
content: "\e71c";
}
.ai-info:before {
content: "\e71d";
}
.ai-info-alt:before {
content: "\e71e";
}
.ai-share-square-alt:before {
content: "\e727";
}
.ai-cog:before {
content: "\e728";
}
.ai-cog-alt:before {
content: "\e72d";
}
.ai-share:before {
content: "\e729";
}
.ai-share-alt:before {
content: "\e72a";
}
.ai-success:before {
content: "\e72e";
}
.ai-success-alt:before {
content: "\e733";
}
.ai-video-alt:before {
content: "\e73b";
}
.ai-video:before {
content: "\e73c";
}
.ai-warning:before {
content: "\e73d";
}
.ai-warning-alt:before {
content: "\e73e";
}
.ai-folder-plus:before {
content: "\e63b";
}
.ai-file-plus:before {
content: "\e644";
}
.ai-file-minus:before {
content: "\e647";
}
.ai-loop:before {
content: "\e68d";
}
.ai-minus-o:before {
content: "\e7e4";
}
.ai-pause-o-alt:before {
content: "\e67b";
}
.ai-folder-open-alt:before {
content: "\e8ed";
}
.ai-send:before {
content: "\e911";
}
.ai-send-alt:before {
content: "\e912";
}
.ai-rubber-alt:before {
content: "\eb4d";
}
.ai-rubber:before {
content: "\eb4e";
}
.ai-bell-alt:before {
content: "\e677";
}
.ai-glasses-alt:before {
content: "\eb95";
}
.ai-folder-alt:before {
content: "\eb96";
}
.ai-email-alt:before {
content: "\eb94";
}
.ai-keyboard-alt:before {
content: "\eb97";
}
.ai-folder:before {
content: "\eba8";
}
.ai-email:before {
content: "\eba6";
}
.ai-exchange:before {
content: "\eba9";
}
.ai-file-image:before {
content: "\e64a";
}
.ai-tencent-video:before {
content: "\e660";
}
.ai-wifi:before {
content: "\e6a4";
}
.ai-horn-down:before {
content: "\e724";
}
.ai-horn-up:before {
content: "\e725";
}
.ai-horn-down-alt:before {
content: "\e734";
}
.ai-horn-mute:before {
content: "\e735";
}
.ai-horn-mute-alt:before {
content: "\e736";
}
.ai-horn-up-alt:before {
content: "\e737";
}
.ai-star-alt:before {
content: "\e65b";
}
.ai-star:before {
content: "\e65c";
}
.ai-file-check-alt:before {
content: "\e805";
}
.ai-wechat:before {
content: "\e65a";
}
.ai-language:before {
content: "\e606";
}
.ai-user-square:before {
content: "\e83c";
}
.ai-user-square-alt:before {
content: "\e83d";
}
.ai-user-o-alt:before {
content: "\e83e";
}
.ai-user-o:before {
content: "\e83f";
}
.ai-user-contact-alt:before {
content: "\e840";
}
.ai-user-lock-alt:before {
content: "\e841";
}
.ai-user-contact:before {
content: "\e842";
}
.ai-user-lock:before {
content: "\e843";
}
.ai-user-group:before {
content: "\e844";
}
.ai-user-plus-alt:before {
content: "\e845";
}
.ai-user-alt:before {
content: "\e846";
}
.ai-user-group-alt:before {
content: "\e847";
}
.ai-user-plus:before {
content: "\e848";
}
.ai-user-search:before {
content: "\e849";
}
.ai-user-check-alt:before {
content: "\e84a";
}
.ai-user-search-alt:before {
content: "\e84b";
}
.ai-user-backward-alt:before {
content: "\e84c";
}
.ai-user-forward:before {
content: "\e84d";
}
.ai-user-forward-alt:before {
content: "\e84e";
}
.ai-user-check:before {
content: "\e84f";
}
.ai-user-backward:before {
content: "\e850";
}
.ai-user-star-alt:before {
content: "\e851";
}
.ai-user-star:before {
content: "\e852";
}
.ai-user-cog:before {
content: "\e853";
}
.ai-user-remove:before {
content: "\e854";
}
.ai-user-remove-alt:before {
content: "\e855";
}
.ai-user:before {
content: "\e856";
}
.ai-user-cog-alt:before {
content: "\e857";
}
.ai-plus-square:before {
content: "\e67f";
}
.ai-minus-square:before {
content: "\e680";
}
.ai-minus-square-alt:before {
content: "\e681";
}
.ai-plus-square-alt:before {
content: "\e682";
}
.ai-folder-minus:before {
content: "\e659";
}
.ai-folder-minus-alt:before {
content: "\e673";
}
.ai-folder-plus-alt:before {
content: "\e674";
}
.ai-zip:before {
content: "\e641";
}
.ai-onedrive:before {
content: "\e671";
}
.ai-steam:before {
content: "\e675";
}
.ai-firefox:before {
content: "\e676";
}
.ai-align-center:before {
content: "\e607";
}
.ai-align-justify:before {
content: "\e608";
}
.ai-align-right:before {
content: "\e609";
}
.ai-align-left:before {
content: "\e60a";
}
.ai-angle-down-o:before {
content: "\e60b";
}
.ai-angle-down:before {
content: "\e60c";
}
.ai-angle-double-down:before {
content: "\e60d";
}
.ai-angle-left-o:before {
content: "\e60e";
}
.ai-angle-double-up:before {
content: "\e60f";
}
.ai-angle-left:before {
content: "\e610";
}
.ai-angle-double-right:before {
content: "\e611";
}
.ai-angle-double-left:before {
content: "\e612";
}
.ai-angle-up:before {
content: "\e613";
}
.ai-angle-right:before {
content: "\e614";
}
.ai-alipay:before {
content: "\e615";
}
.ai-angle-right-o-alt:before {
content: "\e616";
}
.ai-angle-up-o:before {
content: "\e617";
}
.ai-angle-right-o:before {
content: "\e618";
}
.ai-apple:before {
content: "\e619";
}
.ai-arrow-down:before {
content: "\e61a";
}
.ai-arrow-down-o-alt:before {
content: "\e61b";
}
.ai-arrow-down-o:before {
content: "\e61c";
}
.ai-angle-left-o-alt:before {
content: "\e61d";
}
.ai-arrow-left-o:before {
content: "\e61e";
}
.ai-arrow-left-o-alt:before {
content: "\e61f";
}
.ai-alipay-square:before {
content: "\e620";
}
.ai-arrow-right-o:before {
content: "\e621";
}
.ai-angle-down-o-alt:before {
content: "\e622";
}
.ai-arrow-up-o:before {
content: "\e623";
}
.ai-arrow-right-o-alt:before {
content: "\e624";
}
.ai-arrow-up:before {
content: "\e625";
}
.ai-arrow-left:before {
content: "\e626";
}
.ai-arrow-right:before {
content: "\e627";
}
.ai-angle-up-o-alt:before {
content: "\e628";
}
.ai-apple-alt:before {
content: "\e62a";
}
.ai-arrow-up-o-alt:before {
content: "\e62f";
}
.ai-card-alt:before {
content: "\e630";
}
.ai-caret-down:before {
content: "\e631";
}
.ai-camera-alt:before {
content: "\e632";
}
.ai-baidu:before {
content: "\e633";
}
.ai-card:before {
content: "\e634";
}
.ai-caret-up:before {
content: "\e636";
}
.ai-camera:before {
content: "\e638";
}
.ai-bull-horn:before {
content: "\e639";
}
.ai-caret-right:before {
content: "\e63c";
}
.ai-bold:before {
content: "\e63d";
}
.ai-chrome:before {
content: "\e63e";
}
.ai-clear:before {
content: "\e63f";
}
.ai-caret-left:before {
content: "\e640";
}
.ai-clock:before {
content: "\e642";
}
.ai-clock-alt:before {
content: "\e643";
}
.ai-clear-alt:before {
content: "\e648";
}
.ai-computer:before {
content: "\e649";
}
.ai-color-picker:before {
content: "\e64e";
}
.ai-calendar:before {
content: "\e650";
}
.ai-divider:before {
content: "\e651";
}
.ai-computer-alt:before {
content: "\e652";
}
.ai-download:before {
content: "\e653";
}
.ai-check-square:before {
content: "\e654";
}
.ai-download-o:before {
content: "\e655";
}
.ai-download-cloud:before {
content: "\e656";
}
.ai-dollar:before {
content: "\e657";
}
.ai-edge:before {
content: "\e658";
}
.ai-facebook:before {
content: "\e65d";
}
.ai-download-cloud-alt:before {
content: "\e65e";
}
.ai-eit:before {
content: "\e65f";
}
.ai-facebook-o-alt:before {
content: "\e661";
}
.ai-facebook-o:before {
content: "\e662";
}
.ai-facebook-square:before {
content: "\e663";
}
.ai-female:before {
content: "\e664";
}
.ai-facebook-square-alt:before {
content: "\e665";
}
.ai-flag:before {
content: "\e66e";
}
.ai-flag-alt:before {
content: "\e670";
}
.ai-exit-full-screen:before {
content: "\e672";
}
.ai-forbid:before {
content: "\e67d";
}
.ai-hand-hate:before {
content: "\e684";
}
.ai-github:before {
content: "\e685";
}
.ai-forbid-alt:before {
content: "\e687";
}
.ai-full-screen:before {
content: "\e688";
}
.ai-hand-hate-alt:before {
content: "\e689";
}
.ai-hand-like:before {
content: "\e68a";
}
.ai-hand-like-alt:before {
content: "\e68c";
}
.ai-strikethrough:before {
content: "\e690";
}
.ai-html5:before {
content: "\e693";
}
.ai-hand-like-o:before {
content: "\e695";
}
.ai-indent-left:before {
content: "\e697";
}
.ai-indent-right:before {
content: "\e698";
}
.ai-flower:before {
content: "\e69d";
}
.ai-italic:before {
content: "\e69f";
}
.ai-instagram:before {
content: "\e6a0";
}
.ai-instagram-alt:before {
content: "\e6a2";
}
.ai-line-height:before {
content: "\e6a7";
}
.ai-ie:before {
content: "\e6a8";
}
.ai-link:before {
content: "\e6a9";
}
.ai-love:before {
content: "\e6aa";
}
.ai-load-a:before {
content: "\e6ab";
}
.ai-load-d:before {
content: "\e6ac";
}
.ai-lock:before {
content: "\e6ad";
}
.ai-love-alt:before {
content: "\e6ae";
}
.ai-load-b:before {
content: "\e6b0";
}
.ai-male:before {
content: "\e6b1";
}
.ai-map:before {
content: "\e6b2";
}
.ai-man:before {
content: "\e6b3";
}
.ai-lock-alt:before {
content: "\e6b4";
}
.ai-map-o:before {
content: "\e6b5";
}
.ai-map-square-alt:before {
content: "\e6b6";
}
.ai-json:before {
content: "\e6b7";
}
.ai-microphone:before {
content: "\e6b8";
}
.ai-load-e:before {
content: "\e6b9";
}
.ai-microphone-alt:before {
content: "\e6ba";
}
.ai-map-alt:before {
content: "\e6bb";
}
.ai-microphone-mute:before {
content: "\e6bd";
}
.ai-microphone-mute-alt:before {
content: "\e6be";
}
.ai-money:before {
content: "\e6bf";
}
.ai-mobile:before {
content: "\e6c0";
}
.ai-money-o-alt:before {
content: "\e6c2";
}
.ai-music:before {
content: "\e6c3";
}
.ai-opera:before {
content: "\e6c4";
}
.ai-paragraph:before {
content: "\e6c5";
}
.ai-ol:before {
content: "\e6c7";
}
.ai-iqiyi:before {
content: "\e6c9";
}
.ai-load-c:before {
content: "\e6ca";
}
.ai-pencil:before {
content: "\e6ce";
}
.ai-pencil-alt:before {
content: "\e6d0";
}
.ai-music-alt:before {
content: "\e6d3";
}
.ai-play-o-alt:before {
content: "\e6d6";
}
.ai-phone:before {
content: "\e6d8";
}
.ai-phone-alt:before {
content: "\e6d9";
}
.ai-qq:before {
content: "\e6da";
}
.ai-qq-zone:before {
content: "\e6db";
}
.ai-qrcode:before {
content: "\e6dc";
}
.ai-qq-o-alt:before {
content: "\e6de";
}
.ai-redo:before {
content: "\e6df";
}
.ai-refresh:before {
content: "\e6e0";
}
.ai-qq-zone-alt:before {
content: "\e6e1";
}
.ai-redo-alt:before {
content: "\e6e4";
}
.ai-safari:before {
content: "\e6e6";
}
.ai-safe:before {
content: "\e6e8";
}
.ai-search:before {
content: "\e6e9";
}
.ai-search-minus-o:before {
content: "\e6ea";
}
.ai-search-plus-o:before {
content: "\e6eb";
}
.ai-qq-alt:before {
content: "\e6ec";
}
.ai-refresh-a:before {
content: "\e6ef";
}
.ai-shopping-bag-alt:before {
content: "\e6f0";
}
.ai-shop:before {
content: "\e6f1";
}
.ai-shopping-cart:before {
content: "\e6f2";
}
.ai-sign-out:before {
content: "\e6f3";
}
.ai-safe-alt:before {
content: "\e6f5";
}
.ai-shopping-bag:before {
content: "\e6f7";
}
.ai-shoping-cart-alt:before {
content: "\e6f9";
}
.ai-shop-alt:before {
content: "\e6fc";
}
.ai-switch:before {
content: "\e6fd";
}
.ai-subscript:before {
content: "\e6fe";
}
.ai-sign-in:before {
content: "\e6ff";
}
.ai-table-alt:before {
content: "\e700";
}
.ai-tencent-webo:before {
content: "\e701";
}
.ai-trash:before {
content: "\e703";
}
.ai-trash-alt:before {
content: "\e705";
}
.ai-superscript:before {
content: "\e706";
}
.ai-twitter-alt:before {
content: "\e707";
}
.ai-twitter-square:before {
content: "\e708";
}
.ai-twitter:before {
content: "\e709";
}
.ai-twitter-o-alt:before {
content: "\e70a";
}
.ai-ul:before {
content: "\e70b";
}
.ai-twitter-square-alt:before {
content: "\e70c";
}
.ai-tencent-webo-square:before {
content: "\e70d";
}
.ai-undo-alt:before {
content: "\e70e";
}
.ai-tablet:before {
content: "\e70f";
}
.ai-underline:before {
content: "\e710";
}
.ai-unlock-alt:before {
content: "\e711";
}
.ai-twitter-o:before {
content: "\e712";
}
.ai-undo:before {
content: "\e713";
}
.ai-unlock:before {
content: "\e714";
}
.ai-upload-cloud:before {
content: "\e715";
}
.ai-upload-cloud-alt:before {
content: "\e716";
}
.ai-upload:before {
content: "\e717";
}
.ai-upload-square:before {
content: "\e718";
}
.ai-uc:before {
content: "\e71a";
}
.ai-unlink:before {
content: "\e71b";
}
.ai-weibo:before {
content: "\e726";
}
.ai-windows-alt:before {
content: "\e72b";
}
.ai-woman:before {
content: "\e72c";
}
.ai-weibo-square:before {
content: "\e72f";
}
.ai-youtube:before {
content: "\e730";
}
.ai-windows:before {
content: "\e731";
}
.ai-word:before {
content: "\e732";
}