[bugfix] Sku: van-sku-row font-size (#840)

This commit is contained in:
neverland
2018-04-09 20:06:46 +08:00
committed by GitHub
parent bee3cb2080
commit f060c0e59d
3 changed files with 96 additions and 95 deletions

View File

@@ -3,6 +3,7 @@
.van-sku {
&-container {
font-size: 14px;
background: $white;
}
@@ -59,18 +60,17 @@
}
&__price-symbol {
font-size: 14px;
vertical-align: middle;
}
&__price-num {
font-size: 16px;
vertical-align: middle;
}
&__goods-price {
color: $red;
margin-top: 10px;
font-size: 16px;
vertical-align: middle;
}
@@ -92,7 +92,6 @@
}
&__title {
font-size: 14px;
padding-bottom: 10px;
}
@@ -143,7 +142,6 @@
&-title {
float: left;
line-height: 30px;
font-size: 14px;
}
}
@@ -217,7 +215,6 @@
padding: 6px;
&::before {
font-size: 14px;
border-radius: 14px;
background-color: $white;
}