Bläddra i källkod

[我的][修改]:[关注公众号显示]

tags/安徽版C.4.1.6最终版
meo 6 år sedan
förälder
incheckning
e474f70bb7
2 ändrade filer med 9 tillägg och 18 borttagningar
  1. +3
    -4
      pages/user/index.wxml
  2. +6
    -14
      pages/user/index.wxss

+ 3
- 4
pages/user/index.wxml Visa fil

@@ -78,11 +78,10 @@
<view wx:if="{{flag=='show'}}">版本号:{{appVersion}}</view>
<view wx:if="{{flag=='hidden'}}"></view>
</view>
<view class='of'>
<official-account wx:if="{{canIUse}}" class="gzh"></official-account>
</view>
</view>
<view class='of'>
<official-account wx:if="{{canIUse}}" class="gzh"></official-account>
</view>
<view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}">
<view class="canvas-box">
<canvas hidden="{{canvasHidden}}" style="height:500rpx;background:0 0 0 .6;margin-top:10rpx;" canvas-id="mycanvas1" />


+ 6
- 14
pages/user/index.wxss Visa fil

@@ -32,20 +32,10 @@ page{
border-bottom: 6rpx solid #02c0ff;
}

/*
.user-avatar {
padding-right: 30rpx;
width: 126rpx;
height: 126rpx;
border-radius: 16rpx;
overflow: hidden;
border: 1px solid red;
} */

.version {
width: 500rpx;
height: 300rpx;
line-height: 300rpx;
height: 90rpx;
line-height: 90rpx;
text-align: center;
font-size: 30rpx;
color: #999;
@@ -218,9 +208,9 @@ page{
}

.gzh {
display: none;
/* display: none; */
position: absolute;
bottom: 6%;
bottom: 16%;
width: 90%;
left: 0;
right: 0;
@@ -238,6 +228,8 @@ page{

.of {
display: block;
margin-top: 40rpx;
height: 170rpx;
}

.activeimg {


Laddar…
Avbryt
Spara