[improvement] Functional: ContactList, NavBar, Panel, SubmitBar, SwitchCell, Tag (#2675)

This commit is contained in:
neverland
2019-02-02 16:04:54 +08:00
committed by GitHub
parent 3c6c32e305
commit 5926d02d38
11 changed files with 302 additions and 265 deletions
+12 -4
View File
@@ -19,16 +19,24 @@
margin-left: 27px;
}
.van-radio__input {
.van-radio__icon {
top: 50%;
left: 0;
font-size: 16px;
height: 16px;
position: absolute;
line-height: 16px;
transform: translate(0, -50%);
.van-icon {
width: 16px;
height: 16px;
font-size: 12px;
}
}
.van-icon-checked {
color: @red;
.van-radio__icon--checked .van-icon {
border-color: @red;
background-color: @red;
}
&__group {