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.
43 lines
790 B
43 lines
790 B
/* utils.scss */
|
|
@import "/utils/utils.scss";
|
|
|
|
page {
|
|
background: #fafafa;
|
|
}
|
|
|
|
@keyframes rotate {
|
|
0% {
|
|
transform: rotate(0deg) scale(1);
|
|
}
|
|
|
|
100% {
|
|
transform: rotate(360deg) scale(1);
|
|
}
|
|
}
|
|
|
|
/* #ifdef H5*/
|
|
|
|
uni-page {
|
|
box-shadow: 0 1rpx 44rpx rgba(169, 169, 169, .3);
|
|
}
|
|
|
|
.uni-app--showlayout+uni-tabbar.uni-tabbar-bottom,
|
|
.uni-app--showlayout+uni-tabbar.uni-tabbar-bottom .uni-tabbar,
|
|
.uni-app--showlayout+uni-tabbar.uni-tabbar-top,
|
|
.uni-app--showlayout+uni-tabbar.uni-tabbar-top .uni-tabbar {
|
|
left: var(--window-left);
|
|
right: var(--window-right);
|
|
}
|
|
|
|
.footer-fixed {
|
|
left: var(--window-left) !important;
|
|
right: var(--window-right) !important;
|
|
}
|
|
|
|
.u-mask,.u-drawer {
|
|
left: var(--window-left) !important;
|
|
right: var(--window-right) !important;
|
|
}
|
|
|
|
/* #endif */
|
|
|
|
|