Authored by hongweigao

brand.css

... ... @@ -11,7 +11,7 @@
height: 100%;
display: block;
}
}
}
li {
float: left;
... ... @@ -112,7 +112,6 @@
text-align: center;
font-weight: bold;
font-size: 16px;
text-align: center;
top: 50%;
margin-top: -9px;
}
... ... @@ -139,10 +138,10 @@
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
}
&:hover {
text-decoration: underline;
}
span:hover {
text-decoration: underline;
}
}
... ... @@ -375,16 +374,16 @@
.slide-switch {
display: none;
}
.prev {
left: 0;
margin-left: 0;
}
.slide-switch .prev {
left: 0;
margin-left: 0;
}
.next {
right: 0;
margin-right: 0;
}
.slide-switch .next {
right: 0;
margin-right: 0;
}
.slide-switch.show {
... ... @@ -431,7 +430,6 @@
.news-txt {
float: right;
padding: 20px 16px;
float: right;
border: 1px solid #000;
overflow: hidden;
... ...