Browse Source

注册优化

master
zhaoyongnian 5 years ago
parent
commit
4a74d162b2
  1. BIN
      images/agreementv2.png
  2. 2
      pages/toRegister/toRegister.wxml
  3. 1
      pages/toRegister/toRegister.wxss

BIN
images/agreementv2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 KiB

2
pages/toRegister/toRegister.wxml

@ -1,6 +1,6 @@
<view class="container">
<view class="pagelayout">
<image class="bgimg" src="../../images/agreement.png" mode="widthFix"/>
<image class="bgimg" src="../../images/agreementv2.png" mode="widthFix"/>
</view>
<view class="footer">
<view class="buttons" wx:if="{{experience=='1'}}">

1
pages/toRegister/toRegister.wxss

@ -11,6 +11,7 @@
flex-direction: column;
}
.bgimg{
margin-top: 217rpx;
width: 100%;
height: auto;
position: absolute;

Loading…
Cancel
Save