Merge branch 'dev' of https://github.com/youzan/vant into dev

This commit is contained in:
陈嘉涵
2017-12-21 09:23:37 +08:00
23 changed files with 366 additions and 1401 deletions

View File

@@ -14,7 +14,21 @@
text-align: center;
color: $gray-dark;
font-size: 12px;
line-height: 25px;
height: 30px;
line-height: 30px;
position: relative;
}
&__close {
right: 0;
color: $blue;
font-size: 14px;
padding: 0 15px;
position: absolute;
&:active {
background-color: $active-color;
}
}
i {