You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

54 lines
1.6 KiB

.abgne-carousel {
height:auto;
border:none;
position:relative;
top:10px;
left:5%;
}
.abgne-carousel * {margin: 0;padding: 0;}
.abgne-carousel ul, .abgne-carousel li {list-style: none;}
.abgne-carousel a img {border: none;width: 112px;}
.abgne-carousel h3 {font-size: 18px;height: 30px;}
.abgne-carousel .page {position:absolute;top: 12px;right: 80px;display:none;}
.abgne-carousel .frim-btn {height: 20px;}
.abgne-carousel #btn-l{position:relative; top:20px;left:5px;}
.abgne-carousel #btn-r{position:relative; top:0px;left:800px;}
.abgne-carousel .frim-btn a {width: 31px;height: 24px;float: left;text-indent: -9999px;}
.abgne-carousel .frim-btn a.prev {background: url(../images/btn_frim.png) no-repeat 0 -42px;}
.abgne-carousel .frim-btn a.next {background: url(../images/btn_frim.png) no-repeat 0 0;}
.abgne-carousel .frame {
overflow: hidden;
width: 772px; /* (li 的寬度 + li 的邊框寬度 * 2 ) * 一次要顯示的數量 + li 的右邊界 * (一次要顯示的數量 - 1) */
height: 48px;
position: relative;
top:-30px;left:-20px;
}
.abgne-carousel ul {width: 99999px;position: absolute;}
.abgne-carousel li {
float: left;
width: 112px;
height:48px;
position: relative;
margin-right:20px;
border:none;
}
.abgne-carousel li .thumb, .abgne-carousel li .ovrly, .abgne-carousel li h3 {
position: absolute;
}
.abgne-carousel li .ovrly, .abgne-carousel li h3 {
width: 100%;
height: 32px;
line-height: 32px;
text-align: center;
bottom: 0;
}
.abgne-carousel li .ovrly {
background: #000;
}
.abgne-carousel li h3 a {
color: #fff;
}
.abgne-carousel li h3 a:hover {
color: #f90;
}