page_auto.css 818 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*表格下方信息 (需改dataTables dom参数)*/
  2. @media (max-width: 1200px) {
  3. .dom_l {
  4. display: none;
  5. }
  6. .dom_i{
  7. margin-left: 0px;
  8. }
  9. }
  10. @media(max-width: 1000px){
  11. .maxHideBtn{display: none;}
  12. .particulars_width{width: 90% !important}
  13. .detail_width{width: 90% !important}
  14. }
  15. @media (max-width: 992px) {
  16. /*双击row不允许弹窗*/
  17. .modal,.modal-backdrop{
  18. display: none !important;
  19. }
  20. }
  21. @media(max-width: 800px){
  22. .no_fl{float: none;}
  23. .influenceDiffuse-widthMax{width: 100%;}
  24. .influenceDiffuse-heightMax{height: auto !important;}
  25. }
  26. @media(min-width: 800px){
  27. }
  28. @media(max-width: 768px){
  29. /*整体padding*/
  30. #page-wrapper{
  31. padding:0 0;
  32. }
  33. .wrapper-content{
  34. padding:0px 0px 0px;
  35. }
  36. }
  37. @media(max-width: 420px){
  38. }