Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 25313a5b
authored
May 10, 2021
by
fanx
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
login
1 parent
f922316d
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
11 deletions
src/assets/css/sprite.less
src/assets/icon/bg_common.png
src/assets/images/sprite.png
src/views/user/login.vue
src/assets/css/sprite.less
View file @
25313a5
.icon-sprite { display: inline-block; background-image: url(../images/sprite.png); background-size: 1676px
772
px; }
.icon-sprite { display: inline-block; background-image: url(../images/sprite.png); background-size: 1676px
1036
px; }
.icon-bg-login { width: 828px; height: 412px; background-position: 0px 0px; }
.icon-bg-mine { width: 828px; height: 340px; background-position: 0px -432px; }
.icon-bg-navigation { width: 828px; height: 176px; background-position: -848px -206px; }
.icon-bg-search { width: 828px; height: 186px; background-position: -848px 0px; }
.icon-logo { width: 224px; height: 224px; background-position: -848px -402px; }
.icon-user-question { width: 32px; height: 36px; background-position: -1360px -402px; }
.icon-wechat { width: 80px; height: 78px; background-position: -1092px -402px; }
.icon-user { width: 36px; height: 36px; background-position: -1192px -402px; }
.icon-password { width: 36px; height: 36px; background-position: -1248px -402px; }
.icon-verification { width: 36px; height: 36px; background-position: -1304px -402px; }
\ No newline at end of file
.icon-bg-mine { width: 828px; height: 340px; background-position: -848px 0px; }
.icon-bg-navigation { width: 828px; height: 176px; background-position: -848px -566px; }
.icon-bg-search { width: 828px; height: 186px; background-position: -848px -360px; }
.icon-logo { width: 224px; height: 224px; background-position: 0px -812px; }
.icon-password { width: 36px; height: 36px; background-position: -344px -812px; }
.icon-user-question { width: 32px; height: 36px; background-position: -512px -812px; }
.icon-user { width: 36px; height: 36px; background-position: -400px -812px; }
.icon-verification { width: 36px; height: 36px; background-position: -456px -812px; }
.icon-wechat { width: 80px; height: 78px; background-position: -244px -812px; }
.icon-bg-common { width: 828px; height: 360px; background-position: 0px -432px; }
\ No newline at end of file
src/assets/icon/bg_common.png
0 → 100644
View file @
25313a5
188 KB
src/assets/images/sprite.png
View file @
25313a5
309 KB
|
W:
|
H:
467 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/user/login.vue
View file @
25313a5
...
...
@@ -15,7 +15,9 @@
<SendVerificationCode
:phone=
"userName"
/>
</
template
>
</van-field>
<div></div>
<div>
<van-button></van-button>
</div>
</div>
</van-tab>
<van-tab
title=
"账号密码登录"
:name=
"2"
>
...
...
@@ -30,6 +32,12 @@
</van-tab>
</van-tabs>
</div>
<div
class=
"login_others"
>
<div>
其他登录方式
</div>
<div>
<img
src=
"require('@/assets/icon/wechat.png')"
alt=
""
>
</div>
</div>
</div>
</template>
<
script
>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment