qingcheng-xiaochengxu/pages/find/find.wxml
2025-05-11 15:12:01 +08:00

70 lines
3.2 KiB
Plaintext

<view class="flex-col page">
<swiper class="swiper" autoplay circular indicator-dots>
<swiper-item wx:for="{{picture}}" wx:key="index">
<image class="imagesize" src="{{item.image}}" mode="aspectFill" />
</swiper-item>
</swiper>
<view class="mt-16 flex-row justify-evenly group">
<view class="flex-col justify-start items-center text-wrapper"><text class="font text">全部</text></view>
<view class="flex-col justify-start items-center text-wrapper_2"><text class="font text_2">公考笔试</text></view>
<view class="flex-col justify-start text-wrapper_3"><text class="font text_3">事业单位</text></view>
<view class="flex-col justify-start text-wrapper_3"><text class="font text_4">教师资格证</text></view>
</view>
<view class="mt-16 flex-col list">
<view
class="flex-col relative mt-20 list-item"
wx:for="{{items}}"
wx:for-item="item"
wx:for-index="index"
wx:key="index"
>
<text class="self-start font_2 text_5">【早晚课】最全面公考资料</text>
<text class="self-start font_3 text_6">2025.5.10开课至2025.10.10日 早7晚10 每周休一天</text>
<view class="flex-row self-stretch group_2">
<view class="flex-col justify-start text-wrapper_4"><text class="font_4 text_7">一周六天</text></view>
<view class="ml-26 flex-col justify-start text-wrapper_4"><text class="font_4 text_8">名师授课</text></view>
</view>
<view class="flex-row justify-between items-end self-stretch group_3">
<view class="flex-row">
<view class="flex-col">
<view class="flex-row">
<image
class="image_2"
src="https://ide.code.fun/api/image?token=68199c7e4ae84d00122ebbb9&name=f14ebd9d7d107dcdcc3502578c9804ac.png"
/>
<image
class="ml-20 image_3"
src="https://ide.code.fun/api/image?token=68199c7e4ae84d00122ebbb9&name=32000e6a12c1fe3deb6acc69b8aefa04.png"
/>
</view>
<view class="mt-10 flex-row group_4">
<text class="font_8">教师1</text>
<text class="ml-34 font_8">教师2</text>
</view>
</view>
<view class="ml-24 flex-col items-center">
<image
class="image_2"
src="https://ide.code.fun/api/image?token=68199c7e4ae84d00122ebbb9&name=f14ebd9d7d107dcdcc3502578c9804ac.png"
/>
<text class="mt-10 font_8">教师3</text>
</view>
</view>
<view class="flex-col">
<view class="flex-row">
<view class="flex-col justify-start items-center shrink-0 text-wrapper_5" bind:tap="goumai">
<text class="font_2 text_9">购买</text>
</view>
<text class="ml-18 self-start font_5 text_10">¥1000</text>
</view>
<view class="flex-row mt-13">
<view class="flex-col justify-start items-center shrink-0 text-wrapper_6" bind:tap="goumai">
<text class="font_6 text_11">试听</text>
</view>
<text class="ml-20 self-start font_7 text_12 text_13">50积分</text>
</view>
</view>
</view>
</view>
</view>
</view>