You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
2.3 KiB
83 lines
2.3 KiB
|
11 months ago
|
<view class="page">
|
||
|
|
<view
|
||
|
|
class="page1"
|
||
|
|
style="background: url({{imageUrl}}/cutaneous/home1.png?t={{Timestamp}}) no-repeat top center/100%;"
|
||
|
|
></view>
|
||
|
|
|
||
|
|
<view
|
||
|
|
class="page2"
|
||
|
|
style="background: url({{imageUrl}}/cutaneous/home2.png?t={{Timestamp}}) no-repeat top center/100%;"
|
||
|
|
bind:tap="handleDetail"
|
||
|
|
data-id="2"
|
||
|
|
>
|
||
|
|
<image
|
||
|
|
class="mg-video"
|
||
|
|
src="{{imageUrl}}/cutaneous/video1-1.png?t={{Timestamp}}"
|
||
|
|
data-key="mg"
|
||
|
|
data-index="0"
|
||
|
|
catch:tap="handleVideo"
|
||
|
|
></image>
|
||
|
|
</view>
|
||
|
|
<view
|
||
|
|
class="page3"
|
||
|
|
style="background: url({{imageUrl}}/cutaneous/home3.png?t={{Timestamp}}) no-repeat top center/100%;"
|
||
|
|
bind:tap="handleDetail"
|
||
|
|
data-id="3"
|
||
|
|
>
|
||
|
|
<image class="cidp-mask" src="{{imageUrl}}/cutaneous/cidp-mask.png?t={{Timestamp}}"></image>
|
||
|
|
<view class="cidp-list">
|
||
|
|
<image
|
||
|
|
class="cidp-item"
|
||
|
|
src="{{imageUrl}}/cutaneous/video2-1.png?t={{Timestamp}}"
|
||
|
|
data-key="cidp"
|
||
|
|
data-index="0"
|
||
|
|
catch:tap="handleVideo"
|
||
|
|
></image>
|
||
|
|
<image
|
||
|
|
class="cidp-item"
|
||
|
|
src="{{imageUrl}}/cutaneous/video2-2.png?t={{Timestamp}}"
|
||
|
|
data-key="cidp"
|
||
|
|
data-index="1"
|
||
|
|
catch:tap="handleVideo"
|
||
|
|
></image>
|
||
|
|
<image
|
||
|
|
class="cidp-item"
|
||
|
|
src="{{imageUrl}}/cutaneous/video2-3.png?t={{Timestamp}}"
|
||
|
|
data-key="cidp"
|
||
|
|
data-index="2"
|
||
|
|
catch:tap="handleVideo"
|
||
|
|
></image>
|
||
|
|
<image
|
||
|
|
class="cidp-item"
|
||
|
|
src="{{imageUrl}}/cutaneous/video2-4.png?t={{Timestamp}}"
|
||
|
|
data-key="cidp"
|
||
|
|
data-index="3"
|
||
|
|
catch:tap="handleVideo"
|
||
|
|
></image>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view
|
||
|
|
class="page4"
|
||
|
|
style="background: url({{imageUrl}}/cutaneous/home4.png?t={{Timestamp}}) no-repeat top center/100%;"
|
||
|
|
bind:tap="handleDetail"
|
||
|
|
data-id="4"
|
||
|
|
></view>
|
||
|
|
<view
|
||
|
|
class="page5"
|
||
|
|
style="background: url({{imageUrl}}/cutaneous/home5.png?t={{Timestamp}}) no-repeat top center/100%;"
|
||
|
|
bind:tap="handleDetail"
|
||
|
|
data-id="5"
|
||
|
|
></view>
|
||
|
|
<image class="page6" bind:tap="handleVideoDetail" src="{{imageUrl}}/cutaneous/home6.png?t={{Timestamp}}"></image>
|
||
|
|
</view>
|
||
|
|
|
||
|
|
<video
|
||
|
|
id="video"
|
||
|
|
src="{{videoUrl}}"
|
||
|
|
loop
|
||
|
|
show-play-btn
|
||
|
|
play-btn-position="center"
|
||
|
|
enable-play-gesture
|
||
|
|
bindfullscreenchange="handleFullScreen"
|
||
|
|
></video>
|