style:信息
Showing
2 changed files
with
29 additions
and
1 deletions
... | @@ -23,4 +23,20 @@ | ... | @@ -23,4 +23,20 @@ |
23 | .video_authentication { | 23 | .video_authentication { |
24 | text-align: center; | 24 | text-align: center; |
25 | height: 300px; | 25 | height: 300px; |
26 | margin-top: 30px; | ||
27 | } | ||
28 | .video_authentication h5 { | ||
29 | text-align: left; | ||
30 | margin-bottom: 10px; | ||
31 | } | ||
32 | .sms_authentication div{ | ||
33 | display: inline-block; | ||
34 | width: 49%; | ||
35 | } | ||
36 | .sms_authentication div span { | ||
37 | display: inline-block; | ||
38 | } | ||
39 | .sms_authentication div input { | ||
40 | display: inline-block; | ||
41 | width: 85%; | ||
26 | } | 42 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -36,8 +36,20 @@ | ... | @@ -36,8 +36,20 @@ |
36 | <div class="nav_title"> | 36 | <div class="nav_title"> |
37 | <h2>买方</h2> | 37 | <h2>买方</h2> |
38 | </div> | 38 | </div> |
39 | <div class="sms_authentication"> | ||
40 | <h5>短信认证</h5> | ||
41 | <div> | ||
42 | <span>手机号</span> | ||
43 | <input type="tel" name="phone" placeholder="请输入手机号" class="layui-input"> | ||
44 | </div> | ||
45 | <div> | ||
46 | <span>验证码</span> | ||
47 | <input type="tel" name="code" placeholder="请输入验证码" class="layui-input"> | ||
48 | </div> | ||
49 | </div> | ||
50 | |||
39 | <div class="video_authentication"> | 51 | <div class="video_authentication"> |
40 | 视频认证 | 52 | <h5>视频认证<h5> |
41 | <div id="my_camera"></div> | 53 | <div id="my_camera"></div> |
42 | <form> | 54 | <form> |
43 | <input type=button value="Take Snapshot" onClick="take_snapshot()"> | 55 | <input type=button value="Take Snapshot" onClick="take_snapshot()"> | ... | ... |
-
Please register or sign in to post a comment