images.css 735 B

123456789101112131415161718192021
  1. .layui-flow-more{ clear: both; margin-top: 20px; }
  2. #Images li{ width:19%; margin:0.5% 0.5%; float: left; overflow:hidden;}
  3. #Images li img{ width:100%; }
  4. #Images li .operate{ display: block; height: 40px; width:100%; background:#f4f5f9; }
  5. #Images li .operate .check{ float:left; margin-left:11px; height:18px; padding:11px 0; }
  6. #Images li .operate .img_del{ float:right; margin:7px 11px 0 0; font-size: 22px; cursor:pointer; }
  7. #Images li .operate .img_del:hover{ color:#f00; }
  8. /*适配*/
  9. @media screen and (max-width:1050px){
  10. /*用户信息*/
  11. #Images li{ width:24%;}
  12. }
  13. @media screen and (max-width: 750px){
  14. /*用户信息*/
  15. #Images li{ width:49%;}
  16. }
  17. @media screen and (max-width:432px){
  18. /*用户信息*/
  19. #Images li{ width:99%;}
  20. }