Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
c4f4b825
authored
2020-12-31 11:19:32 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首页样式修改
1 parent
29421666
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
src/views/login/images/logo-login.png
src/views/login/login.vue
src/views/login/images/logo-login.png
0 → 100644
View file @
c4f4b82
25.6 KB
src/views/login/login.vue
View file @
c4f4b82
<
template
>
<div
id=
"login"
>
<div
class=
"login-logo"
><img
src=
"./images/logo-login.
sv
g"
/></div>
<div
class=
"login-logo"
><img
src=
"./images/logo-login.
pn
g"
/></div>
<div
class=
"login-con"
>
<!--
<div
class=
"login-title"
>
用户登录
</div>
-->
<div
class=
"login-user"
:class=
"
{ 'select-border': change.user }">
...
...
@@ -195,7 +195,7 @@ export default {
//
left
:
0
;
//
right
:
0
;
margin-top
:
8%
;
height
:
160
px
;
height
:
38
px
;
width
:
100%
;
text-align
:
center
;
}
...
...
@@ -207,8 +207,8 @@ export default {
//
top
:
24%
;
//
left
:
0
;
//
right
:
0
;
margin
:
10
px
auto
;
width
:
380px
;
margin
:
88
px
auto
;
width
:
380px
;
}
//
.login-title
{
...
...
@@ -305,7 +305,7 @@ export default {
}
}
.login-btn
{
width
:
320px
;
width
:
100%
;
height
:
40px
;
background
:
rgba
(
0
,
127
,
255
,
1
);
border-radius
:
1px
;
...
...
Please
register
or
sign in
to post a comment