1 Star 0 Fork 0

gergulo/footprint-miniprogram

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 817 Bytes
一键复制 编辑 原始数据 按行查看 历史
gergulo 提交于 2021-06-10 10:07 . first commit
/**app.wxss**/
page {
--button-normal-font-size: 36rpx;
--nav-bar-icon-color: #07c060;
--nav-bar-text-color: #07c060;
--picker-confirm-action-color: #07c060;
--tabbar-height: 100rpx;
--tabbar-item-font-size: 24rpx;
--tabbar-item-active-color: #07c060;
--tabbar-item-icon-size: 38rpx;
--tabbar-item-margin-bottom: 4rpx;
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei',
sans-serif;
color: #707070;
}
view{
box-sizing: border-box;
}
.container {
position: absolute;
top:0;
bottom: 0;
left:0;
right: 0;
box-sizing: border-box;
background-color: #f7f8fa;
}
.an-clear{
clear: both;
}
.an-left{
float: left;
}
.an-right{
float: right;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/gergulo/footprint-miniprogram.git
git@gitee.com:gergulo/footprint-miniprogram.git
gergulo
footprint-miniprogram
footprint-miniprogram
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385