1 Star 0 Fork 1K

shunbiao / 萤火商城V2.0-uniapp端

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

搜索帮助