add.less 398 B

123456789101112131415161718192021
  1. .layui-body{
  2. .main{
  3. padding: 15px;
  4. box-sizing: border-box;
  5. }
  6. .img-box{
  7. display: block;
  8. width: 100px;
  9. height: 100px;
  10. position: relative;
  11. &>img{
  12. max-width: 100%;
  13. }
  14. #chooseImage{
  15. position: absolute;
  16. width: 100%;
  17. height: 100%;
  18. display:none;
  19. }
  20. }
  21. }