|
@@ -1,11 +1,11 @@
|
|
|
<!--pages/publics/publics.wxml-->
|
|
|
<view style=" background-color:#F5F5F5;">
|
|
|
- <view wx:if="{{hideAll}}" style="position: absolute;z-index: 999999;height: 100vh;width:100%;background-color: #ffffff;">
|
|
|
+ <view wx:if="{{hideAll}}" style="position: fixed;z-index: 999999;height: 100vh;width:100%;background-color: #ffffff;">
|
|
|
<view style="height: 110vh;width: 100%;display: flex;align-items: center;justify-content: center;">
|
|
|
<image class="init-rate" style="height: 76rpx;width: 76rpx;" src="images/onload-init-mini.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <scroll-view hidden="{{hideAll}}" style="height: 1549rpx;" scroll-y="true">
|
|
|
+ <scroll-view style="height: 1549rpx;" scroll-y="true">
|
|
|
<view class="top">
|
|
|
<video src="http://www.cq.gov.cn/masvod/public/2022/06/23/20220623_1818e6fa1b0_r1_1200k.mp4" loop muted controls="{{false}}" show-play-btn="{{false}}" show-center-play-btn="{{false}}" enable-progress-gesture="{{false}}" object-fit="cover" autoplay style="width:100%;height:409rpx"></video>
|
|
|
<image src="{{imgUrl}}toplogo.png" class="top-logo" style="top: {{navHeight}}rpx"></image>
|