摘要:
效果图 文件夹列表 popup.wxml <view class="wx-popup" hidden="{{flag}}"> <view class='popup-container'> <view class="wx-popup-title">{{title}}</view> <view clas 阅读全文
摘要:
index.wxml <view class="container"> <view class="matter"> <image wx:for="{{info}}" src="{{item.pic}}" style="width: {{imagewidth}}px; height: {{imageh 阅读全文
摘要:
wxml <image wx:for="{{info}}" src="{{item.pic}}" bindtap="preview" data-list="{{item.pic}}" data-src="{{item.pic}}"></image> js Page({ //图片预览 preview: 阅读全文
摘要:
<div class="mobile"></div> 1 .mobile{ 2 width: 360px; 3 height: 710px; 4 background: url(/static/backend/image/bgiphone2.jpg); 5 background-repeat: no 阅读全文