| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /*表格下方信息 (需改dataTables dom参数)*/
- @media (max-width: 1200px) {
- .dom_l {
- display: none;
- }
- .dom_i{
- margin-left: 0px;
- }
- }
- @media(max-width: 1000px){
- .maxHideBtn{display: none;}
- .particulars_width{width: 90% !important}
- .detail_width{width: 90% !important}
- }
- @media (max-width: 992px) {
- /*双击row不允许弹窗*/
- .modal,.modal-backdrop{
- display: none !important;
- }
- }
- @media(max-width: 800px){
- .no_fl{float: none;}
- .influenceDiffuse-widthMax{width: 100%;}
- .influenceDiffuse-heightMax{height: auto !important;}
- }
- @media(min-width: 800px){
- }
- @media(max-width: 768px){
- /*整体padding*/
- #page-wrapper{
- padding:0 0;
- }
- .wrapper-content{
- padding:0px 0px 0px;
- }
- }
- @media(max-width: 420px){
- }
|