adminuser.less 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .layui-body{
  2. .main{
  3. table{
  4. th{
  5. white-space: nowrap;
  6. text-align: center;
  7. }
  8. .layui-table-cell{
  9. white-space: nowrap;
  10. text-align: center;
  11. padding: 0;
  12. }
  13. .headpic{
  14. height: 100%;
  15. }
  16. }
  17. .layui-body .main .layui-table, .layui-body .main .layui-table-view{
  18. margin: 10px 0 0px;
  19. }
  20. .searchbox{
  21. width: 100%;
  22. white-space: nowrap;
  23. .searchname{
  24. margin-left: 5px;
  25. }
  26. }
  27. }
  28. .layui-input-block{
  29. position: relative;
  30. .img-box{
  31. display: block;
  32. width:30%;
  33. height: 100px;
  34. position: relative;
  35. overflow: hidden;
  36. &>img{
  37. max-width: 100%;
  38. max-height: 100%;
  39. }
  40. }
  41. #chooseImage{
  42. position: absolute;
  43. width: 100%;
  44. height: 100%;
  45. display:none;
  46. }
  47. }
  48. }