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
783 B
13 lines
783 B
<!--pages/courseReservation/index.wxml--> |
|
<view class="detail-page"> |
|
<view class="top-bg"><image src="../../images/lh-top.png"></image></view> |
|
<view class="title acea-row row-center-wrapper"><image src="../../images/yykc.png"></image></view> |
|
<view class="input-box"> |
|
<view class="name"><image src="../../images/namebg.png"></image></view> |
|
<input type="text" class="input" placeholder="刘天城" placeholder-style="color:#fff"/> |
|
<view class="tel"><image src="../../images/telbg.png" ></image></view> |
|
<input type="text" class="input" placeholder="17671086998" placeholder-style="color:#fff"/> |
|
</view> |
|
<button class="submit">提交</button> |
|
<view class="bottom-bg"><image src="../../images/lh-bottom.png"></image></view> |
|
</view>
|
|
|