1 Star 0 Fork 20

胡开勇 / wechat-three-level

forked from Edik / wechat-three-level 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
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;
}
微信
1
https://gitee.com/504778716/wechat-three-level.git
git@gitee.com:504778716/wechat-three-level.git
504778716
wechat-three-level
wechat-three-level
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891