[Improvement] SubmitBar: adjsut font-size (#774)

This commit is contained in:
neverland 2018-03-26 13:25:04 +08:00 committed by GitHub
parent b191f4f445
commit df1b86002a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,8 @@
}
&__price-text {
font-size: 15px;
color: $gray-darker;
font-size: 16px;
}
&__price-interger {
@ -48,14 +48,10 @@
width: 110px;
height: 100%;
border-radius: 0;
font-size: 15px;
&--disabled {
border: none;
}
.van-loading__spinner--white {
border-color: rgba(255,255,255, .8);
border-top-color: transparent;
}
}
}