Commit f5a7da44 by 李君

1

1 parent be373ece
<view class="container" style="padding-top: {{navHeight}}px;height:{{windowHeight}}px;"> <view class="container" style="height:{{windowHeight}}px;">
<navbar page-name="修改密码" bg-color="" navbar-color="rgba(0, 0, 0, .85)" nav="back" backIcon="1" bind:onGoBack="onGoBack" /> <navbar page-name="修改密码" bg-color="RGBA(213, 227, 255, 1)" navbar-color="rgba(0, 0, 0, .85)" nav="back" backIcon="1" bind:onGoBack="onGoBack" />
<view class="~backgroundColor"> <view class="~backgroundColor backf">
<view class="zong-content"> <view class="zong-content">
<van-form> <van-form>
<van-cell-group class="group"> <van-cell-group class="group">
......
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
border-radius: 16rpx; border-radius: 16rpx;
background-color: #fff; background-color: #fff;
} }
.backf{
height: 100%;
}
.tips { .tips {
display: block; display: block;
margin-top: 10rpx; margin-top: 10rpx;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!