mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-23 15:09:16 +08:00
[bugfix] Field: text color (#2323)
This commit is contained in:
parent
8bfcb9f3a6
commit
fdffccfc7d
@ -24,6 +24,7 @@
|
|||||||
&__label {
|
&__label {
|
||||||
color: @gray-dark;
|
color: @gray-dark;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
margin-top: 3px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,12 +17,17 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
resize: none;
|
resize: none;
|
||||||
display: block;
|
display: block;
|
||||||
|
color: @text-color;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
|
&::placeholder {
|
||||||
|
color: @gray-dark;
|
||||||
|
}
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
color: @gray-darker;
|
color: @gray-dark;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user