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
Plain Diff
Browse Files
Authored by
lore-w
9 years ago
Commit
562f5873695e6c5599e8b9f60f7b56155cd49bac
2 parents
22d6611d
246db09b
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
static/sass/product/_detail.scss
static/sass/product/_product-description.scss
template/m.yohobuy.com/actions/product/detail/index.phtml
static/sass/product/_detail.scss
View file @
562f587
...
...
@@ -45,9 +45,9 @@ $basicBtnC:#eb0313;
font-size
:
pxToRem
(
24px
);
background-color
:
$tableCellC
;
float
:
left
;
&
:nth-child
(
even
)
{
border-right
:
none
;
}
// &:nth-child(even) {
// border-right: none;
// }
}
}
}
...
...
static/sass/product/_product-description.scss
View file @
562f587
...
...
@@ -10,10 +10,10 @@
background-size
:
cover
;
}
.detail
{
background-color
:
$tableCellC
;
&
.table
.inner-container
{
background-color
:
$tableCellC
;
}
// background-color: $tableCellC;
// &.table .inner-container{
// background-color: $tableCellC;
// }
margin-bottom
:
1px
;
}
.desc-text
{
...
...
@@ -21,7 +21,7 @@
padding
:
pxToRem
(
16px
)
pxToRem
(
12px
);
color
:
$mainFontC
;
background-color
:
$tableCellC
;
border-top
:
1px
solid
#fff
;
//
border-top: 1px solid #fff;
}
}
.tips
{
...
...
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
562f587
...
...
@@ -113,8 +113,8 @@
</div>
{
{/
enterStore
}
}
<!--
<div
id=
"productDesc"
></div>
-->
{
{>
product/product-description
}
}
<div
id=
"productDesc"
>
</div>
<!--
{
{>
product/product-description
}
}
-->
{
{>
product/recommend-for-you
}
}
{
{#cartInfo
}
}
...
...
Please
register
or
login
to post a comment