Authored by 郭成尧

style-adjust

@@ -40,6 +40,7 @@ @@ -40,6 +40,7 @@
40 } 40 }
41 41
42 .brand-name { 42 .brand-name {
  43 + margin-left: 2px;
43 line-height: 23px; 44 line-height: 23px;
44 font-size: 18px; 45 font-size: 18px;
45 } 46 }
@@ -59,6 +60,14 @@ @@ -59,6 +60,14 @@
59 color: #fff; 60 color: #fff;
60 } 61 }
61 } 62 }
  63 +
  64 + .second-part > .new-brand-div {
  65 + position: absolute;
  66 + top: -4px;
  67 + left: 50%;
  68 + width: 100%;
  69 + transform: translateX(-50%);
  70 + }
62 } 71 }
63 72
64 .product-source { 73 .product-source {
@@ -185,7 +194,7 @@ @@ -185,7 +194,7 @@
185 194
186 .new-brand-div { 195 .new-brand-div {
187 position: absolute; 196 position: absolute;
188 - top: -4px; 197 + top: 8px;
189 left: 50%; 198 left: 50%;
190 width: 100%; 199 width: 100%;
191 transform: translateX(-50%); 200 transform: translateX(-50%);