Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
75ace9d2f8e5bb12c9da27c50c5a79f2111bc94d
2 parents
713acee1
edefb215
do modify product detail page call api
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
10 deletions
static/sass/product/_comments-consults.scss
static/sass/product/_detail.scss
static/sass/product/_product-description.scss
template/m.yohobuy.com/actions/product/detail/index.phtml
template/m.yohobuy.com/partials/product/product-description.phtml
static/sass/product/_comments-consults.scss
View file @
75ace9d
...
...
@@ -131,6 +131,7 @@
.good-detail-page
{
.feedback-list
{
padding-top
:
pxToRem
(
30px
);
margin-bottom
:
pxToRem
(
30px
);
background-color
:
#f0f0f0
;
.nav-tab
{
width
:
100%
;
...
...
static/sass/product/_detail.scss
View file @
75ace9d
...
...
@@ -41,6 +41,7 @@ $basicBtnC:#eb0313;
border-bottom
:
1px
solid
$borderC
;
border-top
:
1px
solid
$borderC
;
padding
:
0
pxToRem
(
28px
);
margin-bottom
:
pxToRem
(
30px
);
>
.title
{
line-height
:
pxToRem
(
88px
);
color
:
$mainFontC
;
...
...
@@ -146,6 +147,7 @@ $basicBtnC:#eb0313;
padding-left
:
pxToRem
(
28px
);
padding-right
:
pxToRem
(
28px
);
border-bottom
:
1px
solid
$borderC
;
margin-bottom
:
pxToRem
(
30px
);
background-color
:
#f4f4f4
;
}
.price-date
{
...
...
static/sass/product/_product-description.scss
View file @
75ace9d
...
...
@@ -22,6 +22,9 @@
margin-top
:
pxToRem
(
20px
);
}
.materials
{
&
.page-block
{
margin-bottom
:
0
;
}
.detail
{
.material-item
{
min-height
:
pxToRem
(
136px
);
...
...
@@ -52,7 +55,7 @@
.wash-tips
{
padding-top
:pxToRem
(
18px
)
;
&
.page-block
{
border-top
:
none
;
border-top
:
0px
;
padding-left
:
pxToRem
(
15px
);
padding-right
:
pxToRem
(
15px
);
}
...
...
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
75ace9d
...
...
@@ -71,8 +71,9 @@
{
{/if
}
}
{
{/
feedbacks
}
}
</div>
<div
class=
"gap-block"
></div>
<div
class=
"gap-block"
></div>
{
{#
enterStore
}
}
<div
id=
"enter-store"
class=
"enter-store page-block"
>
<a
class=
"store-logo"
href=
"{{url}}"
style=
""
>
...
...
template/m.yohobuy.com/partials/product/product-description.phtml
View file @
75ace9d
...
...
@@ -16,7 +16,7 @@
</div>
{
{/goodsDescription
}
}
<
div
class=
"gap-block"
></div
>
<
!--
<div
class=
"gap-block"
></div>
--
>
{
{#sizeInfo
}
}
<div
class=
"size-info page-block"
>
...
...
@@ -43,7 +43,7 @@
</div>
{
{/sizeInfo
}
}
<
div
class=
"gap-block"
></div
>
<
!--
<div
class=
"gap-block"
></div>
--
>
{
{#measurementMethod
}
}
<div
class=
"measurement-method page-block"
>
...
...
@@ -57,7 +57,7 @@
</div>
{
{/measurementMethod
}
}
<
div
class=
"gap-block"
></div
>
<
!--
<div
class=
"gap-block"
></div>
--
>
{
{#reference
}
}
<div
class=
"size-info page-block"
>
...
...
@@ -90,7 +90,7 @@
</div>
{
{/reference
}
}
<
div
class=
"gap-block"
></div
>
<
!--
<div
class=
"gap-block"
></div>
--
>
{
{#materials
}
}
<div
class=
"materials page-block"
>
...
...
@@ -111,18 +111,19 @@
</div>
{
{/materials
}
}
{
{#washTips
}
}
<div
class=
"wash-tips page-block"
>
<div
class=
"detail table clearfix"
>
{
{#
washTips
}
}
{
{#
list
}
}
<div
class=
"tip"
>
<img
src=
"{{img}}"
alt=
""
>
<span
class=
"caption"
>
{
{caption
}
}</span>
</div>
{
{/
washTips
}
}
{
{/
list
}
}
</div>
</div>
<div
class=
"gap-block"
></div>
{
{/washTips
}
}
<!--
<div
class=
"gap-block"
></div>
-->
{
{#productDetail
}
}
<div
class=
"product-detail page-block"
>
...
...
Please
register
or
login
to post a comment