@import "colorui/main.wxss"; @import "colorui/icon.wxss"; @import "colorui/animation.wxss"; @import 'assets/styles/skyvow.wxss'; /**app.wxss**/ .scrollPage { height: 100vh; } .flex-center { align-items: center; justify-content: center; } .flex-column { -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .flex-justify { align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }