第一次提交
This commit is contained in:
43
app.scss
Executable file
43
app.scss
Executable file
@@ -0,0 +1,43 @@
|
||||
/* utils.scss */
|
||||
@import "/utils/utils.scss";
|
||||
|
||||
page {
|
||||
background: #f3f3f3;
|
||||
}
|
||||
|
||||
@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 */
|
||||
|
||||
Reference in New Issue
Block a user