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.
13 lines
471 B
13 lines
471 B
<view class="container">
|
|
<view class="teacher-info">
|
|
<image src="/miniprogram/images/deploy_step2.png" class="avatar" />
|
|
<view class="info">
|
|
<text class="name">李老师</text>
|
|
<text class="subject">全科</text>
|
|
<text class="description">李老师拥有多年的教学经验,深受学生喜爱。</text>
|
|
</view>
|
|
</view>
|
|
<button class="btn-choose">选择该老师</button>
|
|
<button class="btn-next">下一个老师</button>
|
|
</view>
|