mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-26 03:16:35 +08:00
[Improvement] SubmitBar: adjsut font-size (#774)
This commit is contained in:
parent
b191f4f445
commit
df1b86002a
@ -30,8 +30,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__price-text {
|
&__price-text {
|
||||||
|
font-size: 15px;
|
||||||
color: $gray-darker;
|
color: $gray-darker;
|
||||||
font-size: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__price-interger {
|
&__price-interger {
|
||||||
@ -48,14 +48,10 @@
|
|||||||
width: 110px;
|
width: 110px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
font-size: 15px;
|
||||||
|
|
||||||
&--disabled {
|
&--disabled {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.van-loading__spinner--white {
|
|
||||||
border-color: rgba(255,255,255, .8);
|
|
||||||
border-top-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user