feat(WechatSmallProject): 新增 微信小程序 课程(包含实验1-4)
This commit is contained in:
28
WechatSmallProject/test2/pages/demo2/guest/guest.wxml
Normal file
28
WechatSmallProject/test2/pages/demo2/guest/guest.wxml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--pages/demo2/guest/guest.wxml-->
|
||||
<image src="/images/demo2/bj_2.png" class="bg" />
|
||||
<form>
|
||||
<view class="content">
|
||||
<view class="input">
|
||||
<input name="name" placeholder-class="phcolor" placeholder="输入您的姓名" />
|
||||
</view>
|
||||
<view class="input">
|
||||
<input name="phone" placeholder-class="phcolor" placeholder="输入您的手机号" />
|
||||
</view>
|
||||
<view class=" radio">
|
||||
<text>请选择您的性别:</text>
|
||||
<radio-group>
|
||||
<radio value="man">男</radio>
|
||||
<radio value="woman">女</radio>
|
||||
</radio-group>
|
||||
</view>
|
||||
<view class="check">
|
||||
<text>请选择您需要的点心:</text>
|
||||
<checkbox-group>
|
||||
<checkbox value="">蛋糕</checkbox>
|
||||
<checkbox value="">甜甜圈</checkbox>
|
||||
<checkbox value="">巧克力</checkbox>
|
||||
</checkbox-group>
|
||||
</view>
|
||||
<button>提交</button>
|
||||
</view>
|
||||
</form>
|
||||
Reference in New Issue
Block a user