1 Star 1 Fork 0

richard / wechatChangePassword

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 436 Bytes
一键复制 编辑 原始数据 按行查看 历史
richard 提交于 2019-05-08 17:57 . Initial Commit
/**app.wxss**/
page {
width: 100%;
height: 100%;
}
button {
margin: 0;
padding: 0;
line-height: 1;
border: none;
border-radius: 0;
}
button::after {
border: none;
}
input {
min-height: auto;
}
image {
vertical-align: bottom;
}
view, button, text, input {
line-height: 1;
box-sizing: border-box;
}
.container {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
overflow-y: auto;
}
JavaScript
1
https://gitee.com/richard1015/wechatChangePassword.git
git@gitee.com:richard1015/wechatChangePassword.git
richard1015
wechatChangePassword
wechatChangePassword
master

搜索帮助