161 Star 2.4K Fork 1K

萤火科技 / 萤火商城V2.0-uniapp端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.scss 790 Bytes
一键复制 编辑 原始数据 按行查看 历史
萤火科技 提交于 2024-02-06 22:51 . v2.1.0
/* 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 */
1
https://gitee.com/xany/yoshop2.0-uniapp.git
git@gitee.com:xany/yoshop2.0-uniapp.git
xany
yoshop2.0-uniapp
萤火商城V2.0-uniapp端
master

搜索帮助