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.

135 lines
7.3 KiB

<!--miniprogram/pages/dub/dub.wxml-->
<view style="height:40px;">
<text style="font-weight:bold;font-size:20px;padding-left:10px">配音素材栏</text>
</view>
<view style="height:30px;">
<text style="font-weight:bold;font-size:15px;padding-left:10px">视频配音</text>
</view>
<view style="width:800rpx;height:260rpx">
<scroll-view scroll-x="true" class="father" scroll-into-view="{{toView}}" bindscroll="scroll" >
<view id="demo1" class="son1">
<view>爱情剧</view>
<view style="width:600px;height:400px">
<block wx:for="{{Lovedata}}" data-item="item">
<image bindtap="bindViewDub" data-src="{{item}}" src="{{item}}" style="width: 200rpx; height: 80px;"></image>
</block><image bindtap="LookMore"data-name="爱情剧" src="./lookmore.jpg" style="width:200rpx;height:80px;"></image>
</view>
</view>
<view id="demo2" class="son2">
<view>古装剧</view>
<view style="width:600px;height:400px">
<block wx:for="{{Hisdata}}" data-item="item">
<image bindtap="bindViewDub" data-src="{{item}}" src="{{item}}" style="width: 200rpx; height: 80px;"></image>
</block><image bindtap="LookMore"data-name="古装剧" src="./lookmore.jpg" style="width:200rpx;height:80px;"></image>
</view>
</view>
<view id="demo3" class="son3">
<view>动漫剧</view>
<view style="width:600px;height:400px">
<block wx:for="{{Animadata}}" data-item="item">
<image bindtap="bindViewDub" data-src="{{item}}" src="{{item}}" style="width: 200rpx; height: 80px;"></image>
</block><image bindtap="LookMore"data-name="动漫剧" src="./lookmore.jpg" style="width:200rpx;height:80px;"></image>
</view>
</view>
</scroll-view>
</view>
<view style="width:800rpx;height:260rpx">
<scroll-view scroll-x="true" class="father" scroll-into-view="{{toView}}" bindscroll="scroll" >
<view id="demo1" class="son1">
<view>喜剧</view>
<view style="width:600px;height:400px">
<block wx:for="{{Comedydata}}" data-item="item">
<image bindtap="bindViewDub" data-src="{{item}}" src="{{item}}" style="width: 200rpx; height: 80px;"></image>
</block><image bindtap="LookMore"data-name="喜剧" src="./lookmore.jpg" style="width:200rpx;height:80px;"></image>
</view>
</view>
<view id="demo2" class="son2">
<view>悲剧</view>
<view style="width:600px;height:400px">
<block wx:for="{{Tragdydata}}" data-item="item">
<image bindtap="bindViewDub" data-src="{{item}}" src="{{item}}" style="width: 200rpx; height: 80px;"></image>
</block><image bindtap="LookMore"data-name="悲剧" src="./lookmore.jpg" style="width:200rpx;height:80px;"></image>
</view>
</view>
<view id="demo3" class="son3">
<view>纪录片</view>
<view style="width:600px;height:400px">
<block wx:for="{{Docudata}}" data-item="item">
<image bindtap="bindViewDub" data-src="{{item}}" src="{{item}}" style="width: 200rpx; height: 80px;"></image>
</block><image bindtap="LookMore"data-name="纪录片" src="./lookmore.jpg" style="width:200rpx;height:80px;"></image>
</view>
</view>
</scroll-view>
</view>
<view style="height:30px;">
<text style="font-weight:bold;font-size:15px;padding-left:10px">文本配音</text>
</view>
<view style="width:800rpx;height:280rpx">
<scroll-view scroll-x="true" class="father" scroll-into-view="{{toView}}" bindscroll="scroll" >
<view id="demo1" class="son1">
<view>童话</view>
<view style="width:600px;height:400px">
<block wx:for="{{Story}}" data-item="item">
<image bindtap="bindViewDub" data-src="{{item}}" src="{{item}}" style="width: 200rpx; height: 80px;"></image>
</block><image bindtap="LookMore"data-name="童话" src="./lookmore.jpg" style="width:200rpx;height:80px;"></image>
</view>
</view>
<view id="demo2" class="son2">
<view>戏曲</view>
<view style="width:600px;height:400px">
<block wx:for="{{Drama}}" data-item="item">
<image bindtap="bindViewDub" data-src="{{item}}" src="{{item}}" style="width: 200rpx; height: 80px;"></image>
</block><image bindtap="LookMore"data-name="戏曲" src="./lookmore.jpg" style="width:200rpx;height:80px;"></image>
</view>
</view>
<view id="demo3" class="son3">
<view>诗词</view>
<view style="width:600px;height:400px">
<block wx:for="{{Poem}}" data-item="item">
<image bindtap="bindViewDub" data-src="{{item}}" src="{{item}}" style="width: 200rpx; height: 80px;"></image>
</block><image bindtap="LookMore"data-name="诗词" src="./lookmore.jpg" style="width:200rpx;height:80px;"></image>
</view>
</view>
</scroll-view>
</view>
<view style="width:800rpx;height:2800rpx">
<scroll-view scroll-x="true" class="father" scroll-into-view="{{toView}}" bindscroll="scroll" >
<view id="demo1" class="son1">
<view>散文</view>
<view style="width:600px;height:400px">
<block wx:for="{{Prose}}" data-item="item">
<image bindtap="bindViewDub" data-src="{{item}}" src="{{item}}" style="width: 200rpx; height: 80px;"></image>
</block><image bindtap="LookMore"data-name="散文" src="./lookmore.jpg" style="width:200rpx;height:80px;"></image>
</view>
</view>
<view id="demo2" class="son2">
<view>小说</view>
<view style="width:600px;height:400px">
<block wx:for="{{Novel}}" data-item="item">
<image bindtap="bindViewDub" data-src="{{item}}" src="{{item}}" style="width: 200rpx; height: 80px;"></image>
</block><image bindtap="LookMore"data-name="小说" src="./lookmore.jpg" style="width:200rpx;height:80px;"></image>
</view>
</view>
<view id="demo3" class="son3">
<view>寓言</view>
<view style="width:600px;height:400px">
<block wx:for="{{Fable}}" data-item="item">
<image bindtap="bindViewDub" data-src="{{item}}" src="{{item}}" style="width: 200rpx; height: 80px;"></image>
</block><image bindtap="LookMore"data-name="寓言" src="./lookmore.jpg" style="width:200rpx;height:80px;"></image>
</view>
</view>
</scroll-view>
</view>
<block wx:for="{{data}}" data-item="item">
<image bindtap="bindViewDub" data-src="{{item}}" src="{{item}}" style="width: 200rpx; height: 80px;"></image>
</block><image bindtap="LookMore"data-name="爱情剧" src="./lookmore.jpg" style="width:200rpx;height:80px;"></image>