Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
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
e38da5d6
authored
2019-11-05 17:30:44 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
登录窗LOGO
1 parent
47d68d44
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
src/pages/login/login.scss
src/pages/login/login.vue
src/pages/login/login.scss
View file @
e38da5d
...
...
@@ -44,6 +44,16 @@
font-size
:
18px
;
font-weight
:
bold
;
letter-spacing
:
.2rem
;
display
:
flex
;
justify-content
:
center
;
img
{
height
:
1
.416667rem
;
/* 17/12 */
}
.img-en
{
height
:
1
.2rem
;
}
}
&
-nav
{
...
...
src/pages/login/login.vue
View file @
e38da5d
...
...
@@ -8,7 +8,11 @@
<div
class=
"box"
>
<!-- 帐密登陆 -->
<div
v-if=
"type == 1"
class=
"login"
>
<div
class=
"login-tit"
>
{{
$t
(
'login.title'
)
}}
</div>
<div
class=
"login-tit"
>
<img
v-if=
"locale == 'zh'"
src=
"@/assets/images/login/login-tit-zh.png"
>
<img
v-if=
"locale == 'tc'"
src=
"@/assets/images/login/login-tit-tc.png"
>
<img
v-if=
"locale == 'en'"
class=
"img-en"
src=
"@/assets/images/login/login-tit-en.png"
>
</div>
<div
class=
"login-nav"
>
<div
@
click=
"onLoginTypeHandler(1)"
class=
"login-nav-tit text-r pointer active"
>
{{
$t
(
'login.loginType1'
)
}}
</div>
<div
class=
"login-nav-v-line"
>
|
</div>
...
...
Please
register
or
sign in
to post a comment