You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

187 lines
2.7 KiB

*{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB',
'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol';
}
a{
text-decoration:none;
color: #1890FF;
}
body{
background: rgb(240, 242, 245);
}
a:hover{
color:#40a9ff;
text-decoration:none;
}
.breadcrumb{
background: none;
}
.breadcrumb > li + li:before {
color: #CCCCCC;
content: "/ ";
padding: 0 5px;
}
.header{
width: 100%;
background-color: white;
padding-top: 65px;
margin-bottom:15px;
border-bottom:rgb(233, 233, 233) 1px solid;
}
.page-header{
margin-top: 0px;
overflow: hidden;
border: none;
}
.page-header h3{
overflow: hidden;
padding-left: 19px;
margin-top: 3px;
}
.panel-heading{
background-color: white;
height: 55px;
padding: 19px;
}
.panel-heading h3{
float: left;
width: 80%;
}
.data{
text-align: center;
float: left;
padding:0 15px;
}
.data .data-title{
color:rgba(0,0,0,.45);
font-weight: none;
}
.data .data-num{
font-size: 25px;
}
.base-data span{
font-size: 20px;
}
.app .list{
background-color: #f0f4f7;
overflow: hidden;
}
.app img{
width: 100%;
}
.app {
text-align: center;
}
.app span{
display: block;
font-size: 12px;
margin: 5px 0;
}
.dropdown-menu li a{
line-height: 30px;
}
.info-box {
display: block;
min-height: 90px;
background: #fff;
width: 100%;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
border-radius: 2px;
margin-bottom: 15px;
}
.info-box small {
font-size: 14px
}
.info-box .progress {
background: rgba(0,0,0,0.2);
margin: 5px -10px 5px -10px;
height: 2px
}
.info-box .progress,.info-box .progress .progress-bar {
border-radius: 0
}
.info-box .progress .progress-bar {
background: #fff
}
.info-box-icon {
border-top-left-radius: 2px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 2px;
display: block;
float: left;
height: 90px;
width: 90px;
text-align: center;
font-size: 45px;
line-height: 90px;
background: rgba(0,0,0,0.2)
}
.info-box-icon>img {
max-width: 100%
}
.info-box-content {
padding: 5px 10px;
margin-left: 90px
}
.info-box-number {
display: block;
font-weight: bold;
font-size: 18px
}
.progress-description,.info-box-text {
display: block;
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.info-box-text {
text-transform: uppercase
}
.info-box-more {
display: block
}
.info-box i{
color:white;
}
.info-box h4{
margin:5px 0;
}
.info-box p{
color: #7a7a7a;
font-size:14px;
}
.info-box-icon-s{
width: 50px;
}
.media {
margin-top: 0px;
}
.qk h4{
font-size: 14px;
margin: 15px 0;
}