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

  1. .abgne-carousel {
  2. height:auto;
  3. border:none;
  4. position:relative;
  5. top:10px;
  6. left:5%;
  7. }
  8. .abgne-carousel * {margin: 0;padding: 0;}
  9. .abgne-carousel ul, .abgne-carousel li {list-style: none;}
  10. .abgne-carousel a img {border: none;width: 112px;}
  11. .abgne-carousel h3 {font-size: 18px;height: 30px;}
  12. .abgne-carousel .page {position:absolute;top: 12px;right: 80px;display:none;}
  13. .abgne-carousel .frim-btn {height: 20px;}
  14. .abgne-carousel #btn-l{position:relative; top:20px;left:5px;}
  15. .abgne-carousel #btn-r{position:relative; top:0px;left:800px;}
  16. .abgne-carousel .frim-btn a {width: 31px;height: 24px;float: left;text-indent: -9999px;}
  17. .abgne-carousel .frim-btn a.prev {background: url(../images/btn_frim.png) no-repeat 0 -42px;}
  18. .abgne-carousel .frim-btn a.next {background: url(../images/btn_frim.png) no-repeat 0 0;}
  19. .abgne-carousel .frame {
  20. overflow: hidden;
  21. width: 772px; /* (li 的寬度 + li 的邊框寬度 * 2 ) * 一次要顯示的數量 + li 的右邊界 * (一次要顯示的數量 - 1) */
  22. height: 48px;
  23. position: relative;
  24. top:-30px;left:-20px;
  25. }
  26. .abgne-carousel ul {width: 99999px;position: absolute;}
  27. .abgne-carousel li {
  28. float: left;
  29. width: 112px;
  30. height:48px;
  31. position: relative;
  32. margin-right:20px;
  33. border:none;
  34. }
  35. .abgne-carousel li .thumb, .abgne-carousel li .ovrly, .abgne-carousel li h3 {
  36. position: absolute;
  37. }
  38. .abgne-carousel li .ovrly, .abgne-carousel li h3 {
  39. width: 100%;
  40. height: 32px;
  41. line-height: 32px;
  42. text-align: center;
  43. bottom: 0;
  44. }
  45. .abgne-carousel li .ovrly {
  46. background: #000;
  47. }
  48. .abgne-carousel li h3 a {
  49. color: #fff;
  50. }
  51. .abgne-carousel li h3 a:hover {
  52. color: #f90;
  53. }