Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
walk_daka_h5
Overview
Overview
Details
Activity
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
穆启卓
walk_daka_h5
Commits
02a7d693
Commit
02a7d693
authored
Apr 02, 2019
by
穆启卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微信引导页二维码和样式
parent
b6d8d3c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
qrcode_img.jpg
src/images/GoXCX/qrcode_img.jpg
+0
-0
GoXCX.vue
src/views/GoXCX.vue
+13
-6
No files found.
src/images/GoXCX/qrcode_img.jpg
0 → 100644
View file @
02a7d693
388 KB
src/views/GoXCX.vue
View file @
02a7d693
...
...
@@ -3,7 +3,9 @@
<Title
@
goback=
"goback"
show_back=
"true"
arrowColor=
"black"
></Title>
<div
class=
"page-banner"
>
<img
class=
"bg"
src=
"../images/GoXCX/bg_code.jpg"
>
<img
class=
"qrcode"
:src=
"qrcode"
>
<div
class=
"qrcode-container"
>
<img
class=
"qrcode"
src=
"../images/GoXCX/qrcode_img.jpg"
>
</div>
</div>
<div
class=
"tip-title"
>
如何完成打卡?
</div>
<div
class=
"tip-content"
>
1、识别上方二维码,打开「运动打卡」小程序
</div>
...
...
@@ -22,7 +24,6 @@
},
data
()
{
return
{
qrcode
:
'1231231231231'
};
},
methods
:
{
...
...
@@ -46,16 +47,22 @@
height
:
6.4rem
;
display
:
block
;
}
.qrcode
{
.qrcode
-container
{
width
:
3.36rem
;
height
:
3.36rem
;
background
:
#fff
;
border-radius
:
50%
;
overflow
:
hidden
;
position
:
absolute
;
top
:
1.82rem
;
left
:
50%
;
transform
:
translateX
(
-50%
);
background
:
#fff
;
border-radius
:
50%
;
overflow
:
hidden
;
padding
:
.16rem
;
box-sizing
:
border-box
;
.qrcode
{
width
:
100%
;
height
:
100%
;
}
}
}
.tip-title
{
...
...
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