Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SURPRISED
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
SURPRISED
Commits
04c8a102
Commit
04c8a102
authored
Sep 03, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
4937b894
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
140 additions
and
139 deletions
+140
-139
guestlogin.html
html/ImpressionOpinionSurvey/guestlogin.html
+140
-139
No files found.
html/ImpressionOpinionSurvey/guestlogin.html
View file @
04c8a102
...
@@ -12,6 +12,145 @@
...
@@ -12,6 +12,145 @@
<link
rel=
"stylesheet"
href=
"../../css/cssReset.css"
>
<link
rel=
"stylesheet"
href=
"../../css/cssReset.css"
>
<link
rel=
"stylesheet"
href=
"../../css/bts/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"../../css/bts/bootstrap.min.css"
>
<title>
验证
</title>
<title>
验证
</title>
<style>
.login_contentBox
{
height
:
100vh
;
overflow
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
.login_content
{
}
.login_button
{
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
padding
:
50px
5%
30px
5%
;
}
.login_button
button
{
width
:
100%
;
height
:
40px
;
margin-bottom
:
20px
;
border
:
0
;
border-radius
:
5px
;
}
.login_button
button
:last-child
{
/* background-color: #67C239; */
/* background-color: rgba(65, 158, 253,.5); */
margin-left
:
20px
;
}
.login_button
button
.active
{
color
:
#fff
;
background-color
:
#419EFD
;
box-shadow
:
0
0
3px
0px
#419EFD
;
}
.login_phone
{
padding
:
0
5%
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
}
.loginForm
{
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.loginFormT
{
width
:
100%
;
display
:
flex
;
flex-direction
:
row
;
}
.logo
{
width
:
auto
;
margin-right
:
15px
;
}
.loginB
{
margin-top
:
20px
;
width
:
100%
;
height
:
40px
;
border
:
0
;
background-color
:
#419EFD
;
border-radius
:
5px
;
color
:
#fff
;
}
.loginForm
input
{
flex
:
1
;
/* box-shadow: 0 0 0px rgba(74, 144, 226, 0.5) !important; */
border-bottom
:
1px
solid
#F6F6F6
;
}
.loginForm
input
:focus
{
border
:
1px
solid
#76c9fa
;
outline
:
none
;
}
.loginBackBox
{
position
:
fixed
;
left
:
0
;
top
:
0
;
right
:
0
;
background
:
#fff
;
padding
:
20px
20px
10px
20px
;
z-index
:
2
;
}
.BackImg
{
width
:
10px
;
}
.Passport_phone
{
margin
:
0
5%
;
padding
:
30px
5%
;
border
:
1px
solid
#ddd
;
border-radius
:
5px
;
box-shadow
:
0
0
3px
0px
#ddd
;
}
.PassportForm
{
display
:
flex
;
flex-direction
:
column
;
padding-bottom
:
10px
;
}
.PassportForm
input
{
margin-top
:
20px
;
}
.PassportForm
input
:focus
{
border
:
1px
solid
#76c9fa
;
outline
:
none
;
}
.PassportB
{
border
:
0
;
height
:
40px
;
margin-top
:
20px
;
border-radius
:
5px
;
background-color
:
#419EFD
;
color
:
#fff
;
}
.form-control
{
height
:
38px
;
-webkit-box-shadow
:
inherit
;
box-shadow
:
inherit
}
#Passport_phone
{
display
:
none
;
}
</style>
</head>
</head>
<body>
<body>
<div
class=
"login_contentBox"
>
<div
class=
"login_contentBox"
>
...
@@ -209,144 +348,6 @@
...
@@ -209,144 +348,6 @@
}
}
</script>
</script>
</body>
</body>
<style>
.login_contentBox
{
height
:
100vh
;
overflow
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
.login_content
{
}
.login_button
{
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
padding
:
50px
5%
30px
5%
;
}
.login_button
button
{
width
:
100%
;
height
:
40px
;
margin-bottom
:
20px
;
border
:
0
;
border-radius
:
5px
;
}
.login_button
button
:last-child
{
/* background-color: #67C239; */
/* background-color: rgba(65, 158, 253,.5); */
margin-left
:
20px
;
}
.login_button
button
.active
{
color
:
#fff
;
background-color
:
#419EFD
;
box-shadow
:
0
0
3px
0px
#419EFD
;
}
.login_phone
{
padding
:
0
5%
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
}
.loginForm
{
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.loginFormT
{
width
:
100%
;
display
:
flex
;
flex-direction
:
row
;
}
.logo
{
width
:
auto
;
margin-right
:
15px
;
}
.loginB
{
margin-top
:
20px
;
width
:
100%
;
height
:
40px
;
border
:
0
;
background-color
:
#419EFD
;
border-radius
:
5px
;
color
:
#fff
;
}
.loginForm
input
{
flex
:
1
;
/* box-shadow: 0 0 0px rgba(74, 144, 226, 0.5) !important; */
border-bottom
:
1px
solid
#F6F6F6
;
}
.loginForm
input
:focus
{
border
:
1px
solid
#76c9fa
;
outline
:
none
;
}
.loginBackBox
{
position
:
fixed
;
left
:
0
;
top
:
0
;
right
:
0
;
background
:
#fff
;
padding
:
20px
20px
10px
20px
;
z-index
:
2
;
}
.BackImg
{
width
:
10px
;
}
.Passport_phone
{
margin
:
0
5%
;
padding
:
30px
5%
;
border
:
1px
solid
#ddd
;
border-radius
:
5px
;
box-shadow
:
0
0
3px
0px
#ddd
;
}
.PassportForm
{
display
:
flex
;
flex-direction
:
column
;
padding-bottom
:
10px
;
}
.PassportForm
input
{
margin-top
:
20px
;
}
.PassportForm
input
:focus
{
border
:
1px
solid
#76c9fa
;
outline
:
none
;
}
.PassportB
{
border
:
0
;
height
:
40px
;
margin-top
:
20px
;
border-radius
:
5px
;
background-color
:
#419EFD
;
color
:
#fff
;
}
.form-control
{
height
:
38px
;
-webkit-box-shadow
:
inherit
;
box-shadow
:
inherit
}
#Passport_phone
{
display
:
none
;
}
</style>
</html>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment