action sheet

This commit is contained in:
cookfront
2017-03-06 11:21:27 +08:00
parent 6f3f98c601
commit 019bb5c7d8
10 changed files with 137 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
@component-namespace zan {
@b actionsheet {
}
}
.actionsheet-float-bottom-enter,
.actionsheet-float-bottom-leave-active {
transform: translate3d(-50%, 100%, 0);
}