housephoto.css 943 B

123456789101112131415161718192021222324
  1. body {background:#fff;}
  2. .footer_copy{display:none;}
  3. .m_album_box{height:100%;}
  4. .m_album_l{width:24%;height:100%;background:#F8F8F8;position:relative;float: left;}
  5. .m_album_l_title{border-right:1px solid #EEE;position:absolute;top:0;left:0;width:100%;height:100%;}
  6. .m_album_l_title span{width:100%;height:55px;line-height:55px;text-align:center;font-size:1rem;color:#666;display: block;border-top:1px solid #EEE;}
  7. .m_album_l_title span.on{background:#FFF;color:#333;}
  8. .m_album_r{width:76%;height:100%;float:right;overflow:auto;
  9. -webkit-overflow-scrolling : touch;
  10. -moz-overflow-scrolling : touch;
  11. -o-overflow-scrolling : touch;
  12. }
  13. .m_album_r_lsit{width:89%;height:auto;margin:auto;margin-top:25px;}
  14. .m_lsitImg{width:47%;height:80px;border:1px solid #f8f8f8; float:left;margin-right:6%;margin-bottom:6%;border-radius:2px;overflow:hidden;}
  15. .m_album_r_lsit .m_lsitImg:nth-child(2n){margin-right:0;}
  16. .m_lsitImg img{width:100%;height:100%;}