...
|
...
|
@@ -40,6 +40,7 @@ |
|
|
}
|
|
|
|
|
|
.brand-name {
|
|
|
margin-left: 2px;
|
|
|
line-height: 23px;
|
|
|
font-size: 18px;
|
|
|
}
|
...
|
...
|
@@ -59,6 +60,14 @@ |
|
|
color: #fff;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.second-part > .new-brand-div {
|
|
|
position: absolute;
|
|
|
top: -4px;
|
|
|
left: 50%;
|
|
|
width: 100%;
|
|
|
transform: translateX(-50%);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.product-source {
|
...
|
...
|
@@ -185,7 +194,7 @@ |
|
|
|
|
|
.new-brand-div {
|
|
|
position: absolute;
|
|
|
top: -4px;
|
|
|
top: 8px;
|
|
|
left: 50%;
|
|
|
width: 100%;
|
|
|
transform: translateX(-50%);
|
...
|
...
|
|