Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
longhui_app
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
杨硕
longhui_app
Commits
fd9b807c
Commit
fd9b807c
authored
May 19, 2023
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微信登录页面
parent
58496be9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
71 additions
and
0 deletions
+71
-0
weixinLogin.vue
pages/weixinLogin.vue
+71
-0
denglu_icon_logo.png
static/images/login/denglu_icon_logo.png
+0
-0
denglu_pic_bg.png
static/images/login/denglu_pic_bg.png
+0
-0
No files found.
pages/weixinLogin.vue
0 → 100644
View file @
fd9b807c
<
template
>
<view
class=
"normal-login-container"
>
<view
class=
"login-top"
>
<image
:src=
"loginLogo"
class=
"loginLogo"
>
</image>
<view
class=
"logoName"
>
龙徽文化创意园区
</view>
</view>
<view
class=
"btnView"
>
<button
@
click=
"handleLogin"
class=
"login-btn"
>
微信登录
</button>
</view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
loginLogo
:
require
(
'../static/images/login/denglu_icon_logo.png'
),
}
},
created
()
{
},
methods
:
{
handleLogin
()
{
}
}
}
</
script
>
<
style
lang=
"scss"
>
page
{
//background-color: #ffffff;
background-image
:
url("../static/images/login/denglu_pic_bg.png")
;
height
:
100%
;
}
.normal-login-container
{
height
:
100%
;
width
:
100%
;
.login-top
{
text-align
:
center
;
padding-top
:
90px
;
.loginLogo
{
width
:
88px
;
height
:
88px
;
}
.logoName
{
padding-top
:
33px
;
font-size
:
22px
;
font-weight
:
500
;
color
:
#222222
;
}
}
.btnView
{
position
:
fixed
;
width
:
100%
;
bottom
:
75px
;
.login-btn
{
font-weight
:
400
;
border-radius
:
22px
22px
22px
22px
;
color
:
#FFFFFF
;
background-color
:
#BD1A2D
;
width
:
287px
;
height
:
44px
;
}
}
}
</
style
>
static/images/login/denglu_icon_logo.png
0 → 100644
View file @
fd9b807c
6.93 KB
static/images/login/denglu_pic_bg.png
0 → 100644
View file @
fd9b807c
162 KB
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