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.
99 lines
3.2 KiB
99 lines
3.2 KiB
<view >
|
|
<!-- 主页面中展示老师上传的信息 -->
|
|
<view>
|
|
<view class="button-wrapper">
|
|
<button bindtap="goToPageHom">Recommend</button>
|
|
<button bindtap="goToPageMes">Demand</button>
|
|
</view>
|
|
</view>
|
|
<!-- 实现教员推荐页面和学员需求页面间的且交换 -->
|
|
|
|
<!-- 搜索框 -->
|
|
<view class="cover">
|
|
<scroll-view>
|
|
<image src="/images/app.png"class="app"/>
|
|
</scroll-view>
|
|
</view>
|
|
|
|
<view class="search-wrapper">
|
|
<view class="search-bar">
|
|
<input class="search-input" type="text" placeholder="请输入搜索内容"></input>
|
|
<button class="search-button">搜索</button>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="show_information">
|
|
<!-- //当每通过一个教员上传的简历信息则创建一个 -->
|
|
<view class="content-container">
|
|
<image class="image" src="图片地址"></image>
|
|
<view class="text-container">
|
|
<text class="title">标题</text>
|
|
<view>
|
|
<text class="description">描述信息</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="button-container">
|
|
<button class="button">按钮一</button>
|
|
<button class="button">按钮二</button>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="show_information">
|
|
<!-- //当每通过一个教员上传的简历信息则创建一个 -->
|
|
<view class="content-container">
|
|
<image class="image" src="图片地址"></image>
|
|
<view class="text-container">
|
|
<text class="title">标题</text>
|
|
<view>
|
|
<text class="description">描述信息</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="button-container">
|
|
<button class="button">按钮一</button>
|
|
<button class="button">按钮二</button>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="show_information">
|
|
<!-- //当每通过一个教员上传的简历信息则创建一个 -->
|
|
<view class="content-container">
|
|
<image class="image" src="图片地址"></image>
|
|
<view class="text-container">
|
|
<text class="title">标题</text>
|
|
<view>
|
|
<text class="description">描述信息</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="button-container">
|
|
<button class="button">按钮一</button>
|
|
<button class="button">按钮二</button>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="show_information">
|
|
<!-- //当每通过一个教员上传的简历信息则创建一个 -->
|
|
<view class="content-container">
|
|
<image class="image" src="图片地址"></image>
|
|
<view class="text-container">
|
|
<text class="title">标题</text>
|
|
<view>
|
|
<text class="description">描述信息</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="button-container">
|
|
<button class="button">按钮一</button>
|
|
<button class="button">按钮二</button>
|
|
</view>
|
|
</view>
|
|
<view class="title" bind:tap="change">{{hello}}</view>
|
|
|
|
<view class="desc">这里是家教帮平台,再也不用担心孩子的学习了</view>
|
|
|
|
</view> |