Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6ab02c38
authored
2020-12-14 13:47:03 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:信息
1 parent
949bea9d
Pipeline
#24
for
6ab02c38
failed
in 0 seconds
Changes
2
Pipelines
1
Builds
0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
1 deletions
staticCss/sfrz.css
staticViews/onlineApply/identityAuthentication.html
staticCss/sfrz.css
View file @
6ab02c3
...
...
@@ -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
...
...
staticViews/onlineApply/identityAuthentication.html
View file @
6ab02c3
...
...
@@ -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()"
>
...
...
Please
register
or
sign in
to post a comment