Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
9 years ago
Commit
d16cb557e4f03f933a7174a7d99e939afcde5e5f
1 parent
dde92d07
weixinpublicCss
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
static/sass/guang/_detail.css
template/m.yohobuy.com/actions/guang/info/index.phtml
static/sass/guang/_detail.css
View file @
d16cb55
...
...
@@ -493,21 +493,25 @@
}
.weixin
{
padding-right
:
20px
;
margin
:
20px
;
text-align
:
center
;
.ems-cnpl
{
width
:
4
6
.3%
;
width
:
4
7
.3%
;
display
:
inline-block
;
padding
:
20px
0
20px
20px
;
background
:
#ededed
;
position
:
relative
;
overflow
:
hidden
;
.img
{
.
weixin-
img
{
width
:
100%
;
height
:
100%
;
}
}
a
:nth-child
(
1
)
{
margin-right
:
20px
;
}
}
...
...
template/m.yohobuy.com/actions/guang/info/index.phtml
View file @
d16cb55
...
...
@@ -45,7 +45,7 @@
<div
class=
"weixin"
>
{
{#each
weixinPublic
}
}
<a
href='//m.yohobuy.com/?openby:yohobuy=
{
"action"
:
"go.copy"
,
"params"
:{
"text"
:
"{{wechat_id}}"
}}
'
class=
"ems-cnpl"
>
<img
src=
"{{src}}"
>
<img
class=
"weixin-img"
src=
"{{src}}"
>
</a>
{
{/each
}
}
</div>
...
...
Please
register
or
login
to post a comment