add Contact components

This commit is contained in:
陈嘉涵
2017-09-29 15:33:48 +08:00
parent bf68cf284d
commit 235ec89baa
14 changed files with 782 additions and 14 deletions
+21
View File
@@ -0,0 +1,21 @@
@import './common/var.css';
.van-contact-edit {
&__buttons {
padding: 20px 10px;
}
&__default {
.van-cell__title {
line-height: 31px;
}
.van-cell__value {
height: 31px;
}
}
.van-button {
margin-bottom: 10px;
}
}