You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
559 B
29 lines
559 B
@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;
|
|
}
|