国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

微信小程序圖片橫向左右滑動案例

2019-11-19 16:32:53
字體:
供稿:網(wǎng)友

本文實(shí)例為大家分享了微信小程序圖片左右滑動的具體代碼,供大家參考,具體內(nèi)容如下

圖片左右滑動效果圖:


wxml代碼:

<scroll-view scroll-x="true"> <view class="uploadWrap" scroll-x="true">  <view class="upload_Item">   <image class="upload_Item_img" src="../../image/test1.jpg"></image>  </view>  <view class="upload_Item">   <image class="upload_Item_img" src="../../image/test2.jpg"></image>  </view>  <view class="upload_Item">   <image class="upload_Item_img" src="../../image/test3.jpg"></image>  </view>  <view class="upload_Item">   <image class="upload_Item_img" src="../../image/test4.jpg"></image>  </view>  <view class="upload_Item">   <image class="upload_Item_img" src="../../image/test1.jpg"></image>  </view>  <view class="upload_Item">   <image class="upload_Item_img" src="../../image/test2.jpg"></image>  </view>  <view class="upload_Item">   <image class="upload_Item_img" src="../../image/test3.jpg"></image>  </view>  </view> </scroll-view> 

wxss代碼:

.uploadWrap{height:160rpx; width:100%; display: flex; display: -webkit-box; flex-direction: column;} .upload_Item{ width: 160rpx; height: 160rpx; flex: 1;} .upload_Item_img{ width: 160rpx; height: 160rpx;} 

wxml從后臺獲取數(shù)據(jù)代碼:

<scroll-view scroll-x="true">  <view class="uploadWrap" scroll-x="true" >   <view class="upload_Item" wx:for="{{imgUrls}}" wx:key="id">    <image class="upload_Item_img" src="{{item.imgurl}}"data-id="{{item.id}}" bindtap="changeMainImgFn2"></image>    <icon type="clear" size="16" class="upload_Btn" color="#f64400"></icon>    <view class="upload_mask {{upload_ImgSelId2==item.id? 'show':' ' }}">主圖</view>   </view>  </view> </scroll-view> 

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持武林網(wǎng)。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 合水县| 河北区| 长汀县| 泰兴市| 农安县| 社旗县| 龙游县| 建阳市| 长宁区| 交城县| 百色市| 洛南县| 寿宁县| 平山县| 云浮市| 库尔勒市| 杂多县| 太谷县| 根河市| 郎溪县| 永福县| 建阳市| 汽车| 铁岭市| 卓资县| 莆田市| 丰镇市| 界首市| 任丘市| 宝应县| 天台县| 阿合奇县| 淳安县| 韶山市| 四平市| 隆昌县| 延安市| 湖北省| 大安市| 崇阳县| 芒康县|