Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
h5-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yimu
h5-front
Commits
c6fa703a
Commit
c6fa703a
authored
Apr 19, 2022
by
verestrasz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a5fb7d8d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
19 deletions
+34
-19
share-bg.png
src/assets/img/share-bg.png
+0
-0
index.vue
src/views/user-center/share-invite/index.vue
+34
-19
No files found.
src/assets/img/share-bg.png
View replaced file @
a5fb7d8d
View file @
c6fa703a
This diff is collapsed.
Click to expand it.
src/views/user-center/share-invite/index.vue
View file @
c6fa703a
<
template
>
<
template
>
<div
class=
"share-invitation-con"
>
<div
class=
"share-invitation-con"
>
<m-nav-bar
title=
"分享邀请"
/>
<!--
<m-nav-bar
title=
"分享邀请"
/>
-->
<div
class=
"goback"
@
click=
"goBack"
>
<m-icon
icon=
"icon-back-light"
:size=
"20"
/>
</div>
<div
class=
"share-invitation-content flex-default"
>
<div
class=
"share-invitation-content flex-default"
>
<div
class=
"content-con"
>
<div
class=
"content-con"
>
<div
class=
"content-top"
>
<div
class=
"content-top"
>
...
@@ -71,59 +74,70 @@ export default {
...
@@ -71,59 +74,70 @@ export default {
<
style
lang=
"less"
>
<
style
lang=
"less"
>
.share-invitation-con {
.share-invitation-con {
overflow: auto;
padding-top: 40px;
.m-nav-bar{
position: fixed;
width: 100%;
top: 0;
}
.share-invitation-content{
width: 375px;
width: 375px;
height: 812px
;
height: 100vh
;
background-image: url(~@/assets/img/share-bg.png);
background-image: url(~@/assets/img/share-bg.png);
background-size: 100% 100%;
background-size: 100% 100%;
.goback{
position: absolute;
top: 15px;
left: 13px;
}
.share-invitation-content{
height: 100vh;
.content-con{
.content-con{
width: 100%;
width: 100%;
p
adding-top: 433px
;
p
osition: relative
;
height: 100%;
height: 100%;
.content-top{
.content-top{
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
justify-items: center;
justify-items: center;
position: absolute;
bottom: 25.63718140929535vh;
left: 0;
width: 100%;
margin-bottom: 3.373313343328336vh;
.title{
.title{
height: 2
8
px;
height: 2
4
px;
font-size:
20
px;
font-size:
17
px;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
font-weight: 400;
color: #FFFFFF;
color: #FFFFFF;
text-align: center;
text-align: center;
height: 2
8
px;
height: 2
4
px;
}
}
.code{
.code{
color: #DCCDA5;
color: #DCCDA5;
text-align: center;
text-align: center;
font-size:
4
0px;
font-size:
3
0px;
line-height:
56
px;
line-height:
42
px;
font-family: PingFangSC-Semibold, PingFang SC;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
font-weight: 600;
height: 56px;
height: 42px;
margin-top: 0.8995502248875562vh;
}
}
.btn{
.btn{
text-align: center;
text-align: center;
height: 35px;
height: 35px;
margin-top:2.098950524737631vw;
.copy{
.copy{
width: 90px;
width: 90px;
height: 35px;
height: 35px;
background: #B39568;
background: #B39568;
color: #FFFFFF;
color: #FFFFFF;
font-size: 17px;
font-size: 17px;
margin:20px;
}
}
}
}
}
}
.content-footer{
.content-footer{
margin-top: 70px;
height: 25.63718140929535vh;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
.qrcode{
padding-top: 3.973013493253373vh;
.img_box{
.img_box{
width: 120px;
width: 120px;
height: 120px;
height: 120px;
...
@@ -138,5 +152,6 @@ export default {
...
@@ -138,5 +152,6 @@ export default {
}
}
}
}
}
}
}
}
}
</
style
>
</
style
>
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