Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sim
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
limeimei
sim
Commits
b388ebd5
Commit
b388ebd5
authored
Nov 16, 2023
by
limeimei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3
parent
878ede42
Pipeline
#1967
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
common2.vue
src/views/common2.vue
+1
-1
standby.vue
src/views/visitor/standby.vue
+12
-4
No files found.
src/views/common2.vue
View file @
b388ebd5
...
...
@@ -201,7 +201,7 @@
border-radius
:
50%
;
color
:
#FFFFFF
;
text-align
:
center
;
line-height
:
24px
;
font-size
:
20px
;
}
...
...
src/views/visitor/standby.vue
View file @
b388ebd5
...
...
@@ -11,10 +11,8 @@
</div>
</div>
<div
class=
"content"
>
<div
style=
"color: #333333;
font-size:66px;"
>
欢迎使用
</div>
<div
style=
"color: #416CCC;
font-size:75px;"
>
访客自助登记系统
</div>
<div
class=
"content_title"
>
欢迎使用
</div>
<div
class=
"content_title2"
>
访客自助登记系统
</div>
<div
class=
"content_btns"
>
<div
class=
"content_btn"
@
click=
"Reserved('reserved',0)"
>
<div
class=
"content_text"
>
已预约
</div>
...
...
@@ -137,6 +135,16 @@ font-size:75px;">访客自助登记系统</div>
box-sizing
:
border-box
;
}
.content_title
{
color
:
#333333
;
font-size
:
66px
;
}
.content_title2
{
color
:
#416CCC
;
font-size
:
75px
;
}
.content_btns
{
display
:
flex
;
margin-top
:
128px
;
...
...
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