admin.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #main{
  2. padding:15px;
  3. }
  4. img {
  5. max-width: 100% !important;
  6. }
  7. table img {max-width: 35px !important; }
  8. .form-required{color: red;padding-right: 3px;}
  9. /* .width-350{width: 350px !important;}
  10. .width-250{width: 250px !important;} */
  11. .content-photos {max-width: 35px !important;}
  12. #PhotosDom button {margin-left: 5px;}
  13. .im-color{color:#FF5722;}
  14. .head-right{float:right;margin-left: 10px;margin-top: -7px;}
  15. .layui-nav-child dd{padding-left: 20px;}
  16. .base-iframe{position: absolute;width: 100%;height: 100%;top: 0;right: 0;bottom: 0;}
  17. .layui-body{left: 0px !important;}
  18. .layui-body-iframe{left:200px !important;overflow: hidden;}
  19. /* @media screen and (max-width: 992px) {
  20. .base-iframe {
  21. left: 0px;
  22. }
  23. .left-menu {
  24. display: none ;
  25. }
  26. }
  27. @media screen and (min-width: 992px) {
  28. .base-iframe {
  29. left: 100px;
  30. }
  31. .left-menu {
  32. display: block ;
  33. }
  34. } */
  35. .table-count td{text-align:center;padding:25px;}
  36. .table-count td b{margin-top: 10px;}
  37. .count-menu-set{color:#fff;background-color: #1E9FFF;}
  38. .count-menu-set:hover{color:#fff !important;}
  39. #main .form {max-width: 1200px;}
  40. .layui-form .layui-inline {margin-bottom:10px;}