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.

68 lines
1.5 KiB

5 months ago
<!--index.wxml-->
<view class="icon-box">
<view class="icon-small-wrp">
<icon class="icon-small" type="search" size="45"></icon>
<input type="text" placeholder="点击搜索相关知识" />
</view></view>
<view class="banner">
<swiper autoplay="true" indicator-dots="true" interval="1000" circular="true">
<swiper-item>
<image src="/images/轮播1.jpg"mode=""/>
</swiper-item>
<swiper-item>
<image src="/images/轮播2.jpg"mode=""/>
</swiper-item>
<swiper-item>
<image src="/images/轮播3.jpg"mode=""/>
</swiper-item>
<swiper-item>
<image src="/images/轮播4.jpg"mode=""/>
</swiper-item>
</swiper>
</view>
<view class="new">
<view class="title">
<image src="/images/数学理论.jpg" mode=""/>
</view>
<scroll-view scroll-x>
<view class="pros">
<view class="pro">
<image src="/images/十进制.jpg" mode=""/>
</view>
<view class="pro">
<image src="/images/圆周率.jpg" mode=""/>
</view>
<view class="pro"><image src="/images/勾股定理.jpg" mode=""/></view>
</view>
</scroll-view>
<view class="jieshi">
<view class="pp">
<text>十进制</text>
</view>
<view class="pp">
<text>圆周率</text>
</view>
<view class="pp">
<text>中国勾股数</text>
</view>
</view>
</view>
<view class="xi">
<image src="/images/7.jpg" style="width: 100%;"></image>
<image src="/images/8.jpg" style="width: 100%;"></image>
</view>
<!-- <view class="xixi">
<image src="/images/8.jpg" style="width: 100%;"></image>
</view> -->