...
|
...
|
@@ -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;
|
...
|
...
|
|