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
e919e41b741ea3127d7672a2c881c4f92acb9573
1 parent
7971f983
修改商品材质样式和app上相同
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
static/sass/product/_product-description.scss
static/sass/product/_product-description.scss
View file @
e919e41
...
...
@@ -40,21 +40,26 @@
}
.detail
{
.material-item
{
position
:
relative
;
min-height
:
pxToRem
(
136px
);
margin
:
pxToRem
(
10px
)
0
;
text-align
:
center
;
// width: 100%;
border-bottom
:
1px
solid
$borderC
;
//
border-bottom:1px solid $borderC;
img
{
display
:
block
;
overflow
:
hidden
;
position
:absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
margin
:auto
;
width
:
pxToRem
(
90px
);
height
:
pxToRem
(
120px
)
;
height
:
auto
;
padding-right
:
pxToRem
(
20px
);
float
:
left
;
}
.material-desc
{
padding-left
:pxToRem
(
120px
)
;
font-size
:
pxToRem
(
24px
);
overflow
:
hidden
;
}
&
:last-child
{
border-bottom
:
none
;
...
...
Please
register
or
login
to post a comment