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
biao
9 years ago
Commit
debec2d2ec9720b31d085b929457ac15796f721b
1 parent
dc9b51d9
修复分享详情页样式问题
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
14 deletions
static/sass-new/product/_limit.scss
static/sass/product/_limit.scss
template/m.yohobuy.com/actions/product/detail/limit.phtml
static/sass-new/product/_limit.scss
View file @
debec2d
...
...
@@ -63,6 +63,15 @@
.goodDesc
{
margin-top
:
1rem
;
p
{
font-size
:
0
.6rem
;
line-height
:
1rem
;
}
img
{
margin
:
0
.3rem
0
;
}
}
.bottom
{
...
...
static/sass/product/_limit.scss
View file @
debec2d
...
...
@@ -63,6 +63,18 @@
.goodDesc
{
margin-top
:
1rem
;
padding
:
0
.5rem
;
border-top
:
1px
solid
#e6e6e6
;
background-color
:
#fff
;
p
{
font-size
:
0
.6rem
;
line-height
:
1rem
;
}
img
{
margin
:
0
.3rem
0
;
}
}
.bottom
{
...
...
template/m.yohobuy.com/actions/product/detail/limit.phtml
View file @
debec2d
...
...
@@ -17,24 +17,26 @@
</div>
</div>
{
{#
attaches
}
}
{
{#
if
attaches
}
}
<div
class=
"goodDesc"
>
{
{#img
}
}
<img
src=
"{{attachUrl}}"
alt=
"{{attachName}}"
>
{
{/img
}
}
{
{#
attaches
}
}
{
{#img
}
}
<img
src=
"{{attachUrl}}"
alt=
"{{attachName}}"
>
{
{/img
}
}
{
{#text
}
}
<p
class=
"desc"
>
{
{intro
}
}</p>
{
{/text
}
}
{
{#text
}
}
<p
class=
"desc"
>
{
{intro
}
}</p>
{
{/text
}
}
{
{#video
}
}
<video
poster=
"{{img}}"
controls=
"controls"
controls=
"controls"
preload=
"metadata"
loop=
"loop"
width=
"100%"
name=
"media"
>
<source
src=
"{{attachUrl}}"
type=
"video/ogg;codecs="
theora,vorbis
""
media=
"screen"
/>
<source
src=
"{{attachUrl}}"
/>
</video>
{
{/video
}
}
{
{#video
}
}
<video
poster=
"{{img}}"
controls=
"controls"
controls=
"controls"
preload=
"metadata"
loop=
"loop"
width=
"100%"
name=
"media"
>
<source
src=
"{{attachUrl}}"
type=
"video/ogg;codecs="
theora,vorbis
""
media=
"screen"
/>
<source
src=
"{{attachUrl}}"
/>
</video>
{
{/video
}
}
{
{/attaches
}
}
</div>
{
{/
attaches
}
}
{
{/
if
}
}
<div
class=
"bottom"
>
<div
class=
"logo"
></div>
...
...
Please
register
or
login
to post a comment