3 changed files with 38 additions and 4 deletions
@ -1,3 +1,21 @@
@@ -1,3 +1,21 @@
|
||||
.page { |
||||
width: 100vw; |
||||
} |
||||
|
||||
.page-click1 { |
||||
position: fixed; |
||||
bottom: 0; |
||||
left: 0; |
||||
z-index: 1; |
||||
width: 750rpx; |
||||
height: 230rpx; |
||||
background-color: transparent; |
||||
} |
||||
|
||||
.float1 { |
||||
position: fixed; |
||||
bottom: 0; |
||||
left: 0; |
||||
z-index: 2; |
||||
width: 100vw; |
||||
} |
||||
|
||||
@ -1,2 +1,6 @@
@@ -1,2 +1,6 @@
|
||||
<navigation-bar></navigation-bar> |
||||
<image class="page" mode="widthFix" src="{{imageUrl}}nmosd/013.png?t={{Timestamp}}" bind:tap="handleTap1"></image> |
||||
<image class="page" mode="widthFix" src="{{imageUrl}}nmosd/013.png?t={{Timestamp}}" bind:tap="handlePage1"></image> |
||||
|
||||
<view class="page-click1" catch:tap="handelTap1"></view> |
||||
|
||||
<image wx:if="{{float1}}" class="float1" mode="widthFix" src="{{imageUrl}}nmosd/01.png?t={{Timestamp}}" bind:tap="handleFloat1"></image> |
||||
|
||||
Loading…
Reference in new issue