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.
42 lines
843 B
CSS
42 lines
843 B
CSS
10 months ago
|
.gray-bg-right{
|
||
|
height: 100%;
|
||
|
}
|
||
|
/*框架*/
|
||
|
.ibox-content{
|
||
|
margin-top:30px;
|
||
|
}
|
||
|
.ibox-title {
|
||
|
width: 100%;
|
||
|
border-bottom: 1px solid #e5e6e7;
|
||
|
margin-bottom: 23px;
|
||
|
}
|
||
|
.account-b {
|
||
|
padding: 20px 15px;
|
||
|
/*box-shadow: 0 0 10px rgba(0,0,0,.1);*/
|
||
|
border: 1px solid #e5e6e7;
|
||
|
}
|
||
|
/*营业执照扫描件*/
|
||
|
.picture{
|
||
|
width: 7%;
|
||
|
margin-top:8px;
|
||
|
}
|
||
|
.btn-disable, .btn-disable:hover{
|
||
|
background: #eee !important;
|
||
|
border: 1px solid #eee !important;
|
||
|
color: #cfcfcf;
|
||
|
cursor:default;
|
||
|
}
|
||
|
.btn-disable:active {
|
||
|
box-shadow:none !important;
|
||
|
color:#cfcfcf !important;
|
||
|
}
|
||
|
input {
|
||
|
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;
|
||
|
}
|