Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
融通安全管理系统
rongtong-app
Commits
65a42085
Commit
65a42085
authored
Mar 26, 2024
by
kaitly205422@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改登录页面
parent
54956921
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
10 deletions
+19
-10
src/assets/login/login-bg.png
src/assets/login/login-bg.png
+0
-0
src/assets/login/login-bg1.png
src/assets/login/login-bg1.png
+0
-0
src/views/login.vue
src/views/login.vue
+19
-10
No files found.
src/assets/login/login-bg.png
View replaced file @
54956921
View file @
65a42085
338 KB
|
W:
|
H:
328 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/login/login-bg1.png
0 → 100644
View file @
65a42085
338 KB
src/views/login.vue
View file @
65a42085
<
template
>
<div
class=
"login"
:style=
"
{ backgroundImage: `url(${bg})` }">
<div
class=
"title"
>
<div
class=
"login-logo"
>
<
!--
<
div
class=
"login-logo"
>
<van-image
width=
"48"
height=
"48"
:src=
"require('@/assets/imgs/logo.png')"
/>
<span
style=
"margin-left: 6px"
>
融通危险源辨识系统
</span>
</div>
</div>
-->
<!--
<div
class=
"login-name"
>
Enterprise Business Data Monitoring
</div>
-->
</div>
<div
class=
"con"
:style=
"
{ backgroundImage: `url(${conBg})` }">
<div
class=
"hello"
>
Hello!
</div>
<div
class=
"welcome"
>
欢迎登录
<span></span>
!
</div>
<div
class=
"hello"
>
融通危险源辨识系统
</div>
<div
class=
"welcome"
>
用户登录
<span></span>
</div>
<div
class=
"login-form"
>
<van-form
@
submit=
"onSubmit"
:show-error-message=
"false"
validate-trigger=
"onSubmit"
>
<div
class=
"username-wrap"
>
...
...
@@ -151,15 +151,15 @@ export default {
<
style
lang=
"less"
scoped
>
/* @import url(); 引入css类 */
.login {
background-size:
cover
;
background-size:
100% auto
;
background-repeat: no-repeat;
background-attachment: fixed;
height: 100vh;
overflow: auto;
position: relative;
background-color: #fff;
.title {
padding-top: 22%;
.login-logo {
margin: 0 auto;
font-size: 26px;
...
...
@@ -181,23 +181,32 @@ export default {
}
.con {
width: 3
45
px;
width: 3
20
px;
height: 340px;
margin:
62px auto 0
;
margin:
auto
;
padding: 35px 25px;
box-sizing: border-box;
background-size: cover;
background-repeat: no-repeat;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
position: absolute;
top: 50vh;
left: 50%;
transform: translate(-50%, -120px);
.hello {
color: #004fb1;
font-size: 2
0
px;
font-size: 2
4
px;
font-weight: bold;
text-align: center;
}
.welcome {
margin: 15px 0;
color: #7795e0;
text-align: center;
font-size: 18px;
span {
color: #71aaf2;
...
...
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