album.css 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .max_box{max-width:640px;margin:auto;min-width:320px;}
  2. #LRdiv3{display:none !important;}
  3. .m_album_box{width:100%;height:100%;background:#000;overflow:hidden;position:fixed;top:0;left:0;z-index:100;}
  4. .m_Return{width:13px;margin:20px 15px;z-index:100;position:absolute;top:0;}
  5. .m_Return img{width:100%;display:block;}
  6. /*轮播*/
  7. .m_swiper_box{width:100%;height:100%;background:#000;}
  8. .m_albumlb_box{width:100%;height:100%;background:#000;}
  9. .m_albumlb_box ul li{width:100%;background:#000;
  10. display:flex;
  11. display:-webkit-flex;
  12. display:-moz-flex;
  13. display:-o-flex;
  14. align-items:center;
  15. }
  16. .m_albumlb_box ul li img{width:100%;display:block;max-height:537px;}
  17. .m_albumlb_box ul li .m_video{width:100%;height:260px;position:relative;}
  18. .m_albumlb_box ul li .m_video_img{width:80px;position:absolute;top:50%;left:50%;margin-top:-40px;margin-left:-40px;}
  19. .m_albumlb_box ul li .m_video_img img{width:100%;display:block;}
  20. .m_albumlb_box .swiper-pagination {
  21. top: auto;
  22. color: #fff;
  23. text-align: right;
  24. padding-right: 20px;
  25. z-index: 1;
  26. height: 25px;
  27. line-height: 25px;
  28. bottom:90px;
  29. }
  30. /*信息*/
  31. .m_album_text{padding:10px 15px;background: rgba(0,0,0,0.5);position:absolute;bottom:65px;width:100%;left:0;}
  32. .m_album_textTop:nth-child(2){margin-top:20px;}
  33. .m_album_textTop span{font-size:0.8125rem;color:#FFF;margin-right:20px;}
  34. /*导航*/
  35. .m_albumtnav_box{position:absolute;bottom:0;width:100%;z-index:100;}
  36. .wrapper02_box{width:100%;background:#000;}
  37. .wrapper02 {position:relative;height:65px;width:95%;overflow: hidden;margin:0 auto;}
  38. .wrapper02 .scroller {position:absolute}
  39. .wrapper02 .scroller ul{width:100%;}
  40. .wrapper02 .scroller li {position:relative;width:74.4px;height:50px;color:#333;float: left;line-height:50px;text-align:center;}
  41. .wrapper02 .scroller li a{font-size:0.875rem;color:#fff;display:block;}
  42. .wrapper02 .scroller li.cur a i{background:#F24747;}
  43. .wrapper02 .scroller li.cur a{color:#F24747;}
  44. .wrapper02 .scroller li a i{display:block;background:#000;height:2px;position: absolute;bottom:3px;left:50%;width:80%;border-radius:20px;margin-left:-40%;}
  45. .data_remind{border:1px solid;width:100%;height:100%;position:fixed;top:0;left:0;background:#333;}
  46. @media screen and (min-width: 300px) and (max-width: 374px) {
  47. .wrapper02 .scroller li{width:61.4px;}
  48. .m_albumlb_box ul li img{max-height: 438px;}
  49. }
  50. @media screen and (min-width: 414px){
  51. .wrapper02 .scroller li{width:79.4px;}
  52. .m_albumlb_box ul li img{max-height:606px;}
  53. }