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.
55 lines
917 B
CSS
55 lines
917 B
CSS
10 months ago
|
@media (max-width: 768px){
|
||
|
.top-20-768{
|
||
|
margin-top:20px !important;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 1200px){
|
||
|
.code {
|
||
|
margin-top:10px;
|
||
|
float:right;
|
||
|
}
|
||
|
}
|
||
|
/*不可删.gray-bg-right{
|
||
|
height: 100%;
|
||
|
}*/
|
||
|
.editinfo-middle{
|
||
|
width: 98%;
|
||
|
margin:0 auto;
|
||
|
}
|
||
|
.m-l-10{
|
||
|
margin-left:15px;
|
||
|
margin-top:-5px;
|
||
|
}
|
||
|
.ibox-content{
|
||
|
margin-top:30px;
|
||
|
}
|
||
|
.ibox-title{
|
||
|
width:100%;
|
||
|
border-bottom: 1px solid #e5e6e7;
|
||
|
margin-bottom:23px;
|
||
|
}
|
||
|
.editinfo-p {
|
||
|
padding: 20px 15px;
|
||
|
/*box-shadow:0 0 10px rgba(0,0,0,.1);*/
|
||
|
margin: 0 10px;
|
||
|
border: 1px solid #e5e6e7;
|
||
|
}
|
||
|
.right-30{
|
||
|
margin-right: 30px;
|
||
|
}
|
||
|
.top-20{
|
||
|
margin-top:20px;
|
||
|
}
|
||
|
.code{
|
||
|
margin-left:10px;
|
||
|
}
|
||
|
textarea, input, select {
|
||
|
border: 1px dotted #33a3dc !important;
|
||
|
}
|
||
|
.has-success .form-control {
|
||
|
border: 1px solid #1ab394 !important;
|
||
|
}
|
||
|
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
|
||
|
border:1px solid #e5e6e7 !important;
|
||
|
}
|