This commit is contained in:
Weilanwl
2019-03-28 23:08:35 +08:00
parent 89817a88e8
commit bb889509c0
108 changed files with 3446 additions and 4082 deletions
+4 -32
View File
@@ -1,8 +1,8 @@
@import "icon.wxss";
@import "colorui.wxss";
@import "colorui/main.wxss";
@import "colorui/icon.wxss";
.cu-modal.show {
z-index: 99999;
.scrollPage {
height: 100vh;
}
.nav-list {
@@ -105,31 +105,3 @@
.text-light {
font-weight: 300;
}
@keyframes show {
0% {
transform: translateY(-50px);
}
60% {
transform: translateY(40rpx);
}
100% {
transform: translateY(0px);
}
}
@-webkit-keyframes show {
0% {
transform: translateY(-50px);
}
60% {
transform: translateY(40rpx);
}
100% {
transform: translateY(0px);
}
}