Authored by 郭成尧

品牌列表页调优

... ... @@ -19,7 +19,6 @@
<style>
.brand-list-box {
width: 100%;
height: 600px;
.per-brand-box {
.index {
... ... @@ -32,11 +31,12 @@
}
.brand-box {
width: 25%;
height: 175px;
width: 24%;
height: 180px;
float: left;
overflow: hidden;
text-align: center;
margin: 0 0.5%;
.brand-logo {
height: 150px;
... ...
... ... @@ -6,7 +6,6 @@
<style>
.list-box {
position: fixed;
height: 500px;
width: 30px;
margin: 0;
padding: 6px;
... ...