Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
Project
Project
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
chenchuanwen
my-yaf-project
Commits
10a9fb6e
Commit
10a9fb6e
authored
Jan 28, 2019
by
chenchuanwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
growcard
parent
843fc255
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
getsendhtml.phtml
application/views/index/getsendhtml.phtml
+6
-5
No files found.
application/views/index/getsendhtml.phtml
View file @
10a9fb6e
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
.mod-card
.name
{
color
:
#fff
;
font-size
:
72px
;
font-weight
:
bold
}
.mod-card
.name
{
color
:
#fff
;
font-size
:
72px
;
font-weight
:
bold
}
.mod-card
.img-box
{
margin-top
:
85px
;}
.mod-card
.img-box
{
margin-top
:
85px
;}
.mod-card
.code
{
display
:
inline-block
;
vertical-align
:
middle
;
padding
:
28px
;
background
:
rgba
(
229
,
106
,
39
,
.5
);}
.mod-card
.code
{
display
:
inline-block
;
vertical-align
:
middle
;
padding
:
28px
;
background
:
rgba
(
229
,
106
,
39
,
.5
);}
.mod-card
.code-in
{
display
:
inline-block
;
background
:
#fff
;
padding
:
13px
}
.mod-card
.t1
{
display
:
inline-block
;
vertical-align
:
middle
;
margin-left
:
105px
;}
.mod-card
.t1
{
display
:
inline-block
;
vertical-align
:
middle
;
margin-left
:
105px
;}
.mod-card
.logo
{
position
:
absolute
;
left
:
75px
;
bottom
:
50px
;}
.mod-card
.logo
{
position
:
absolute
;
left
:
75px
;
bottom
:
50px
;}
.mod-card
.slogan
{
position
:
absolute
;
right
:
85px
;
bottom
:
65px
;}
.mod-card
.slogan
{
position
:
absolute
;
right
:
85px
;
bottom
:
65px
;}
...
@@ -39,9 +40,9 @@
...
@@ -39,9 +40,9 @@
<div
class=
"info"
>
<div
class=
"info"
>
<div
class=
"name"
>
一凡书城德化县分店
</div>
<div
class=
"name"
>
一凡书城德化县分店
</div>
<div
class=
"img-box"
>
<div
class=
"img-box"
>
<
p
class=
"code"
id=
"qrcodeImg"
>
<
div
class=
"code"
>
<!-- <img src="" alt="我的身边店" width="508">--
>
<div
id=
"qrcodeImg"
class=
"code-in"
></div
>
</
p
>
</
div
>
<p
class=
"t1"
><img
src=
"//static.shenbd.com/www/index/2018/img/card/table-t1.png"
alt=
"送货平台"
></p>
<p
class=
"t1"
><img
src=
"//static.shenbd.com/www/index/2018/img/card/table-t1.png"
alt=
"送货平台"
></p>
</div>
</div>
</div>
</div>
...
@@ -53,8 +54,8 @@
...
@@ -53,8 +54,8 @@
<script>
<script>
new
QRCode
(
document
.
getElementById
(
'qrcodeImg'
),
{
new
QRCode
(
document
.
getElementById
(
'qrcodeImg'
),
{
text
:
'
<?php
echo
$params
[
'qrCode'
];
?>
'
,
text
:
'
<?php
echo
$params
[
'qrCode'
];
?>
'
,
width
:
508
,
width
:
482
,
height
:
508
height
:
482
});
});
...
...
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