[new feature] add List component (#682)

This commit is contained in:
neverland
2018-03-13 16:01:50 +08:00
committed by GitHub
parent 1a2a64225b
commit 5592db2cb2
22 changed files with 495 additions and 45 deletions
+25
View File
@@ -0,0 +1,25 @@
@import './common/var.css';
.van-list {
&__loading {
text-align: center;
.van-loading,
&-text {
display: inline-block;
vertical-align: middle;
}
.van-loading {
width: 16px;
height: 16px;
margin-right: 5px;
}
&-text {
font-size: 13px;
color: $gray-dark;
line-height: 50px;
}
}
}