Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
TaoHuang
6 years ago
Commit
cd2071219ff25c4d33ed635ba63cdad23459b6cd
1 parent
77eff47d
fix css
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
2 deletions
public/scss/feature/product.scss
public/scss/feature/product.scss
View file @
cd20712
...
...
@@ -75,6 +75,27 @@
width
:
100%
;
transform
:
translateX
(
-50%
);
}
.new-brand-name
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
background-color
:
#272829
;
padding-top
:
5px
;
padding-bottom
:
5px
;
.brand-name
{
display
:
-
webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
1
;
text-align
:
center
;
line-height
:
30px
;
overflow
:
hidden
;
font-size
:
26px
;
color
:
#fff
;
}
}
}
&
.single-item3
{
...
...
@@ -343,8 +364,8 @@
left
:
0
;
right
:
0
;
background-color
:
#272829
;
padding-top
:
5px
;
padding-bottom
:
5px
;
padding-top
:
10px
;
padding-bottom
:
10px
;
.brand-name
{
display
:
-
webkit-box
;
...
...
Please
register
or
login
to post a comment