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.
43 lines
829 B
43 lines
829 B
/* inupt输入框样式 */
|
|
.login-input.el-input {
|
|
width: 350px;
|
|
}
|
|
.verify-input.el-input {
|
|
width: 250px;
|
|
}
|
|
.login-input.el-input .el-input__inner {
|
|
background: none;
|
|
border: none;
|
|
padding: 0;
|
|
}
|
|
.login-input-left.el-input {
|
|
width: 300px;
|
|
}
|
|
|
|
.area .el-select .el-input__inner{
|
|
width: 60px;
|
|
border: none;
|
|
background: none;
|
|
padding: 0;
|
|
}
|
|
|
|
/* 上传图片 */
|
|
.upload-photo li .upload-photo-box .add-photo-btn .el-icon-plus {
|
|
width: 100%;
|
|
line-height: 80px;
|
|
font-size: 30px;
|
|
color: #ccc;
|
|
text-align: center;
|
|
}
|
|
.upload-photo .el-upload-list--picture-card .el-upload-list__item, .upload-photo .el-upload--picture-card {
|
|
width: 100px;
|
|
height: 100px;
|
|
line-height: 104px;
|
|
margin: 0;
|
|
}
|
|
.upload-photo .el-upload-list__item-status-label {
|
|
line-height: 24px;
|
|
}
|
|
.upload-photo.hide .el-upload--picture-card{
|
|
display: none;
|
|
}
|