[Improvement] SubmitBar: upgrade style (#1631)

This commit is contained in:
neverland
2018-08-14 20:00:05 +08:00
committed by GitHub
parent 225bdaef01
commit b24e21b9cb
6 changed files with 21 additions and 24 deletions

View File

@@ -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%;