pufferSlider.css 1.5 KB

1234567891011121314151617181920
  1. @charset "utf-8";
  2. .photo-swipe-wrap {position:fixed; top:0; left:0; width:100%; height:100%; z-index:1000; background-color:#333; overflow:hidden;}
  3. .photo-swipe-number { height:30px; line-height:30px; width:100%; background-color:rgba(0, 0, 0, 0.7); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000); text-align:center; color:#fff;}
  4. .photo-swipe-btn {height:40px; line-height:40px; border-top:1px solid #343332; position:fixed; z-index:1111; bottom:0; left:0; width:100%;
  5. background: #131413;
  6. background: -webkit-gradient(linear, left top, left bottom, from(#242524), to(#010202));
  7. background: -moz-linear-gradient(top, #242524, #010202);
  8. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242524', endColorstr='#010202');
  9. }
  10. .photo-swipe-pic {position:relative; z-index:998}
  11. .photo-swipe-pic div p {text-align:center;display:table-cell;vertical-align:middle;}
  12. .photo-swipe-pic div img { max-height:100%; max-width:100%; vertical-align:middle}
  13. .photo-swipe-btn span {display:inline-block; width:20%; margin:0 2%; height:50px; text-align:center; padding-top:3px}
  14. .photo-swipe-btn span i {display:inline-block; width:20px; height:20px; background:url(../images/pufferSlider-icons.png) no-repeat}
  15. .photo-swipe-btn span.exit i {background-position:-12px -12px}
  16. .photo-swipe-btn span.play i {background-position:-100px -12px}
  17. .photo-swipe-btn span.play.on i {background-position:-192px -12px}
  18. .photo-swipe-btn span.prev i {background-position:-56px -12px}
  19. .photo-swipe-btn span.next i {background-position:-144px -12px}