mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[Improvement] SubmitBar: upgrade style (#1631)
This commit is contained in:
@@ -19,15 +19,16 @@
|
||||
&__bar {
|
||||
height: 50px;
|
||||
display: flex;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
align-items: center;
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
&__price {
|
||||
&__text {
|
||||
flex: 1;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
color: $gray-darker;
|
||||
color: $text-color;
|
||||
padding-right: 12px;
|
||||
|
||||
span {
|
||||
@@ -35,15 +36,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
&__price-integer {
|
||||
&__price {
|
||||
color: $red;
|
||||
}
|
||||
|
||||
&__price-decimal {
|
||||
color: $red;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.van-button {
|
||||
width: 110px;
|
||||
height: 100%;
|
||||
|
Reference in New Issue
Block a user