26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
|
<!--pages/course/searchCourses/searchCourses.wxml-->
|
||
|
<view class="flex-col page">
|
||
|
<view class="flex-row items-center section">
|
||
|
<image
|
||
|
class="image"
|
||
|
src="https://ide.code.fun/api/image?token=6854f3c94ae84d0012332367&name=f2d91149603a9b9bbd30ffd5a77c2043.png"
|
||
|
/>
|
||
|
<input class="text ml-3" placeholder="搜索更多好课" />
|
||
|
</view>
|
||
|
<view class="flex-col list mt-17">
|
||
|
<view class="flex-row relative list-item" wx:for="{{items}}" wx:for-item="item" wx:for-index="index" wx:key="index">
|
||
|
<view class="list-divider pos_3"></view>
|
||
|
<image
|
||
|
class="image_2 pos"
|
||
|
src="https://ide.code.fun/api/image?token=6854f3c94ae84d0012332367&name=9c2a22f14e2bd768cbd40d939693e4a8.png"
|
||
|
/>
|
||
|
<view class="flex-col group_2 pos_2">
|
||
|
<text class="font">区块链和加密数字货币(随报随学认证班)</text>
|
||
|
<view class="flex-row justify-between items-baseline mt-17">
|
||
|
<text class="font_2">券后99元起</text>
|
||
|
<text class="font_3">18523人学习</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|