1 Star 1 Fork 0

diogoxiang/mini_question

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
efit 提交于 2023-03-10 18:12 +08:00 . 人都是要恰饭的呀
/**app.wxss**/
page {
background-color: #f0f2f7;
}
.main{
background-color: white;
}
.clear {
clear: both;
}
.redColor{
color: red;
}
.greenColor{
color: green;
}
.orangeColor{
color: orange;
}
.titleSticky{
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1;
}
.adContainer{
margin-top: 30rpx;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/diogoxiang/mini_question.git
git@gitee.com:diogoxiang/mini_question.git
diogoxiang
mini_question
mini_question
master

搜索帮助