Authored by 郭成尧

style

... ... @@ -42,7 +42,7 @@
.brand-name {
margin-left: 2px;
line-height: 23px;
font-size: 18px;
font-size: 18px !important;
}
.new-price {
... ... @@ -80,7 +80,6 @@
float: left;
width: 288px;
margin-right: 20px;
border: 1px solid #eee;
margin-top: 25px;
overflow: hidden;
... ... @@ -186,10 +185,20 @@
.brand-div {
position: absolute;
top: -4px;
top: 4px;
left: 50%;
width: 100%;
height: 60px;
transform: translateX(-50%);
text-align: center;
font-size: 26px;
.brand-name {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.new-brand-div {
... ...