1 Star 0 Fork 0

茂密的全栈开发/uin-app-wx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
茂密的全栈开发 提交于 2021-09-17 18:16 . 微信小程序登录
/**app.wxss**/
page {
box-sizing: border-box;
min-height: 100vh;
/* padding: 0 0 100rpx; */
color: #323233;
font-size: 16px;
font-family: 'PingFang SC', Helvetica, Arial, sans-serif;
background: #f7f8fa;
-webkit-font-smoothing: antialiased;
height: 100%;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.app-margin-left {
margin-left: 10px;
}
.app-margin-right {
margin-right: 10px;
}
.app-margin-bottom {
display: block;
margin-bottom: 15px;
}
.app-block--padding {
padding: 0 15px;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Thomas-xkai/uin-app-wx.git
git@gitee.com:Thomas-xkai/uin-app-wx.git
Thomas-xkai
uin-app-wx
uin-app-wx
master

搜索帮助