Commit d6f256380742ca6d0aec4f6c09bc68a28d435c83

Authored by shaoshuai
1 parent 55bc1348d4
Exists in master

二维码

Showing 3 changed files with 8 additions and 1 deletions

woman/pages/message/message.wxml View file @ d6f2563
1 1 <!--pages/message/message.wxml-->
2 2 <view class="i-column i-align-center">
3   - <image class="bg" src="../../source/imageSource/bg/message.png" mode="aspectFit"></image>
  3 + <image class="bg" src="../../source/imageSource/bg/message.png" mode="aspectFit" ></image>
  4 +
4 5 <view class="text">关联微信公众号获取最新消息推送</view>
  6 + <image class="qr" show-menu-by-longpress="true" src="../../source/qr.png" mode="aspectFill"></image>
5 7 </view>
woman/pages/message/message.wxss View file @ d6f2563
... ... @@ -15,4 +15,9 @@
15 15 -webkit-background-clip: text;
16 16 -webkit-text-fill-color: transparent;
17 17 }
  18 +.qr{
  19 + width: 240rpx;
  20 + height: 240rpx;
  21 + margin-top: -480rpx;
  22 +}
woman/source/qr.png View file @ d6f2563

1.9 KB