feat(WechatSmallProject): 新增 微信小程序 课程(包含实验1-4)
This commit is contained in:
44
WechatSmallProject/test1/pages/demo1/demo1.wxml
Normal file
44
WechatSmallProject/test1/pages/demo1/demo1.wxml
Normal file
@@ -0,0 +1,44 @@
|
||||
<view class="demo1-container">
|
||||
<view class="lbt">
|
||||
<swiper current="1" duration="500" autoplay="true">
|
||||
<swiper-item>
|
||||
<image src="https://ts3.tc.mm.bing.net/th/id/OIP-C.VCcgAcUd3Xv7HszQm8ZaJQHaEK?rs=1&pid=ImgDetMain&o=7&rm=3" mode="widthFix" />
|
||||
</swiper-item>
|
||||
<swiper-item>
|
||||
<image src="https://pic1.zhimg.com/v2-4fd3f2bb57d4bcc195e3d3cf092a7dd7_r.jpg" mode="widthFix" />
|
||||
</swiper-item>
|
||||
<swiper-item>
|
||||
<image src="https://ts2.tc.mm.bing.net/th/id/OIP-C.zRwcvZSd5rTvcUKulre4nAHaEK?rs=1&pid=ImgDetMain&o=7&rm=3" mode="widthFix" />
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
</view>
|
||||
<view class="jgg">
|
||||
<view class="items">
|
||||
<image src="/images/demo1/193_会议室.png" mode="aspectFit" /><text>会议室</text>
|
||||
</view>
|
||||
<view class="items">
|
||||
<image src="/images/demo1/193_公告.png" mode="aspectFit" /><text>公告</text>
|
||||
</view>
|
||||
<view class="items">
|
||||
<image src="/images/demo1/193_报修.png" mode="aspectFit" /><text>报修</text>
|
||||
</view>
|
||||
<view class="items">
|
||||
<image src="/images/demo1/193_共享中心.png" mode="aspectFit" /><text>共享中心</text>
|
||||
</view>
|
||||
<view class="items">
|
||||
<image src="/images/demo1/193_活动.png" mode="aspectFit" /><text>活动</text>
|
||||
</view>
|
||||
<view class="items">
|
||||
<image src="/images/demo1/193_流程.png" mode="aspectFit" /><text>流程</text>
|
||||
</view>
|
||||
<view class="items">
|
||||
<image src="/images/demo1/193_食堂.png" mode="aspectFit" /><text>食堂</text>
|
||||
</view>
|
||||
<view class="items">
|
||||
<image src="/images/demo1/193_通讯录.png" mode="aspectFit" /><text>通讯录</text>
|
||||
</view>
|
||||
<view class="items">
|
||||
<image src="/images/demo1/193_推广.png" mode="aspectFit" /><text>推广</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user