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.

47 lines
919 B

  1. @charset "utf-8";
  2. /* CSS Document */
  3. .ad{ left:0; position:relative; top:2px;left:-50.5%; margin-bottom:20px;}
  4. .ab-container {
  5. width: 1920px;
  6. height: 460px;
  7. position: relative;
  8. overflow: hidden;
  9. }
  10. .ab-container ul.list {
  11. padding: 0;
  12. margin: 0;
  13. list-style: none;
  14. position: absolute;
  15. width: 9999px;
  16. height: 100%;
  17. }
  18. .ab-container ul.list li {
  19. float: left;
  20. width: 1920px;
  21. height: 100%;
  22. }
  23. .ab-container .list img{
  24. width: 100%;
  25. height: 100%;
  26. border: 0;
  27. }
  28. .ab-container ul.playerControl {
  29. margin: 0;
  30. padding: 0;
  31. list-style: none;
  32. position: absolute;
  33. bottom: 5px;
  34. right: 5px;
  35. height: 14px;
  36. }
  37. .ab-container ul.playerControl li {
  38. margin-left:50%;
  39. float:right;
  40. width: 23px;
  41. height: 14px;
  42. cursor: pointer;
  43. margin: 0px 2px;
  44. background:url(../images/rect_ctrl.png) no-repeat 0 0;
  45. }
  46. .ab-container ul.playerControl li.current {
  47. background-position: -23px 0;
  48. }