mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-22 06:31:46 +08:00
parent
7cdea2f3ff
commit
1949fa03a2
@ -11,24 +11,24 @@
|
||||
}
|
||||
|
||||
&__input {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
resize: none;
|
||||
display: block;
|
||||
text-align: left;
|
||||
min-height: 24px;
|
||||
color: @text-color;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height: inherit;
|
||||
box-sizing: border-box;
|
||||
color: @text-color;
|
||||
text-align: left;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
box-sizing: border-box;
|
||||
resize: none;
|
||||
|
||||
&--disabled {
|
||||
opacity: 1;
|
||||
color: @gray-dark;
|
||||
background-color: transparent;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&--center {
|
||||
@ -49,7 +49,9 @@
|
||||
}
|
||||
|
||||
&__clear-root {
|
||||
display: flex;
|
||||
height: 24px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
&__clear,
|
||||
@ -61,8 +63,8 @@
|
||||
&__clear,
|
||||
&__icon-container {
|
||||
padding: 0 10px;
|
||||
line-height: inherit;
|
||||
margin-right: -10px;
|
||||
line-height: inherit;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@ -83,8 +85,8 @@
|
||||
}
|
||||
|
||||
&__error-message {
|
||||
color: @red;
|
||||
font-size: 12px;
|
||||
color: @red;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user