加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 557 Bytes
一键复制 编辑 原始数据 按行查看 历史
韩勇强 提交于 2020-06-09 18:25 . 韩勇强同步代码
.square{
background-color: green;
padding:4rpx 20rpx;
color: #fff;
border-radius:10rpx;
}
.operate-wraper {
height:calc(100vh - var(--topBarHeight));
display: flex;
align-content: center;
align-items: center;
flex-wrap: wrap;
text-align: center;
}
.operate-wraper button, .operate-wraper navigator{
background-color: green;
color: #fff;
flex:none;
width:60%;
margin:18rpx auto;
height:80rpx;
line-height:80rpx;
border-radius:20rpx;
}
.list-item{
border:2rpx solid #ccc;
line-height:180rpx;
text-align: center;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化