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
Lynnic
9 years ago
Commit
71ae8a381446dac40daa81ed31d4f7ac09e7c737
1 parent
91b9ef89
update
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
9 deletions
static/img/product/washtips/washtip-1.png
static/sass/product/_detail.scss
static/sass/product/_product-description.scss
template/m.yohobuy.com/partials/product/product_description.phtml
static/img/product/washtips/washtip-1.png
0 → 100644
View file @
71ae8a3
3.72 KB
static/sass/product/_detail.scss
View file @
71ae8a3
...
...
@@ -35,7 +35,7 @@ $basicBtnC:#eb0313;
.page-block
{
box-sizing
:
border-box
;
width
:
100%
;
border-bottom
:
2
px
solid
$borderC
;
border-bottom
:
1
px
solid
$borderC
;
border-top
:
1px
solid
$borderC
;
padding
:
0
pxToRem
(
28px
);
>
.title
{
...
...
static/sass/product/_product-description.scss
View file @
71ae8a3
...
...
@@ -36,11 +36,37 @@
}
}
}
.material-type
{
width
:
pxToRem
(
581px
);
height
:
pxToRem
(
99px
);
border-top
:
1px
solid
$borderC
;
padding
:
pxToRem
(
17px
)
0
;
// .material-type {
// width: pxToRem(581px);
// height: pxToRem(99px);
// border-top: 1px solid $borderC;
// padding: pxToRem(17px) 0;
// }
}
.wash-tips
{
padding-top
:pxToRem
(
18px
)
;
&
.page-block
{
border-top
:
none
;
padding-left
:
pxToRem
(
15px
);
padding-right
:
pxToRem
(
15px
);
}
// padding-bottom:pxToRem(18px);
.tip
{
// width: pxToRem(73px);
width
:
16
.666%
;
display
:
inline-block
;
// margin-right: pxToRem(24px);
img
{
width
:
pxToRem
(
48px
);
height
:
pxToRem
(
48px
);
margin-bottom
:
pxToRem
(
10px
);
}
.caption
{
display
:
block
;
font-size
:
pxToRem
(
18px
);
line-height
:
pxToRem
(
22px
);
margin-bottom
:
pxToRem
(
18px
);
}
}
}
.product-detail
{
...
...
template/m.yohobuy.com/partials/product/product_description.phtml
View file @
71ae8a3
...
...
@@ -113,9 +113,16 @@
</div>
{
{/materials
}
}
<div
class=
"wash-tips page-block"
>
{
{#washTips
}
}
<div
class=
"tip"
>
<img
src=
"{{img}}"
alt=
""
>
<span
class=
"caption"
>
{
{caption
}
}</span>
</div>
{
{/washTips
}
}
</div>
{
{#washTips
}
}
<!--
{
{#washTips
}
}
<div
class=
"icons-wrapper washTips page-block"
>
<ul
class=
"icons-list clearfix"
>
{
{#list
}
}
...
...
@@ -123,7 +130,7 @@
{
{/list
}
}
</ul>
</div>
{
{/washTips
}
}
{
{/washTips
}
}
-->
<div
class=
"gap-block"
></div>
...
...
Please
register
or
login
to post a comment