6ab02c38 by 任超

style:信息

1 parent 949bea9d
Pipeline #24 for 6ab02c38 failed in 0 seconds
......@@ -23,4 +23,20 @@
.video_authentication {
text-align: center;
height: 300px;
margin-top: 30px;
}
.video_authentication h5 {
text-align: left;
margin-bottom: 10px;
}
.sms_authentication div{
display: inline-block;
width: 49%;
}
.sms_authentication div span {
display: inline-block;
}
.sms_authentication div input {
display: inline-block;
width: 85%;
}
\ No newline at end of file
......
......@@ -36,8 +36,20 @@
<div class="nav_title">
<h2>买方</h2>
</div>
<div class="sms_authentication">
<h5>短信认证</h5>
<div>
<span>手机号</span>
<input type="tel" name="phone" placeholder="请输入手机号" class="layui-input">
</div>
<div>
<span>验证码</span>
<input type="tel" name="code" placeholder="请输入验证码" class="layui-input">
</div>
</div>
<div class="video_authentication">
视频认证
<h5>视频认证<h5>
<div id="my_camera"></div>
<form>
<input type=button value="Take Snapshot" onClick="take_snapshot()">
......