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.
17 lines
337 B
17 lines
337 B
|
3 years ago
|
// input输入框
|
||
|
|
.el-input--small .el-input__inner {
|
||
|
|
width: 420px;
|
||
|
|
height: 50px;
|
||
|
|
line-height: 50px;
|
||
|
|
border-radius: 3px 3px 3px 3px;
|
||
|
|
color: #333;
|
||
|
|
position: relative;
|
||
|
|
border: 1px solid #CFCFCF
|
||
|
|
}
|
||
|
|
// input输入框label
|
||
|
|
.el-form--label-top .el-form-item__label {
|
||
|
|
font-size: 16px;
|
||
|
|
color: #273240;
|
||
|
|
padding: 0!important;
|
||
|
|
}
|