list.less 667 B

123456789101112131415161718192021222324252627282930
  1. .layui-body{
  2. .main{
  3. padding: 15px;
  4. box-sizing: border-box;
  5. table{
  6. .headpic{
  7. height: 100%;
  8. }
  9. }
  10. #popUpdateTest{
  11. .img-box{
  12. display: block;
  13. height: 100px;
  14. position: relative;
  15. &>img{
  16. width: 100px;
  17. }
  18. #chooseImage{
  19. position: absolute;
  20. width: 100%;
  21. height: 100%;
  22. display:none;
  23. }
  24. }
  25. }
  26. .search-box{
  27. height: 50px;
  28. }
  29. }
  30. }