41 lines
675 B
CSS
41 lines
675 B
CSS
@CHARSET "UTF-8";
|
|
.partner_banner{
|
|
position:relative;
|
|
//border:1px solid red;
|
|
margin:0 auto;
|
|
width:1165px;
|
|
}
|
|
.partner_banner > .RollDiv{
|
|
margin:0 auto;
|
|
width:1165px;
|
|
height:60px;
|
|
overflow:hidden;
|
|
}
|
|
.partner_banner > .RollDiv > div{
|
|
overflow:hidden;
|
|
height:60px;
|
|
width:1200px}
|
|
.partner_banner > .RollDiv > div > a{
|
|
float:left;
|
|
display:block;
|
|
}
|
|
.partner_banner > .RollDiv > div > a > img{
|
|
width:180px;
|
|
height:60px;
|
|
margin-right:10px;
|
|
}
|
|
.partner_banner > .btn_left{
|
|
position:absolute;
|
|
left:0;
|
|
top:0;
|
|
background:blue;
|
|
height:100%;
|
|
width:25px;
|
|
}
|
|
.partner_banner > .btn_right{
|
|
position:absolute;
|
|
right:0;top:0;
|
|
background:blue;
|
|
height:100%;
|
|
width:25px;
|
|
} |