card component

This commit is contained in:
cookfront
2017-02-26 18:50:34 +08:00
parent 17dc5b391c
commit 9ee6c4bf59
25 changed files with 312 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
@component-namespace z {
@b panel {
padding: 5px 15px;
background: #D8D8D8;
overflow: hidden;
}
}