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.
94 lines
1.6 KiB
94 lines
1.6 KiB
.control {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin: 20px 0;
|
|
}
|
|
.control .btn {
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.container {}
|
|
.container .content{}
|
|
|
|
.content .form {
|
|
padding: 20px 40px;
|
|
}
|
|
|
|
.content .form .form-sec-title {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
.content .form .form-item {
|
|
margin: 16px 0;
|
|
overflow: hidden;
|
|
}
|
|
.content .form .form-item .form-label {
|
|
width: 120px;
|
|
line-height: 34px;
|
|
float: left;
|
|
}
|
|
.content .form .form-item input {
|
|
width: 550px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
border: 1px solid #d7d7d7;
|
|
padding: 0 10px;
|
|
/* margin-right: 20px; */
|
|
float: left;
|
|
border-radius: 5px;
|
|
color: #8c8c8c;
|
|
}
|
|
.content .form .form-item input:focus {
|
|
border-color: transparent !important;
|
|
outline-color: #3e84e9;
|
|
}
|
|
.content .form .form-item input.input-error {
|
|
border-color: #f95835;
|
|
}
|
|
|
|
.content .form .form-item .error {
|
|
padding: 0 16px;
|
|
line-height: 34px;
|
|
color: #f95835;
|
|
float: left;
|
|
}
|
|
.content .form .form-item .remind {
|
|
font-size: 12px;
|
|
margin-top: 10px;
|
|
margin-left: 120px;
|
|
width: 550px;
|
|
line-height: 20px;
|
|
color: #777;
|
|
background-color: #fff6e7;
|
|
padding: 0 12px;
|
|
border-radius: 3px;
|
|
float: left;
|
|
border:1px solid #d7d7d7;
|
|
}
|
|
|
|
.install_progress_a {
|
|
text-align: center;
|
|
margin: 20% auto;
|
|
display: none;
|
|
}
|
|
.install_pro{
|
|
text-align: center;
|
|
padding: 20px 0;
|
|
color: #777;
|
|
}
|
|
|
|
.content .form .form-item textarea {
|
|
height: 100px;
|
|
width: 550px;
|
|
line-height: 25px;
|
|
border: 1px solid #d7d7d7;
|
|
padding: 0 10px;
|
|
/* margin-right: 20px; */
|
|
float: left;
|
|
border-radius: 5px;
|
|
color: #8c8c8c;
|
|
}
|
|
.content .form .form-item textarea:focus {
|
|
border-color: transparent !important;
|
|
outline-color: #3e84e9;
|
|
} |