Commit 2e3f1e7b by xueyuanyuan

回访工单页面

parents
html,body{
margin: 0;
padding: 0;
}
.left{
float: left;
}
.right{
float: right;
}
header{
height: 50px;
padding-top: 12px;
background-color: #3C8DBC;
overflow: hidden;
}
header a{
color: #fff;
}
header .info a{
margin-left: 20px;
}
header .circle{
display: inline-block;
width: 12px;
height: 12px;
line-height: 12px;
text-align: center;
font-size: 10px;
font-style: normal;
border-radius: 50%;
margin-left: 5px;
background-color: red;
}
.info .user-img img{
width: 20px;
border-radius: 50%;
margin-right: 5px;
}
header .home{
color: #fff;
font-size: 20px;
}
header .home .fa-home{
margin-right: 10px;
}
header .left .fa-bars{
color: #fff;
}
.main{
height: 1000px;
position: relative;
}
.main .aside{
background-color: #222D32;
height: 1000px;
/* position: absolute;
left: 0;
top: 0; */
}
.aside a {
display: block;
color: #B8C7CE;
}
.panel-default {
border-color: transparent;
}
.panel {
background-color:transparent;
}
.panel-default>.panel-heading {
border-color: transparent;
background-color:transparent;
}
.panel-collapse a{
line-height: 30px;
}
.panel .fa{
margin-right: 10px;
}
.main .digital-container{
height: 1000px;
}
.visible{
display: none;
}
.width{
width: 100%;
}
.subnav button{
outline: 0;
}
.subnav h3{
font-size: 16px;
font-weight: 700;
display: inline-block;
margin-right: 20px;
}
.select{
background-color: #1ABC9C;
}
.main .nav-tabs{
margin-top: 30px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
cursor: default;
background-color: #1ABC9C;
border: 0;
border-bottom-color: transparent;
}
.main .status{
position: absolute;
right: 0;
top: 60px;
}
.main .status select{
width: 100px;
}
.table a {
color: #1ABC9C;
}
.pager{
text-align: right;
color: #1ABC9C;
}
.pager a{
color: #1ABC9C;
}
.pager li>a {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #1ABC9C;
border-radius: 0;
}
.pager li>span{
border: 0;
padding: 0 4px;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment