2020-02-18 11:43:23 +00:00
|
|
|
*{
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.main {
|
|
|
|
height: 800px;
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
2020-03-06 10:20:55 +00:00
|
|
|
.main-container {
|
2020-02-18 11:43:23 +00:00
|
|
|
/*background-color: rgba(245,108,13,1.0);*/
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
text-align: center;
|
|
|
|
width: 1000px;
|
|
|
|
margin: 0 auto;
|
|
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
|
|
|
|
padding-top: 100px;
|
|
|
|
padding-bottom: 100px;
|
|
|
|
}
|
|
|
|
.title{
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
.login .el-form-item{
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-top: 50px;
|
|
|
|
width: 500px;
|
|
|
|
}
|
|
|
|
.login .el-form-item .el-button{
|
|
|
|
width: 150px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
.warning .el-link{
|
|
|
|
margin-top: 40px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.warning {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#v_container {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
display: inline-flex;
|
|
|
|
position: relative;
|
|
|
|
top: 1rem;
|
|
|
|
margin-top: -2rem;
|
|
|
|
}
|
|
|
|
.verify_css {
|
|
|
|
width: 45%;
|
|
|
|
margin-left: -60px;
|
|
|
|
}
|
|
|
|
.register .el-form-item{
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-top: 50px;
|
|
|
|
width: 500px;
|
|
|
|
}
|
|
|
|
.register .el-form-item .el-button{
|
|
|
|
width: 150px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
.sp{
|
|
|
|
color: #E6A23C ;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
.warning .el-link a{
|
|
|
|
text-decoration:none
|
|
|
|
}
|