@charset "utf-8"; /*扩充的前端样式,参照网易NEC制定统一规范*/ ::-webkit-scrollbar { width: 0; height: 7px; } ::-webkit-scrollbar-track { background-color: #FAFAFA; } ::-webkit-scrollbar-thumb { background-color: #F2F2F2; } ::-webkit-scrollbar-thumb:hover { background-color: #BFBFBF; } ::-webkit-scrollbar-thumb:active { background-color: #CCC; } /*重置jqweui为border-box*/ * { box-sizing: border-box; font-family: 微软雅黑, simsun; } body, html { height: 100%; -webkit-tap-highlight-color: transparent; margin: 0 auto; } /*整体页面布局*/ /*弹性布局*/ .mc-view-box { height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; max-width: 750px; min-width: 300px; flex-wrap: nowrap; } .mc-view-box .mc-header-box { min-height: 48px; height: auto; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .mc-view-box .mc-scrollview { width: 100%; height: 100%; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; position: relative; margin-bottom: -1px; z-index: 9; flex-wrap: nowrap; } .mc-view-box .mc-footer-box { width: 100%; min-height: 50px; height: auto; position: relative; z-index: 10; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } /*fixed布局*/ .mc-navbar, .mc-tabbar { min-height: 48px; height: auto; width: 100%; } .gc-view { padding: 48px 0; height: 100%; } .navbar-fixed { position: fixed; top: 0; left: 0; background: #fff; } .tabbar-fixed { position: fixed; bottom: 0; left: 0; background: #fff; } /*页面头部布局*/ /*左右两侧图标,中间搜索/文字/图片*/ .mc-header { width: 100%; height: 48px; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; /*文字标题*/ /*图片*/ } .mc-header .head-icon { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 0.3rem; white-space: nowrap; overflow: hidden; min-width: 25%; height: 48px; line-height: 48px; padding: 0 10px; color: #333; flex-grow: 0; flex-shrink: 0; border: none; background: none; } .mc-header .head-icon .iconfont { font-size: 24px; } .mc-header .head-icon .icon-link { display: inline-block; width: 30px; color: #333; text-align: center; } .mc-header .head-icon:first-child { margin-right: -25%; } .mc-header .head-icon:last-child { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .mc-header .main-box { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 50%; margin-left: 25%; } .mc-header .link-icon { width: 48px; height: 48px; line-height: 48px; text-align: center; color: #333; flex-grow: 0; flex-shrink: 0; border: none; background: none; position: relative; } .mc-header .link-icon .iconfont { font-size: 24px; } .mc-header .link-icon + .main-box { margin-left: 0; min-width: 0; flex: 1; flex-grow: 1; flex-shrink: 1; } .mc-header .search-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 0 5px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; align-content: center; flex-shrink: 1; flex-grow: 1; } .mc-header .logo-box { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; white-space: nowrap; overflow: hidden; min-width: 25%; height: 48px; line-height: 48px; padding: 0 10px; color: #333; flex-grow: 0; flex-shrink: 0; border: none; background: none; } .mc-header .head-title { font-size: 16px; line-height: 48px; font-weight: 500; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .mc-header .head-img { height: 30px; } .mc-header.header-bordered { border-bottom: 1px solid #e8e8e8; } /*滚动侦测导航*/ .m-scrolltab { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; } .scrolltab-nav { height: 100%; background-color: #efefef; overflow-y: auto; -webkit-overflow-scrolling: touch; position: relative; z-index: 1; } .scrolltab-nav:after { border-right: 1px solid #dfdfdf; } .scrolltab-item { padding: 10px; height: 45px; display: flex; align-items: center; position: relative; z-index: 1; } .scrolltab-item.crt { background-color: #FFF; } .scrolltab-item.crt:before { border-right: 1px solid #dfdfdf; } .scrolltab-item.crt:active { background-color: #FFF; } .scrolltab-item:after { border-bottom: 1px solid #dfdfdf; } .scrolltab-item:before { border-right: 1px solid #dfdfdf; } .scrolltab-item:active { background: none; /* for firefox */ } .scrolltab-icon { margin-right: .2rem; font-size: .32rem; display: flex; align-items: center; justify-content: center; } .scrolltab-icon > img { height: .4rem; display: inline-block; } .scrolltab-title { font-size: 14px; color: #666; overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 80px; } .scrolltab-content { height: 100%; background-color: #FFF; overflow-y: auto; -webkit-overflow-scrolling: touch; flex: 1; padding: 0 .24rem .24rem .24rem; position: relative; } .scrolltab-content-title { font-size: .3rem; font-weight: normal; color: #555; display: block; padding-bottom: .1rem; padding-top: .32rem; margin-bottom: .2rem; position: relative; z-index: 1; } .scrolltab-content-title:after { border-bottom: 1px solid #dfdfdf; } /*搜索框*/ .mc-search-form { display: block; width: 100%; height: 32px; background: #efeff4; border-radius: 20px; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .mc-search-form .search_key { background: none; max-width: 90px; border: none; outline: none; } .mc-search-form input { flex: 1; background: none; padding: 5px; border: none; outline: none; border-radius: 20px; } .mc-search-form .search-btn { background: none; border: none; display: block; width: 30px; height: 32px; outline: none; text-align: center; line-height: 32px; flex-shrink: 0; flex-grow: 0; } .mc-search-bar { height: 32px; width: 32px; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: absolute; right: 0; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -ms-transition: all 0.4s ease-in-out 0s; -o-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; } .mc-search-bar .icon-btn { display: block; flex-grow: 0; flex-shrink: 0; width: 32px; height: 32px; line-height: 32px; text-align: center; } .mc-search-bar .search_key, .mc-search-bar input, .mc-search-bar .clear-icon, .mc-search-bar .del-icon { display: none; } .mc-search-bar .del-icon { font-size: 14px; color: #989898 !important; } .mc-search-bar.active { width: 100%; right: 0; padding: 0 10px; } .mc-search-bar.active .search_key, .mc-search-bar.active input, .mc-search-bar.active .clear-icon { display: block; } .mc-search-bar.active .search-icon { display: none; } /*图文列表*/ /*全文字排版,纯标题 标题加日期 标题加摘要 标题摘要日期作者*/ .mc-text-item { display: block; font-size: 14px; line-height: 1.5; color: #333; position: relative; /*列表前面的点*/ /*带日期*/ /*标题加摘要*/ } .mc-text-item em { display: inline-block; position: relative; width: 10px; height: 5px; } .mc-text-item em:after { content: ''; width: 3px; height: 3px; background: #666; position: absolute; top: -2px; left: 2px; } .mc-text-item.date-item { padding-right: 80px; position: relative; } .mc-text-item.date-item .date { font-size: 12px; color: #989898; position: absolute; right: 0; top: 0; } .mc-text-item h2.tit { border: none; padding: 0; font-size: 18px; font-weight: 500; } .mc-text-item p.item-info { font-size: 12px; line-height: 20px; color: #999; } .mc-text-item p.item-info span { margin-right: 15px; } .mc-text-item p.item-info span:last-child { margin-right: 0; } .mc-text-item p.desc { font-size: 14px; line-height: 24px; color: #989898; max-height: 72px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .mc-text-item .imgs { margin-right: 15px; margin-top: 10px; flex-shrink: 0; flex-grow: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; } /*会员中心头部*/ .mc-user-head { padding: 20px; position: relative; /*向上圆弧*/ /*向下圆弧*/ /*向下圆弧*/ } .mc-user-head .icon-link { position: absolute; z-index: 9; color: #fff !important; top: 20px; right: 20px; display: block; width: 24px; text-align: center; } .mc-user-head .icon-link .iconfont { font-size: 24px; line-height: 24px; display: block; } .mc-user-head .icon-link .icon-text { font-size: 12px; line-height: 1; display: block; } .mc-user-head .user-box { position: relative; z-index: 1; } .mc-user-head .user-box .headimg { width: 60px; height: 60px; border-radius: 50%; background-repeat: no-repeat; background-position: center center; background-size: cover; } .mc-user-head .user-box .userinfo { padding: 10px; color: #fff; } .mc-user-head .user-box .userinfo .username { font-size: 18px; font-weight: 500; border: none; margin: 0; line-height: 24px; color: #fff; padding: 0; } .mc-user-head .arc-box-1 { width: 140%; height: 100%; position: absolute; bottom: 0; left: -20%; border-radius: 0 0 50% 50%; } .mc-user-head .arc-box-2 { width: 120%; height: 30px; position: absolute; background: #fff; bottom: -20px; left: -10%; border-radius: 50% 50% 0 0; } .mc-user-head .arc-box-3 { width: 140%; height: 65%; position: absolute; background: #fff; bottom: 0; left: -20%; border-radius: 100% 100% 0 0; } .mc-user-head .arc-box-3:after { content: ''; display: block; width: 70px; height: 70px; background: #fff; border-radius: 50%; position: absolute; top: -43px; left: 50%; margin-left: -35px; } /*flex排版*/ /*弹性容器*/ .mc-flex-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex !important; flex: 1; position: relative; } /*弹性容器,主轴设定为Y*/ .mc-flex-column { flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; } /*换行*/ .mc-flex-wrap { flex-wrap: wrap; } .mc-flex-grow-0 { flex-grow: 0; flex-shrink: 0; } .mc-flex-grow-1 { flex-grow: 1; flex-shrink: 1; flex: 1; min-width: 0; } /*两端对齐*/ .mc-flex-s { justify-content: space-between; } /*居中对齐*/ /*垂直居中*/ .mc-flex-m { -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } /*水平居中*/ .mc-flex-c { justify-content: center; } .mc-flex-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } /*星星收藏*/ .mc-collect-star:before { content: '\e613'; } .mc-collect-star.mc-collect-active:before { content: '\e612'; color: #5194fd; } /*等分网格*/ [class*="mc-avg-"] { display: block; padding: 0; margin: 0; list-style: none; } [class*="mc-avg-"]:before, [class*="mc-avg-"]:after { content: " "; display: table; } [class*="mc-avg-"]:after { clear: both; } [class*="mc-avg-"] > li { display: block; height: auto; float: left; } @media only screen { .mc-avg-sm-1 > li { width: 100%; } .mc-avg-sm-1 > li:nth-of-type(n) { clear: none; } .mc-avg-sm-1 > li:nth-of-type(1n + 1) { clear: both; } .mc-avg-sm-2 > li { width: 50%; } .mc-avg-sm-2 > li:nth-of-type(n) { clear: none; } .mc-avg-sm-2 > li:nth-of-type(2n + 1) { clear: both; } .mc-avg-sm-3 > li { width: 33.33333333%; } .mc-avg-sm-3 > li:nth-of-type(n) { clear: none; } .mc-avg-sm-3 > li:nth-of-type(3n + 1) { clear: both; } .mc-avg-sm-4 > li { width: 25%; } .mc-avg-sm-4 > li:nth-of-type(n) { clear: none; } .mc-avg-sm-4 > li:nth-of-type(4n + 1) { clear: both; } .mc-avg-sm-5 > li { width: 20%; } .mc-avg-sm-5 > li:nth-of-type(n) { clear: none; } .mc-avg-sm-5 > li:nth-of-type(5n + 1) { clear: both; } .mc-avg-sm-6 > li { width: 16.66666667%; } .mc-avg-sm-6 > li:nth-of-type(n) { clear: none; } .mc-avg-sm-6 > li:nth-of-type(6n + 1) { clear: both; } .mc-avg-sm-7 > li { width: 14.28571429%; } .mc-avg-sm-7 > li:nth-of-type(n) { clear: none; } .mc-avg-sm-7 > li:nth-of-type(7n + 1) { clear: both; } .mc-avg-sm-8 > li { width: 12.5%; } .mc-avg-sm-8 > li:nth-of-type(n) { clear: none; } .mc-avg-sm-8 > li:nth-of-type(8n + 1) { clear: both; } .mc-avg-sm-9 > li { width: 11.11111111%; } .mc-avg-sm-9 > li:nth-of-type(n) { clear: none; } .mc-avg-sm-9 > li:nth-of-type(9n + 1) { clear: both; } .mc-avg-sm-10 > li { width: 10%; } .mc-avg-sm-10 > li:nth-of-type(n) { clear: none; } .mc-avg-sm-10 > li:nth-of-type(10n + 1) { clear: both; } .mc-avg-sm-11 > li { width: 9.09090909%; } .mc-avg-sm-11 > li:nth-of-type(n) { clear: none; } .mc-avg-sm-11 > li:nth-of-type(11n + 1) { clear: both; } .mc-avg-sm-12 > li { width: 8.33333333%; } .mc-avg-sm-12 > li:nth-of-type(n) { clear: none; } .mc-avg-sm-12 > li:nth-of-type(12n + 1) { clear: both; } } @media only screen and (min-width: 641px) { .mc-avg-md-1 > li { width: 100%; } .mc-avg-md-1 > li:nth-of-type(n) { clear: none; } .mc-avg-md-1 > li:nth-of-type(1n + 1) { clear: both; } .mc-avg-md-2 > li { width: 50%; } .mc-avg-md-2 > li:nth-of-type(n) { clear: none; } .mc-avg-md-2 > li:nth-of-type(2n + 1) { clear: both; } .mc-avg-md-3 > li { width: 33.33333333%; } .mc-avg-md-3 > li:nth-of-type(n) { clear: none; } .mc-avg-md-3 > li:nth-of-type(3n + 1) { clear: both; } .mc-avg-md-4 > li { width: 25%; } .mc-avg-md-4 > li:nth-of-type(n) { clear: none; } .mc-avg-md-4 > li:nth-of-type(4n + 1) { clear: both; } .mc-avg-md-5 > li { width: 20%; } .mc-avg-md-5 > li:nth-of-type(n) { clear: none; } .mc-avg-md-5 > li:nth-of-type(5n + 1) { clear: both; } .mc-avg-md-6 > li { width: 16.66666667%; } .mc-avg-md-6 > li:nth-of-type(n) { clear: none; } .mc-avg-md-6 > li:nth-of-type(6n + 1) { clear: both; } .mc-avg-md-7 > li { width: 14.28571429%; } .mc-avg-md-7 > li:nth-of-type(n) { clear: none; } .mc-avg-md-7 > li:nth-of-type(7n + 1) { clear: both; } .mc-avg-md-8 > li { width: 12.5%; } .mc-avg-md-8 > li:nth-of-type(n) { clear: none; } .mc-avg-md-8 > li:nth-of-type(8n + 1) { clear: both; } .mc-avg-md-9 > li { width: 11.11111111%; } .mc-avg-md-9 > li:nth-of-type(n) { clear: none; } .mc-avg-md-9 > li:nth-of-type(9n + 1) { clear: both; } .mc-avg-md-10 > li { width: 10%; } .mc-avg-md-10 > li:nth-of-type(n) { clear: none; } .mc-avg-md-10 > li:nth-of-type(10n + 1) { clear: both; } .mc-avg-md-11 > li { width: 9.09090909%; } .mc-avg-md-11 > li:nth-of-type(n) { clear: none; } .mc-avg-md-11 > li:nth-of-type(11n + 1) { clear: both; } .mc-avg-md-12 > li { width: 8.33333333%; } .mc-avg-md-12 > li:nth-of-type(n) { clear: none; } .mc-avg-md-12 > li:nth-of-type(12n + 1) { clear: both; } } @media only screen and (min-width: 1025px) { .mc-avg-lg-1 > li { width: 100%; } .mc-avg-lg-1 > li:nth-of-type(n) { clear: none; } .mc-avg-lg-1 > li:nth-of-type(1n + 1) { clear: both; } .mc-avg-lg-2 > li { width: 50%; } .mc-avg-lg-2 > li:nth-of-type(n) { clear: none; } .mc-avg-lg-2 > li:nth-of-type(2n + 1) { clear: both; } .mc-avg-lg-3 > li { width: 33.33333333%; } .mc-avg-lg-3 > li:nth-of-type(n) { clear: none; } .mc-avg-lg-3 > li:nth-of-type(3n + 1) { clear: both; } .mc-avg-lg-4 > li { width: 25%; } .mc-avg-lg-4 > li:nth-of-type(n) { clear: none; } .mc-avg-lg-4 > li:nth-of-type(4n + 1) { clear: both; } .mc-avg-lg-5 > li { width: 20%; } .mc-avg-lg-5 > li:nth-of-type(n) { clear: none; } .mc-avg-lg-5 > li:nth-of-type(5n + 1) { clear: both; } .mc-avg-lg-6 > li { width: 16.66666667%; } .mc-avg-lg-6 > li:nth-of-type(n) { clear: none; } .mc-avg-lg-6 > li:nth-of-type(6n + 1) { clear: both; } .mc-avg-lg-7 > li { width: 14.28571429%; } .mc-avg-lg-7 > li:nth-of-type(n) { clear: none; } .mc-avg-lg-7 > li:nth-of-type(7n + 1) { clear: both; } .mc-avg-lg-8 > li { width: 12.5%; } .mc-avg-lg-8 > li:nth-of-type(n) { clear: none; } .mc-avg-lg-8 > li:nth-of-type(8n + 1) { clear: both; } .mc-avg-lg-9 > li { width: 11.11111111%; } .mc-avg-lg-9 > li:nth-of-type(n) { clear: none; } .mc-avg-lg-9 > li:nth-of-type(9n + 1) { clear: both; } .mc-avg-lg-10 > li { width: 10%; } .mc-avg-lg-10 > li:nth-of-type(n) { clear: none; } .mc-avg-lg-10 > li:nth-of-type(10n + 1) { clear: both; } .mc-avg-lg-11 > li { width: 9.09090909%; } .mc-avg-lg-11 > li:nth-of-type(n) { clear: none; } .mc-avg-lg-11 > li:nth-of-type(11n + 1) { clear: both; } .mc-avg-lg-12 > li { width: 8.33333333%; } .mc-avg-lg-12 > li:nth-of-type(n) { clear: none; } .mc-avg-lg-12 > li:nth-of-type(12n + 1) { clear: both; } } /*等分网格间距 sm4px 默认10px lg20px*/ .mc-avg-between-sm { margin-left: -2px; margin-right: -2px; } .mc-avg-between-sm > li { padding: 0 2px 2px 2px; } .mc-avg-between { margin-left: -5px; margin-right: -5px; } .mc-avg-between > li { padding: 0 5px 5px 5px; } .mc-avg-between-lg { margin-left: -10px; margin-right: -10px; } .mc-avg-between-lg > li { padding: 0 10px 10px 10px; } .mc-thumbnail { display: block; padding: 2px; margin-bottom: 5px; background-color: #fff; border: 1px solid #ddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .mc-thumbnail > img, .mc-thumbnail a > img { margin-left: auto; margin-right: auto; display: block; } .mc-thumbnail a.mc-thumbnail:hover, .mc-thumbnail a.mc-thumbnail:focus, .mc-thumbnail a.mc-thumbnail.active { border-color: #0e90d2; background-color: #fff; } img.mc-thumbnail, .mc-thumbnail > img, .mc-thumbnail a > img { max-width: 100%; height: auto; } /* Image caption */ .mc-thumbnail-caption { margin: 0; padding: 0.8rem; color: #333; font-weight: normal; } .mc-thumbnail-caption *:last-child { margin-bottom: 0; } .mc-thumbnails { margin-left: -5px; margin-right: -5px; } .mc-thumbnails > li { padding: 0 5px 5px 5px; } .mc-img-responsive { display: block; max-width: 100%; height: auto; } /*迁移bootstrap栅格*/ .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { margin-right: -15px; margin-left: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0; } } /*迁移bootstrap表格*/ table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; border-collapse: collapse; border-spacing: 0; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class*="col-"] { position: static; display: table-column; float: none; } table td[class*="col-"], table th[class*="col-"] { position: static; display: table-cell; float: none; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } .table-responsive { min-height: .01%; overflow-x: auto; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } /*迁移bootstrap按钮*/ .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; 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; background-image: none; border: 1px solid transparent; border-radius: 4px; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { font-weight: normal; color: #337ab7; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .btn { border-radius: 3px; } .float-e-margins .btn { margin-bottom: 5px; } .btn-w-m { min-width: 120px; } .btn-primary.btn-outline { color: #1ab394; } .btn-success.btn-outline { color: #1c84c6; } .btn-info.btn-outline { color: #23c6c8; } .btn-warning.btn-outline { color: #f8ac59; } .btn-danger.btn-outline { color: #ed5565; } .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover { color: #fff; } .btn-primary { background-color: #1ab394; border-color: #1ab394; color: #FFFFFF; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-color: #18a689; border-color: #18a689; color: #FFFFFF; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #1dc5a3; border-color: #1dc5a3; } .btn-success { background-color: #1c84c6; border-color: #1c84c6; color: #FFFFFF; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-color: #1a7bb9; border-color: #1a7bb9; color: #FFFFFF; } .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #1f90d8; border-color: #1f90d8; } .btn-info { background-color: #23c6c8; border-color: #23c6c8; color: #FFFFFF; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-color: #21b9bb; border-color: #21b9bb; color: #FFFFFF; } .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #26d7d9; border-color: #26d7d9; } .btn-default { background-color: #c2c2c2; border-color: #c2c2c2; color: #FFFFFF; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-color: #bababa; border-color: #bababa; color: #FFFFFF; } .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: #cccccc; border-color: #cccccc; } .btn-warning { background-color: #f8ac59; border-color: #f8ac59; color: #FFFFFF; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-color: #f7a54a; border-color: #f7a54a; color: #FFFFFF; } .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #f9b66d; border-color: #f9b66d; } .btn-danger { background-color: #ed5565; border-color: #ed5565; color: #FFFFFF; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-color: #ec4758; border-color: #ec4758; color: #FFFFFF; } .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #ef6776; border-color: #ef6776; } .btn-link { color: inherit; } .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link { color: #1ab394; text-decoration: none; } .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link { background-image: none; } .btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active { color: #cacaca; } .btn-white { color: inherit; background: white; border: 1px solid #e7eaec; } .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white { color: inherit; border: 1px solid #d2d2d2; } .btn-white:active, .btn-white.active { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; } .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white { background-image: none; } .btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white.active[disabled], fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active { color: #cacaca; } .btn-blue { color: inherit; background: #0079ff; border: 1px solid #0079ff; color: #fff; } .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue { color: inherit; border: 1px solid #0079ff; } .btn-blue:active, .btn-blue.active { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; } .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue { background-image: none; } .btn-blue.disabled, .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled], .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue.active[disabled], fieldset[disabled] .btn-blue, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active { color: #cacaca; } .form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar { box-shadow: none; } .btn-outline { color: inherit; background-color: transparent; -webkit-transition: all .5s; transition: all .5s; } .btn-rounded { border-radius: 50px; } .btn-large-dim { width: 90px; height: 90px; font-size: 42px; } button.dim { display: inline-block; color: #fff; text-decoration: none; text-transform: uppercase; text-align: center; padding-top: 6px; margin-right: 10px; position: relative; cursor: pointer; border-radius: 5px; font-weight: 600; margin-bottom: 20px !important; } button.dim:active { top: 3px; } button.btn-primary.dim { box-shadow: inset 0px 0px 0px #16987e, 0px 5px 0px 0px #16987e, 0px 10px 5px #999999; } button.btn-primary.dim:active { box-shadow: inset 0px 0px 0px #16987e, 0px 2px 0px 0px #16987e, 0px 5px 3px #999999; } button.btn-default.dim { box-shadow: inset 0px 0px 0px #b3b3b3, 0px 5px 0px 0px #b3b3b3, 0px 10px 5px #999999; } button.btn-default.dim:active { box-shadow: inset 0px 0px 0px #b3b3b3, 0px 2px 0px 0px #b3b3b3, 0px 5px 3px #999999; } button.btn-warning.dim { box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 10px 5px #999999; } button.btn-warning.dim:active { box-shadow: inset 0px 0px 0px #f79d3c, 0px 2px 0px 0px #f79d3c, 0px 5px 3px #999999; } button.btn-info.dim { box-shadow: inset 0px 0px 0px #1eacae, 0px 5px 0px 0px #1eacae, 0px 10px 5px #999999; } button.btn-info.dim:active { box-shadow: inset 0px 0px 0px #1eacae, 0px 2px 0px 0px #1eacae, 0px 5px 3px #999999; } button.btn-success.dim { box-shadow: inset 0px 0px 0px #1872ab, 0px 5px 0px 0px #1872ab, 0px 10px 5px #999999; } button.btn-success.dim:active { box-shadow: inset 0px 0px 0px #1872ab, 0px 2px 0px 0px #1872ab, 0px 5px 3px #999999; } button.btn-danger.dim { box-shadow: inset 0px 0px 0px #ea394c, 0px 5px 0px 0px #ea394c, 0px 10px 5px #999999; } button.btn-danger.dim:active { box-shadow: inset 0px 0px 0px #ea394c, 0px 2px 0px 0px #ea394c, 0px 5px 3px #999999; } button.dim:before { font-size: 50px; line-height: 1em; font-weight: normal; color: #fff; display: block; padding-top: 10px; } button.dim:active:before { top: 7px; font-size: 50px; } /*迁移bootstrap 标签 徽章*/ .label { display: inline-block; background-color: #d1dade; color: #5e5e5e; font-size: 12px; line-height: 1.5; font-weight: 500; text-shadow: none; border-radius: 5px; padding: 0 10px; margin: 5px 5px 5px 0; } .label:last-child { margin-right: 0; } /*线性标签*/ .label-outline { border: 1px solid #e8e8e8; background: none; padding: 3px 5px; line-height: 1; font-size: 12px; } .badge { display: inline-block; background-color: #d1dade; color: #5e5e5e; font-size: 11px; line-height: 1.5; font-weight: 500; padding-left: 6px; padding-right: 6px; text-shadow: none; border-radius: 10px; margin: 5px 5px 5px 0; } .badge:last-child { margin-right: 0; } .label-primary, .badge-primary { background-color: #1ab394; color: #FFFFFF; } .label-primary.label-outline, .badge-primary.label-outline { border-color: #1ab394; background-color: transparent; color: #1ab394; } .label-success, .badge-success { background-color: #1c84c6; color: #FFFFFF; } .label-success.label-outline, .badge-success.label-outline { border-color: #1c84c6; background-color: transparent; color: #1c84c6; } .label-warning, .badge-warning { background-color: #f8ac59; color: #FFFFFF; } .label-warning.label-outline, .badge-warning.label-outline { border-color: #f8ac59; background-color: transparent; color: #f8ac59; } .label-warning-light, .badge-warning-light { background-color: #f8ac59; color: #ffffff; } .label-warning-light.label-outline, .badge-warning-light.label-outline { border-color: #f8ac59; background-color: transparent; color: #f8ac59; } .label-danger, .badge-danger { background-color: #ed5565; color: #FFFFFF; } .label-danger.label-outline, .badge-danger.label-outline { border-color: #ed5565; background-color: transparent; color: #ed5565; } .label-info, .badge-info { background-color: #23c6c8; color: #FFFFFF; } .label-info.label-outline, .badge-info.label-outline { border-color: #23c6c8; background-color: transparent; color: #23c6c8; } .label-inverse, .badge-inverse { background-color: #262626; color: #FFFFFF; } .label-inverse.label-outline, .badge-inverse.label-outline { border-color: #262626; background-color: transparent; color: #262626; } .label-white, .badge-white { background-color: #FFFFFF; color: #5E5E5E; } .label-white.label-outline, .badge-white.label-outline { border-color: #5E5E5E; background-color: transparent; color: #5E5E5E; } .label-white, .badge-disable { background-color: #2A2E36; color: #8B91A0; } .label-white.label-outline, .badge-disable.label-outline { border-color: #2A2E36; background-color: transparent; color: #2A2E36; } /*bootstrap进度条*/ @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { width: 100%; height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; height: 20px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar { background-color: #1ab394; } .progress-small, .progress-small .progress-bar { height: 10px; } .progress-small, .progress-mini { margin-top: 5px; } .progress-mini, .progress-mini .progress-bar { height: 5px; margin-bottom: 0px; } .progress-bar-navy-light { background-color: #3dc7ab; } .progress-bar-success { background-color: #1c84c6; } .progress-bar-info { background-color: #23c6c8; } .progress-bar-warning { background-color: #f8ac59; } .progress-bar-danger { background-color: #ed5565; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } /*bootstrap表单*/ fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5; } label { max-width: 100%; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control::-ms-expand { background-color: transparent; border: 0; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 34px; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 46px; } } .form-group { margin-bottom: 15px; } .form-group label.require { padding-right: 8px; position: relative; } .form-group label.require:after { content: '*'; position: absolute; right: 0; top: 0; font-size: 12px; color: #ff2222; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 4px \9; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { min-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; } .form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-lg { height: 46px; line-height: 46px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .form-group-lg select.form-control { height: 46px; line-height: 46px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; } .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 25px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } /*下拉带单*/ .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 10px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; background-color: #337ab7; outline: 0; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { right: 0; left: auto; } .dropdown-menu-left { right: auto; left: 0; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777; white-space: nowrap; } .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; } .navbar-right .dropdown-menu-left { right: auto; left: 0; } } /*按钮组*/ .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } /*输入框组*/ .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:focus { z-index: 3; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } /*圆环进度条*/ .circliful { position: relative; } .circle-text, .circle-info, .circle-text-half, .circle-info-half { width: 100%; position: absolute; text-align: center; display: inline-block; } .circle-info, .circle-info-half { color: #999; } .circliful .fa { margin: -10px 3px 0 3px; position: relative; bottom: 4px; } /*检索条*/ .mc-filter-bar { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #e8e8e8; position: relative; } .mc-filter-bar .bar-item { flex: 1; text-align: center; font-size: 14px; border-right: 1px solid #e8e8e8; } .mc-filter-bar .bar-item .filter-item { display: block; height: 40px; line-height: 40px; color: #333; } .mc-filter-bar .bar-item .text-value { color: #333; display: inline-block; max-width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 15px; position: relative; } .mc-filter-bar .bar-item .text-value:after { content: '▼'; color: #989898; font-size: 12px; position: absolute; right: 0; top: 0; -moz-transform: scaleY(0.5); -webkit-transform: scaleY(0.5); -o-transform: scaleY(0.5); transform: scaleY(0.5); } .mc-filter-bar .search-box { position: absolute; width: 100%; padding: 4px; top: 0; right: 0; background: #f7f7f7; overflow: hidden; } /*单选/复选美化*/ .mc-check-item { display: inline-block; cursor: pointer; } .mc-check-item input { display: none; } .mc-check-item input + .check-content { display: inline-block; padding-left: 24px; font-size: 14px; line-height: 24px; position: relative; } .mc-check-item input + .check-content:before { font-family: "iconfont" !important; font-size: 18px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #989898; position: absolute; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; left: 0; top: 50%; margin-top: -10px; } .mc-check-item input[type="radio"] + .check-content:before { content: '\e678'; } .mc-check-item input[type="radio"]:checked + .check-content:before { color: #f60; content: '\e677'; } .mc-check-item input[type="checkbox"] + .check-content:before { content: '\e686'; } .mc-check-item input[type="checkbox"]:checked + .check-content:before { color: #f60; content: '\e685'; } .mc-check-item input:disabled + .check-content:before { color: #ddd; } .mc-check-item.mc-check-block { display: block; } .mc-check-item.mc-check-block .check-content { padding-left: 40px; } .mc-check-item.mc-check-block .check-content:before { width: 40px; } .mc-check-item.mc-check-img .check-content:before { top: 12px; left: 2px; } .mc-check-tag { display: inline-block; cursor: pointer; margin: 0 5px 5px 0; } .mc-check-tag input { display: none; } .mc-check-tag .check-content { display: inline-block; padding: 5px 10px; font-size: 14px; line-height: 16px; position: relative; border: 1px solid #e8e8e8; border-radius: 5px; } .mc-check-tag input:checked + .check-content { color: #f60; border: 1px solid #f60; border-radius: 5px; } .mc-check-tag input:disabled + .check-content { color: #ddd; border: 1px solid #f7f7f7; } .mc-check-tag.tag-solid input:checked + .check-content { color: #fff; background: #f60; } /*固定正方形图像,配合mc-circle实现圆形*/ .mc-thumb-square { width: 60px; height: 60px; background-repeat: no-repeat; background-position: center center; background-size: cover; } .mc-thumb-square.bordered { border: 1px solid #e8e8e8; } .mc-thumb-square.thumb-70 { width: 70px; height: 70px; } .mc-thumb-square.thumb-90 { width: 90px; height: 90px; } .mc-thumb-square.thumb-40 { width: 40px; height: 40px; } .mc-thumb-square.thumb-30 { width: 30px; height: 30px; } .mc-thumb-square.thumb-20 { width: 20px; height: 20px; } /*复写jqweui样式*/ .mescroll-totop { bottom: 60px; } .weui-cell { font-size: 14px; } .weui-cell.cell-no-border:before { display: none; } .weui-vcode-btn { width: 110px; padding: 0; font-size: 14px; text-align: center; } .weui-vcode-img { width: 110px; } .weui-actionsheet { z-index: 999999999; } .weui-tabbar { position: relative; z-index: 9; } .weui-tabbar .weui-tabbar__icon { text-align: center; overflow: hidden; } .weui-tabbar .weui-tabbar__icon .iconfont { font-size: 20px; } .weui-tabbar .tabbar-bg_icon { background-image: url("../img/footer_icon.png"); background-repeat: no-repeat; background-size: auto 54px; } .weui-tabbar .weui-tabbar__item:nth-child(1) .tabbar-bg_icon { background-position-x: 0; } .weui-tabbar .weui-tabbar__item:nth-child(2) .tabbar-bg_icon { background-position-x: -27px; } .weui-tabbar .weui-tabbar__item:nth-child(3) .tabbar-bg_icon { background-position-x: -54px; } .weui-tabbar .weui-tabbar__item:nth-child(4) .tabbar-bg_icon { background-position-x: -81px; } .weui-tabbar .weui-bar__item--on .tabbar-bg_icon { background-position-y: -27px; } .weui-tabbar .weui-bar__item--on .weui-tabbar__icon .iconfont, .weui-tabbar .weui-bar__item--on .weui-tabbar__label { color: #0063ff; } .weui-tab { height: auto; } .weui-grid__icon { width: 32px; height: 32px; text-align: center; line-height: 32px; position: relative; } .weui-grid__icon .iconfont { font-size: 28px; color: #4d4d4d; } .weui-grid__icon .text-info { font-size: 12px; color: #333; position: absolute; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); transform: translate(-50%, 0); } /*搜索框*/ .weui-search-bar__box .weui-search-bar__select { padding: 4px 0; max-width: 100px; height: 1.42857143em; border: 0; font-size: 12px; line-height: 1.42857143em; margin-right: 5px; box-sizing: content-box; background: transparent; } /*十六宫格*/ .sixteen-grids .weui-grid { padding: 20px 10px; width: 25%; } .weui-grids.no-border:after, .weui-grids.no-border:before { display: none; } .weui-grids.no-border .weui-grid:after, .weui-grids.no-border .weui-grid:before { display: none; } /*角标*/ .weui-grids .weui-grid { min-height: 95px; overflow: hidden; } .weui-grids .corner { display: block; text-align: center; padding: 0 10px; position: absolute; width: 100px; height: 24px; line-height: 24px; font-size: 12px; top: 10px; left: -30px; transform: rotate(-45deg); -ms-transform: rotate(-45deg); /* IE 9 */ -moz-transform: rotate(-45deg); /* Firefox */ -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */ -o-transform: rotate(-45deg); /* Opera */ } .weui-swiped-btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } /*圆形字体图标*/ .iconfont-o { display: block; width: 48px; height: 48px; border-radius: 50%; background: #f1f1f1; line-height: 48px; text-align: center; margin: 0 auto; font-size: 28px !important; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); } .iconfont-o + .text { text-align: center; padding: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; line-height: 1; color: #333; } .iconfont-o.iconfont-o-sm { width: 30px; height: 30px; line-height: 30px; font-size: 16px !important; } .iconfont-o.iconfont-o-lg { width: 60px; height: 60px; line-height: 60px; font-size: 36px !important; } /*列表复写*/ .mc-cell .weui-label { position: relative; } .mc-cell .weui-label.width-80 { width: 80px; } .mc-cell .weui-label.width-70 { width: 70px; } .mc-cell .weui-label.width-60 { width: 60px; } .mc-cell .weui-label.border-right:before { content: ''; height: 20px; border-right: 1px solid #e8e8e8; position: absolute; right: 10px; top: 0; } .mc-cell .weui-label .require { display: block; width: 10px; height: 12px; z-index: 1; position: absolute; right: 0; top: 0; } .mc-cell .weui-label .require:after { content: '*'; font-size: 12px; color: #ff2222; } .mc-cell .weui-cell__bd { margin: 0 8px; } .mc-cell .weui-input { height: 30px; line-height: 30px; } .weui-dialog__ft { font-size: 14px; } .weui-dialog__ft .weui-dialog__btn { color: #333; } .weui-dialog .weui-dialog__btn.default, .weui-toast .weui-dialog__btn.default { color: #5f646e; } .weui-dialog .weui-dialog__btn.danger, .weui-toast .weui-dialog__btn.danger { color: #ed5565; } .weui-dialog .weui-dialog__btn.primary, .weui-toast .weui-dialog__btn.primary { color: #1ab394; } /*时间轴*/ .mc-timeline { padding: 10px 0; background: #fff; } .mc-timeline .mc-timeline-content { padding: 15px; margin: 0; } .mc-timeline .mc-timeline-content .timeline-item { padding: 0 0 22px 20px; border-left: 1px solid #e8e8e8; height: auto; position: relative; font-size: 14px; list-style: none; } .mc-timeline .mc-timeline-content .timeline-item:after { content: ''; width: 100%; height: 0; border-bottom: 1px solid #eee; position: absolute; bottom: 11px; left: 20px; } .mc-timeline .mc-timeline-content .timeline-item .timeline-icon { width: 10px; height: 10px; background: #e4e5e9; border-radius: 50%; position: absolute; left: -5px; top: 0; } .mc-timeline .mc-timeline-content .timeline-item .time { font-size: 12px; color: #989898; } .mc-timeline .mc-timeline-content .timeline-item:first-child .timeline-icon { width: 18px; height: 18px; background: #fbbfbf; border-radius: 50%; position: absolute; left: -9px; top: 0px; } .mc-timeline .mc-timeline-content .timeline-item:first-child .timeline-icon:after { content: ''; width: 10px; height: 10px; background: #f23030; border-radius: 50%; position: absolute; left: 4px; top: 4px; } .mc-timeline .mc-timeline-content .timeline-item:last-child { border: none; } /*步骤条*/ .mc-step-bar { position: relative; padding: 10px 0; text-align: center; color: #989898; } .mc-step-bar [class*=mc-avg-sm-] { margin: 0 -30px; overflow: hidden; } .mc-step-bar [class*=mc-avg-sm-] a { color: #989898; } .mc-step-bar [class*=mc-avg-sm-] .step-item { position: relative; overflow: hidden; } .mc-step-bar [class*=mc-avg-sm-] .step-item:after { content: ''; width: 50%; height: 3px; background: #ccc; position: absolute; top: 14px; left: 50%; margin-left: 20px; } .mc-step-bar [class*=mc-avg-sm-] .step-item:before { content: ''; width: 50%; height: 3px; background: #ccc; position: absolute; top: 14px; right: 50%; margin-right: 20px; } .mc-step-bar [class*=mc-avg-sm-] .step-item:first-child:before { display: none; } .mc-step-bar [class*=mc-avg-sm-] .step-item:last-child:after { display: none; } .mc-step-bar [class*=mc-avg-sm-] .step-item .icon-box { width: 30px; height: 30px; margin: 0 auto; position: relative; } .mc-step-bar [class*=mc-avg-sm-] .step-item .icon-box .step-number { color: #fff; background: #ccc; position: absolute; } .mc-step-bar [class*=mc-avg-sm-] .step-item .icon-box .icon-yduizhengqueshixin { width: 30px; height: 30px; line-height: 30px; text-align: center; color: #f60; font-size: 32px; display: none; } .mc-step-bar [class*=mc-avg-sm-] .step-item .text { padding: 10px; font-size: 14px; color: #989898; } .mc-step-bar [class*=mc-avg-sm-] .step-item .step-name { display: block; width: 55px; height: 24px; line-height: 24px; text-align: center; font-size: 12px; position: relative; margin: 0 auto; background: #f1f1f1; border-radius: 5px; text-overflow: ellipsis; white-space: nowrap; } .mc-step-bar [class*=mc-avg-sm-] .step-item .status-spot { display: block; width: 10px; height: 10px; border-radius: 50%; background: #ccc; margin: 15px auto 10px; } .mc-step-bar [class*=mc-avg-sm-] .step-item .date { font-size: 12px; color: #989898; line-height: 15px; } .mc-step-bar [class*=mc-avg-sm-] .step-item2:after, .mc-step-bar [class*=mc-avg-sm-] .step-item2:before { top: 40px; } .mc-step-bar [class*=mc-avg-sm-] .step-over:after, .mc-step-bar [class*=mc-avg-sm-] .step-over:before { background: #f60; } .mc-step-bar [class*=mc-avg-sm-] .step-over .icon-box .step-number { display: none; } .mc-step-bar [class*=mc-avg-sm-] .step-over .icon-box .icon-yduizhengqueshixin { display: block; } .mc-step-bar [class*=mc-avg-sm-] .step-over .step-name, .mc-step-bar [class*=mc-avg-sm-] .step-over .status-spot { background: #f60; color: #fff; } .mc-step-bar [class*=mc-avg-sm-] .step-over .step-name:after { content: ''; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #f60; position: absolute; bottom: -5px; left: 50%; margin-left: -8px; } .mc-step-bar [class*=mc-avg-sm-] .step-over .text { color: #f60; } /*自定义tabbar*/ .mc-tabbar .weui-navbar { background: none; z-index: 10; } .mc-tabbar .weui-navbar__item { padding: 0; height: 45px; line-height: 45px; position: relative; } .mc-tabbar .weui-navbar__item.weui-bar__item--on { background: none; color: #4b86fc; } .mc-tabbar .weui-navbar__item.weui-bar__item--on:before { content: ''; width: 40px; height: 3px; background: #4b86fc; position: absolute; left: 50%; bottom: -1px; transform: translateX(-50%); z-index: 1; } .mc-tabbar.tab-not-border .weui-navbar__item:after { display: none; } .mc-tabbar.tabbar-orange .weui-bar__item--on { color: #f60; } .mc-tabbar.tabbar-orange .weui-bar__item--on:before { background: #f60; } /*列表菜单链接*/ .mc-cells-link .link-icon { display: block; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 24px; margin-right: 10px; } /*文本对齐片段*/ .text-center { text-align: center; } .text-left { text-align: left; } .text-right { text-align: right; } .text-justify { text-align: justify; white-space: normal; word-break: break-all; } /*浮动*/ .pull-left { float: left; } .pull-right { float: right; } .clearfix:after { display: block; content: ''; height: 0; overflow: hidden; clear: both; } .block { display: block; } .inline-block { display: inline-block; } /*边距*/ .m-d { margin: 10px; } .m-d-15 { margin: 15px; } .m-d-20 { margin: 20px; } .m-d-30 { margin: 30px; } .p-d-5 { padding: 5px; } .p-d { padding: 10px; } .p-d-15 { padding: 15px; } .p-d-20 { padding: 20px; } .p-d-30 { padding: 30px; } .m-lr-clear { margin-right: 0; margin-left: 0; } .m-tb-clear { margin-top: 0; margin-bottom: 0; } .p-lr-clear { padding-right: 0; padding-left: 0; } .p-tb-clear { padding-top: 0; padding-bottom: 0; } .m-l-5 { margin-left: 5px; } .m-l-10 { margin-left: 10px; } .m-l-15 { margin-left: 15px; } .m-r-5 { margin-right: 5px; } .m-r-10 { margin-right: 10px; } .m-r-15 { margin-right: 15px; } /*字号调整*/ .font-size12 { font-size: 12px !important; } .font-size14 { font-size: 14px !important; } .font-size16 { font-size: 16px !important; } .font-size18 { font-size: 18px !important; } .font-size24 { font-size: 24px !important; } .font-size28 { font-size: 28px !important; } .font-size30 { font-size: 30px !important; } .font-size32 { font-size: 32px !important; } .font-size36 { font-size: 36px !important; } .font-size40 { font-size: 40px !important; } .font-size42 { font-size: 42px !important; } .font-size50 { font-size: 50px !important; } .font-size55 { font-size: 55px !important; } .font-size60 { font-size: 60px !important; } /*大写字母*/ .font-upp { text-transform: uppercase; } .font-cap { text-transform: capitalize; } .font-low { text-transform: lowercase; } /*加粗调整*/ .font-weight500 { font-weight: 500; } .font-weight600 { font-weight: 600; } .font-weight700 { font-weight: 700; } /*字体颜色*/ .font-black { color: #333 !important; } .font-gray { color: #989898 !important; } .font-gray-strong { color: #666 !important; } .font-gray-light { color: #b4b4b4 !important; } .font-blue { color: #1c84c6 !important; } .font-red { color: #ed5565 !important; } .font-orange { color: #f8ac59 !important; } .font-green { color: #1aad19 !important; } .font-white { color: #fff !important; } .font-main { color: #be9a60 !important; } /*行间距*/ .line-height16 { line-height: 16px !important; } .line-height18 { line-height: 18px !important; } .line-height24 { line-height: 24px !important; } .line-height30 { line-height: 30px !important; } .line-height32 { line-height: 32px !important; } .line-height34 { line-height: 34px !important; } .line-height36 { line-height: 36px !important; } .line-height40 { line-height: 40px !important; } .line-height45 { line-height: 45px !important; } .line-height50 { line-height: 50px !important; } .line-height55 { line-height: 55px !important; } .line-height60 { line-height: 60px !important; } /*固定高度*/ .height-5 { height: 5px; } .height-10 { height: 10px; } .height-15 { height: 15px; } .height-20 { height: 20px; } .height-30 { height: 30px; } .height-40 { height: 40px; } .height-50 { height: 50px; } .height-60 { height: 60px; } .block-link { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 10; } /*背景色*/ .bg-primary { background-color: #337ab7!important; color: #fff; } .bg-primary a { color: #fff; } .bg-success { background-color: #04be02!important; color: #fff; } .bg-success a { color: #fff; } .bg-info { background-color: #5bc0de!important; color: #fff; } .bg-info a { color: #fff; } .bg-warning { background-color: #f0ad4e!important; color: #fff; } .bg-warning a { color: #fff; } .bg-danger { background-color: #d9534f!important; color: #fff; } .bg-danger a { color: #fff; } .bg-white { background-color: #fff!important; color: #333; } .bg-black { background-color: #414141!important; color: #fff; } .bg-black a { color: #fff; } .bg-gray { background-color: #e0e0e0; } .bg-gray-light { background-color: #f7f7f7; } .bg-gray-strong { background-color: #ccc; } /*删除线*/ .del-line { text-decoration: line-through; } /*去掉圆角*/ .no-radius { border-radius: 0 !important; } .mc-radius-2 { border-radius: 2px; } .mc-radius-5 { border-radius: 5px; } .mc-radius-8 { border-radius: 8px; } .mc-radius-10 { border-radius: 10px; } .mc-radius-15 { border-radius: 15px; } .mc-radius-20 { border-radius: 20px; } .mc-radius-25 { border-radius: 25px; } .mc-circle { border-radius: 50%; } /*hr分割线*/ /*实线*/ .split-line-solid { width: 100%; height: 10px; border-top: 1px solid #e8e8e8; margin-top: 10px; } /*虚线*/ .split-line-dashed { width: 100%; height: 10px; border-top: 1px dashed #e8e8e8; margin-top: 10px; } .split-line-sm { height: 5px; margin-top: 5px; } .split-line-lg { height: 20px; margin-top: 20px; } /*单行截断*/ .one-cut, .single-cut { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /*多行截断*/ .two-cut { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2 !important; overflow: hidden; } .three-cut { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3 !important; overflow: hidden; } .four-cut { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4 !important; overflow: hidden; } .five-cut { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5 !important; overflow: hidden; } /*翻转*/ /*水平翻转*/ .flipx { display: inline-block; -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); /*IE*/ filter: FlipH; } /*垂直翻转*/ .flipy { display: inline-block; -moz-transform: scaleY(-1); -webkit-transform: scaleY(-1); -o-transform: scaleY(-1); transform: scaleY(-1); /*IE*/ filter: FlipV; } /*阴影*/ .mc-ying { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); } .mc-ying-lg { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); } /*不显示*/ .hidden, .hide { display: none; } /*渐变色背景*/ .gradually-color1 { background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%); color: #fff !important; } .gradually-color2 { background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%); color: #fff !important; } .gradually-color3 { background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%); color: #fff !important; } .gradually-color4 { background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%); color: #fff !important; } .gradually-color5 { background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%); color: #fff !important; } .gradually-color6 { background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%); color: #fff !important; } .gradually-color7 { background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%); color: #fff !important; } .gradually-color8 { background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%); color: #fff !important; } .gradually-color9 { background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%); color: #fff !important; } .gradually-color10 { background-image: linear-gradient(45deg, #ff0844 0%, #ffb199 100%); color: #fff !important; } .gradually-color11 { background-image: linear-gradient(to bottom, #414141 0%, #777 100%); color: #fff !important; } /*加减*/ .mc-count-box { width: 150px; height: 40px; position: relative; padding: 0 40px; } .mc-count-box.border-box { border: 1px solid #e8e8e8; } .mc-count-box .number { width: 100%; height: 38px; line-height: 38px; font-size: 14px; text-align: center; border: none; background: #fff; font-weight: 600; color: #999; } .mc-count-box .action-btn { width: 38px; height: 38px; background: #f1f1f1; position: absolute; left: 0; top: 0; cursor: pointer; } .mc-count-box .action-btn.disabled:after, .mc-count-box .action-btn.disabled:before { border-color: #ccc; } .mc-count-box .action-btn:after { content: ''; width: 16px; height: 0; border-bottom: 2px solid #989898; position: absolute; top: 18px; left: 12px; } .mc-count-box .action-btn:last-child { left: auto; right: 0; } .mc-count-box .action-btn:last-child:before { content: ''; height: 16px; width: 0; border-right: 2px solid #989898; position: absolute; left: 19px; top: 12px; } .mc-spinner { border: 1px solid #EAE8E8; border-radius: 1px; display: inline-block; overflow: hidden; } .mc-spinner > a { float: left; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #666; background: #f1f1f1; letter-spacing: 0; position: relative; } .mc-spinner > a:after { content: ''; width: 16px; height: 0; border-bottom: 2px solid #989898; position: absolute; top: 18px; left: 12px; } .mc-spinner > a:last-child:before { content: ''; height: 16px; width: 0; border-right: 2px solid #989898; position: absolute; left: 19px; top: 12px; } .mc-spinner > input { letter-spacing: 0; float: left; width: 100px; height: 40px; line-height: 2.7; text-align: center; color: #666; border: none; font-size: 14px; } .mc-spinner-lr { border: 1px solid #e8e8e8; display: inline-block; width: 100px; height: 60px; overflow: hidden; position: relative; } .mc-spinner-lr > a { width: 40px; height: 30px; line-height: 30px; text-align: center; color: #666; background: #f7f7f7; letter-spacing: 0; position: absolute; bottom: 0; right: 0; border: 1px solid #e8e8e8; border-width: 0 0 0 1px; } .mc-spinner-lr > a:after { content: ''; width: 16px; height: 0; border-bottom: 2px solid #989898; position: absolute; top: 14px; left: 12px; } .mc-spinner-lr > a:last-child { top: 0; border-bottom-width: 1px; } .mc-spinner-lr > a:last-child:before { content: ''; height: 16px; width: 0; border-right: 2px solid #989898; position: absolute; left: 19px; top: 7px; } .mc-spinner-lr > input { letter-spacing: 0; width: 56px; height: 60px; line-height: 60px; text-align: center; color: #666; border: none; font-size: 18px; } .mc-spinner-sm > a { float: left; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #666; background: #f1f1f1; letter-spacing: 0; position: relative; } .mc-spinner-sm > a:after { content: ''; width: 12px; top: 14px; left: 9px; } .mc-spinner-sm > a:last-child:before { content: ''; height: 12px; left: 14px; top: 9px; } .mc-spinner-sm > input { letter-spacing: 0; float: left; width: 60px; height: 30px; line-height: 30px; text-align: center; color: #666; border: none; font-size: 14px; } .mc-adjust { border: 1px solid #EAE8E8; border-radius: 1px; display: inline-block; overflow: hidden; } .mc-adjust > span { float: left; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #666; background: #f1f1f1; letter-spacing: 0; position: relative; cursor: pointer; } .mc-adjust > span:after { content: ''; width: 16px; height: 0; border-bottom: 2px solid #989898; position: absolute; top: 18px; left: 12px; } .mc-adjust > span:last-child:before { content: ''; height: 16px; width: 0; border-right: 2px solid #989898; position: absolute; left: 19px; top: 12px; } .mc-adjust > input { letter-spacing: 0; float: left; width: 100px; height: 40px; line-height: 2.7; text-align: center; color: #666; border: none; font-size: 14px; } .mc-adjust-lr { border: 1px solid #e8e8e8; display: inline-block; width: 100px; height: 60px; overflow: hidden; position: relative; } .mc-adjust-lr > span { width: 40px; height: 30px; line-height: 30px; text-align: center; color: #666; background: #f7f7f7; letter-spacing: 0; position: absolute; bottom: 0; right: 0; border: 1px solid #e8e8e8; border-width: 0 0 0 1px; } .mc-adjust-lr > span:after { content: ''; width: 16px; height: 0; border-bottom: 2px solid #989898; position: absolute; top: 14px; left: 12px; } .mc-adjust-lr > span:last-child { top: 0; border-bottom-width: 1px; } .mc-adjust-lr > span:last-child:before { content: ''; height: 16px; width: 0; border-right: 2px solid #989898; position: absolute; left: 19px; top: 7px; } .mc-adjust-lr > input { letter-spacing: 0; width: 56px; height: 60px; line-height: 60px; text-align: center; color: #666; border: none; font-size: 18px; } .mc-adjust-sm > span { float: left; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #666; background: #f1f1f1; letter-spacing: 0; position: relative; } .mc-adjust-sm > span:after { content: ''; width: 12px; top: 14px; left: 9px; } .mc-adjust-sm > span:last-child:before { content: ''; height: 12px; left: 14px; top: 9px; } .mc-adjust-sm > input { letter-spacing: 0; float: left; width: 60px; height: 30px; line-height: 30px; text-align: center; color: #666; border: none; font-size: 14px; } /*上传表单*/ /*单图上传十字*/ .img-upload-box { display: block; width: 77px; height: 77px; border: 1px solid #e8e8e8; position: relative; cursor: pointer; background-repeat: no-repeat; background-position: center center; background-size: cover; } .img-upload-box .del-icon { width: 20px; height: 20px; background: rgba(0, 0, 0, 0.5); line-height: 20px; text-align: center; color: #fff; position: absolute; right: -5px; top: -5px; border-radius: 50%; display: none; z-index: 99; } .img-upload-box .del-icon:hover { background: crimson; } .img-upload-box:after { content: ''; width: 50px; height: 0; border-top: 1px solid #e8e8e8; position: absolute; left: 13px; top: 38px; } .img-upload-box:before { content: ''; width: 0; height: 50px; border-right: 1px solid #e8e8e8; position: absolute; left: 38px; top: 13px; } .img-upload-over:after, .img-upload-over:before { display: none; pointer-events: none; } .img-upload-over:hover .del-icon { display: block; } /*头像上传*/ .icon-upload-box { display: block; width: 77px; height: 77px; border: 1px solid #e8e8e8; position: relative; cursor: pointer; background-repeat: no-repeat; background-position: center center; background-size: cover; background-color: #f7f7f7; } .icon-upload-box:after { content: '\e7b7'; font-family: "iconfont" !important; font-size: 42px; display: block; color: #e8e8e8; text-align: center; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .icon-upload-box .del-icon { width: 20px; height: 20px; background: rgba(0, 0, 0, 0.5); line-height: 20px; text-align: center; color: #fff; position: absolute; right: -5px; top: -5px; border-radius: 50%; display: none; z-index: 99; } .img-upload-over:after { display: none; pointer-events: none; } .headimg-upload-box .del-icon:hover { background: crimson; } .img-upload-over:hover .del-icon { display: block; } /*多图无描述上传*/ .upload-img-items { padding: 0; float: left; } .upload-img-items .item-row { list-style: none; width: 77px; height: 77px; display: inline-block; margin: 0 10px 10px 0; } .upload-img-items .img-box { width: 77px; height: 77px; border: 1px solid #e8e8e8; background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; } .upload-img-items .img-box .del-icon { width: 20px; height: 20px; background: rgba(0, 0, 0, 0.5); line-height: 20px; text-align: center; color: #fff; position: absolute; right: -5px; top: -5px; border-radius: 50%; display: block; z-index: 99; } /*多图带描述*/ .f-upload-images-remark-box .item-row { position: relative; margin-bottom: 25px; } .f-upload-images-remark-box .item-row .img-box { position: absolute; top: 7px; left: 15px; } .f-upload-images-remark-box .item-row .form { width: 100%; } .f-upload-images-remark-box .item-row .form .form-group { margin: 0 0 15px 100px; } .f-upload-images-remark-box .item-row .link-input { margin: 0; } /*多附件上传*/ .upload-file-items { flex: 1; flex-grow: 1; flex-shrink: 1; } .upload-file-items .item-row { position: relative; margin-bottom: 10px; padding-right: 40px; padding-bottom: 10px; border-bottom: 1px solid #e8e8e8; } .upload-file-items .item-row:after { display: block; content: ''; height: 0; overflow: hidden; clear: both; } .upload-file-items .item-row .input-group { margin-bottom: 5px; } .upload-file-items .item-row .row { margin: 0 -5px; } .upload-file-items .item-row .row [class*=col-sm] { padding: 0 5px; } .upload-file-items .item-row .action-box { position: absolute; width: 34px; height: 120px; right: 0; top: 0; text-align: right; } .upload-file-items .item-row .action-box a { display: inline-block; width: 34px; height: 34px; text-align: center; line-height: 34px; margin-bottom: 5px; background: rgba(0, 0, 0, 0.5); color: #fff; } .upload-file-items .item-row .action-box a:last-child { margin-bottom: 0; } @media (min-width: 768px) { .upload-file-items .item-row { padding-right: 120px; } .upload-file-items .item-row .input-group { margin-bottom: 0; } .upload-file-items .item-row .action-box { width: 120px; height: 34px; } } @media (min-width: 992px) { .upload-file-items .item-row { padding-right: 120px; } .upload-file-items .item-row .input-group { margin-bottom: 0; } .upload-file-items .item-row .input-group { margin-bottom: 10px; } } /*省市区级联 cxselect*/ .f-cx-select { position: relative; width: 100%; overflow: hidden; } .f-cx-select select { width: 32%; height: 35px; line-height: 35px; border: 1px solid #e8e8e8; padding: 0 5px; margin-right: 2%; display: block; float: left; } .f-cx-select select:last-child { margin-right: 0; } .f-cx-select.cx-noborder select { border: none; background: #f1f1f1; border-radius: 2px; } .cx-select { position: relative; width: 100%; overflow: hidden; } .cx-select select { width: 32%; height: 35px; line-height: 35px; border: 1px solid #e8e8e8; padding: 0 5px; margin-right: 2%; display: block; float: left; } .cx-select select:last-child { margin-right: 0; } .cx-select.cx-noborder select { border: none; background: #f1f1f1; border-radius: 2px; } /*分页样式*/ #page { padding: 20px 10px; } #page .paginationjs-pages { position: relative; left: 50%; } #page .paginationjs-pages ul { margin-left: -50%; } #page .paginationjs-pages .paginationjs-page { border: 1px solid #e8e8e8; margin-right: -1px; border-radius: 0; } #page .paginationjs-pages .paginationjs-page a { display: block; color: #333; } #page .paginationjs-pages li.active > a { color: #fff; } #page .paginationjs-pages .paginationjs-prev, #page .paginationjs-pages .paginationjs-next { padding: 0 10px; border: 1px solid #e8e8e8; border-radius: 0; } #page .paginationjs-pages .paginationjs-prev { margin-right: 10px; } #page .paginationjs-pages .paginationjs-next { margin-left: 10px; } /*无内容提示*/ .mc-no-msg { padding: 20px; text-align: center; } .mc-no-msg .iconfont { font-size: 48px; color: #e1e1e1; line-height: 60px; } .mc-no-msg .text { font-size: 14px; line-height: 24px; padding: 10px 0; color: #989898; } .mc-no-msg .text a { color: #ff2222; } .mc-no-msg .text a:hover { text-decoration: underline; } /*时间轴*/ .mc-timeline { padding: 10px 0; background: #fff; } .mc-timeline .mc-timeline-content { padding: 15px; margin: 0; } .mc-timeline .mc-timeline-content .timeline-item { padding: 0 0 22px 20px; border-left: 1px solid #e8e8e8; height: auto; position: relative; font-size: 14px; } .mc-timeline .mc-timeline-content .timeline-item:after { content: ''; width: 100%; height: 0; border-bottom: 1px solid #eee; position: absolute; bottom: 11px; left: 20px; } .mc-timeline .mc-timeline-content .timeline-item .timeline-icon { width: 10px; height: 10px; background: #e4e5e9; border-radius: 50%; position: absolute; left: -5px; top: 0; } .mc-timeline .mc-timeline-content .timeline-item .time { font-size: 12px; color: #989898; } .mc-timeline .mc-timeline-content .timeline-item:first-child .timeline-icon { width: 18px; height: 18px; background: #fbbfbf; border-radius: 50%; position: absolute; left: -9px; top: 0px; } .mc-timeline .mc-timeline-content .timeline-item:first-child .timeline-icon:after { content: ''; width: 10px; height: 10px; background: #f23030; border-radius: 50%; position: absolute; left: 4px; top: 4px; } .mc-timeline .mc-timeline-content .timeline-item:last-child { border: none; } /*步骤条*/ .mc-step-bar { position: relative; padding: 10px 0; text-align: center; color: #989898; } .mc-step-bar [class*=mc-avg-sm-] { margin: 0 -30px; overflow: hidden; } .mc-step-bar [class*=mc-avg-sm-] a { color: #989898; } .mc-step-bar [class*=mc-avg-sm-] .step-item { position: relative; overflow: hidden; } .mc-step-bar [class*=mc-avg-sm-] .step-item:after { content: ''; width: 50%; height: 3px; background: #ccc; position: absolute; top: 14px; left: 50%; margin-left: 20px; } .mc-step-bar [class*=mc-avg-sm-] .step-item:before { content: ''; width: 50%; height: 3px; background: #ccc; position: absolute; top: 14px; right: 50%; margin-right: 20px; } .mc-step-bar [class*=mc-avg-sm-] .step-item:first-child:before { display: none; } .mc-step-bar [class*=mc-avg-sm-] .step-item:last-child:after { display: none; } .mc-step-bar [class*=mc-avg-sm-] .step-item .icon-box { width: 30px; height: 30px; margin: 0 auto; position: relative; } .mc-step-bar [class*=mc-avg-sm-] .step-item .icon-box .step-number { color: #fff; background: #ccc; position: absolute; } .mc-step-bar [class*=mc-avg-sm-] .step-item .icon-box .icon-yduizhengqueshixin { width: 30px; height: 30px; line-height: 30px; text-align: center; color: #ff4c01; font-size: 32px; display: none; } .mc-step-bar [class*=mc-avg-sm-] .step-item .text { padding: 10px; font-size: 14px; color: #989898; } .mc-step-bar [class*=mc-avg-sm-] .step-item .step-name { display: block; width: 55px; height: 24px; line-height: 24px; text-align: center; font-size: 12px; position: relative; margin: 0 auto; background: #f1f1f1; border-radius: 5px; text-overflow: ellipsis; white-space: nowrap; } .mc-step-bar [class*=mc-avg-sm-] .step-item .status-spot { display: block; width: 10px; height: 10px; border-radius: 50%; background: #ccc; margin: 15px auto 10px; } .mc-step-bar [class*=mc-avg-sm-] .step-item .date { font-size: 12px; color: #989898; line-height: 15px; } .mc-step-bar [class*=mc-avg-sm-] .step-item2:after, .mc-step-bar [class*=mc-avg-sm-] .step-item2:before { top: 40px; } .mc-step-bar [class*=mc-avg-sm-] .step-over:after, .mc-step-bar [class*=mc-avg-sm-] .step-over:before { background: #ff4c01; } .mc-step-bar [class*=mc-avg-sm-] .step-over .icon-box .step-number { display: none; } .mc-step-bar [class*=mc-avg-sm-] .step-over .icon-box .icon-yduizhengqueshixin { display: block; } .mc-step-bar [class*=mc-avg-sm-] .step-over .step-name, .mc-step-bar [class*=mc-avg-sm-] .step-over .status-spot { background: #ff4c01; color: #fff; } .mc-step-bar [class*=mc-avg-sm-] .step-over .step-name:after { content: ''; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #ff4c01; position: absolute; bottom: -5px; left: 50%; margin-left: -8px; } .mc-step-bar [class*=mc-avg-sm-] .step-over .text { color: #ff4c01; } /*字体图标链接*/ .mc-icon-link { display: block; text-align: center; color: #989898; } .mc-icon-link .iconfont { font-size: 24px; position: relative; } .mc-icon-link .iconfont .badge { position: absolute; right: -15px; top: -10px; padding: 0 !important; width: 20px; height: 20px; line-height: 20px; text-align: center; } .mc-icon-link .iconfont .label-outline { background: #fff; } .mc-icon-link .text { font-size: 14px; line-height: 2; } #pageslide { /* These styles MUST be included. Do not change. */ display: none; position: absolute; /*position: fixed;*/ top: 0; height: 100%; z-index: 999999; /* Specify the width of your pageslide here */ width: 200px; /* These styles are optional, and describe how the pageslide will look */ background-color: #333; color: #FFF; } /*======================================================*/ /*显示/隐藏*/ .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /*tags标签输入*/ .tagsContaine .tagList { float: left; } .tagsContaine .edit-box { float: left; width: 120px; padding-right: 34px; border: 1px solid #e8e8e8; margin: 0 5px 5px 0; position: relative; } .tagsContaine .tagList .tagItem { height: 34px; line-height: 34px; background-color: #66CCFF; float: left; margin: 0 5px 5px 0; border-radius: 5px; color: #FFFFFF; cursor: pointer; position: relative; } .tagsContaine .tagList .tagItem span { display: block; padding: 0 10px; text-align: center; font-size: 14px; } .tagsContaine .tagList .tagItem:hover { background-color: #0099FF; } .tagsContaine .tagList .tagItem .delete { width: 15px; height: 15px; display: none; background: #ff2222; border-radius: 50%; position: absolute; right: -5px; top: -5px; transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -moz-transform: rotate(45deg); /* Firefox */ -webkit-transform: rotate(45deg); /* Safari 和 Chrome */ -o-transform: rotate(45deg); /* Opera */ } .tagsContaine .tagList .tagItem .delete:after { content: ''; width: 8px; height: 1px; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .tagsContaine .tagList .tagItem .delete:before { content: ''; height: 8px; width: 1px; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .tagsContaine .tagList .tagItem:hover .delete { display: block; } .tagsContaine .tagList .updateInput { outline: none; height: 34px; line-height: 34px; font-size: 14px; border: solid thin #d2d6de; margin: 0 5px 5px 0; padding: 0 5px; width: 120px; text-align: center; float: left; } .tagsContaine .tagInput { outline: none; height: 34px; line-height: 34px; font-size: 14px; border: none; padding: 0 5px; width: 100%; text-align: center; } .tagsContaine .add-btn { display: block; position: absolute; right: 0; top: 0; width: 34px; height: 34px; background: #f7f7f7; cursor: pointer; border-left: 1px solid #e8e8e8; } .tagsContaine .add-btn:after { content: ''; width: 16px; height: 1px; background: #989898; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .tagsContaine .add-btn:before { content: ''; height: 16px; width: 1px; background: #989898; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .tagsContaine .tagInput:focus { border-color: #3c8dbc; } /*# sourceMappingURL=extend.css.map */ /*倒计时*/ .mc-yomi1 span { display: inline-block; } .mc-yomi1 .yomiday, .mc-yomi1 .yomihour, .mc-yomi1 .yomimin, .mc-yomi1 .yomisec { padding: 3px 5px; background: #fe7d51; color: #fff; border-radius: 5px; margin: 0 5px; font-size: 14px; } .mc-yomi1 .yomiday { margin-left: 0; } .mc-yomi1-sm .yomiday, .mc-yomi1-sm .yomihour, .mc-yomi1-sm .yomimin, .mc-yomi1-sm .yomisec { padding: 0 3px; border-radius: 5px; margin: 0 2px; font-size: 12px; } .mc-yomi1-lg .yomiday, .mc-yomi1-lg .yomihour, .mc-yomi1-lg .yomimin, .mc-yomi1-lg .yomisec { font-size: 24px; } .mc-yomi2 { position: relative; border: 1px solid #ff2222; width: 140px; height: 26px; line-height: 24px; } .mc-yomi2 .tit { width: 60px; font-size: 12px; background: #ff2222; color: #fff; text-align: center; float: left; } .mc-yomi2 .yomibox { width: 78px; float: right; text-align: center; font-size: 14px; font-weight: 600; color: #ff2222; }