加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 799 Bytes
一键复制 编辑 原始数据 按行查看 历史
Edik 提交于 2017-01-10 16:02 . 首次提交
/**app.wxss**/
.container {
position: absolute;
height: 100%;
width: 100%;
min-height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 0;
box-sizing: border-box;
background-color: #f8f8f8;
}
.citypickers{
position: fixed;
height: 100%;
width: 100%;
min-height: 100%;
background-color: red;
}
.citypicker{
}
.citybody {
position: fixed;
bottom: 0px;
}
.cityheader {
position: absolute;
top:0px;
width: 100%;
z-index: 4;
}
.city-cancel {
float: left;
margin: 20rpx;
color: #818181;
}
.city-true {
float: right;
margin: 20rpx;
color: #2FB42E
}
.section .picker {
background-color: #fff;
border-bottom: 1px #d9d9d9 solid;
border-top: 1px #d9d9d9 solid;
padding: 20rpx;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化