You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
613 B
CSS
33 lines
613 B
CSS
/*表格*/
|
|
.table thead tr th .th-inner {
|
|
color: #FFF !important;
|
|
}
|
|
input {
|
|
border: 1px dotted #33a3dc !important;
|
|
}
|
|
.has-success .form-control {
|
|
border: 1px solid #1ab394 !important;
|
|
}
|
|
/*编辑按钮*/
|
|
.table tbody tr td:last-child a{
|
|
width: 60px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
background: #33a3dc;
|
|
border: 1px solid #33a3dc;
|
|
display: block;
|
|
color: #FFF;
|
|
border-radius: 3px;
|
|
margin-bottom: 5px;
|
|
float: left;
|
|
text-align:center;
|
|
}
|
|
|
|
.table tbody tr td:last-child a {
|
|
background: none;
|
|
color: #33a3dc;
|
|
}
|
|
|
|
.table tbody tr td a i {
|
|
display: none
|
|
} |