124 Star 1.8K Fork 758

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

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
app.scss 633 Bytes
Copy Edit Web IDE Raw Blame History
萤火科技 authored 2022-10-18 22:30 . v2.0.6
/* utils.scss */
@import "/utils/utils.scss";
page {
background: #fafafa;
}
@-webkit-keyframes rotate {
0% {
transform: rotate(0deg) scale(1);
}
100% {
transform: rotate(360deg) scale(1);
}
}
@keyframes rotate {
0% {
transform: rotate(0deg) scale(1);
}
100% {
transform: rotate(360deg) scale(1);
}
}
/* #ifdef H5*/
uni-page {
box-shadow: 0 1px 22px rgb(169, 169, 169, .3);
}
.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

Search