加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
悟空码字 提交于 2021-06-05 21:48 . 初始提交
/**app.wxss**/
/* .container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
} */
.container {
height: 100%;
box-sizing: border-box;
font-family: '微软雅黑';
font-size: 26rpx;
background-color: #efefef;
}
/*没有更多了*/
.nomore{
height: 50rpx;
line-height: 50rpx;
text-align: center;
font-size: 23rpx;
color: #aaa;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化