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
Email Patches
Plain Diff
Browse Files
Authored by
Lynnic
2015-12-01 18:12:46 +0800
Commit
4822c8e09781ff64010751f51c0b769d42c837f4
1 parent
af0b717b
修改商品描述表格样式
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 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 @
4822c8e
...
...
@@ -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 @
4822c8e
...
...
@@ -11,9 +11,9 @@
}
.detail
{
background-color
:
$tableCellC
;
&
.table
.inner-container
{
background-color
:
$tableCellC
;
}
// &.table .inner-container{
// background-color: $tableCellC;
// }
margin-bottom
:
1px
;
}
.desc-text
{
...
...
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
4822c8e
...
...
@@ -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