| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- @media screen and (min-width:801px){/*pc*/
-
- .pagination_pc_none{display:none!important;}
- .pc_none{display:none;}
- }
- @media screen and (max-width:800px){/*ipad_phone*/
- .sannongzhichuang .inner{width:100%;height:33px;background:#fafafa;}
- .sannongzhichuang h2{display:none;}
- .sannongzhichuang p.introduction{background:#fafafa;
- height:33px;line-height:33px;right:4%;box-sizing:border-box;
- width:92%;display:block;word-break: keep-all; white-space: nowrap;
- overflow-x:auto;
- overflow-y:hidden;
- &::-webkit-scrollbar {
- height:0px;
- }
- }
- .sannongzhichuang p.introduction > strong{display:none!important;}
- .sannongzhichuang p.introduction div{display:inline-block;height:33px;line-height:33px;}
- .sannongzhichuang p.introduction div span{display: block;height:33px;line-height:33px;margin-top:0px;width:auto;}
- .sannongzhichuang p.introduction div:nth-of-type(1) span{padding-left:0px;}
- .sannongzhichuang p.introduction div span{display:block;height:33px;line-height:33px;font-size:14px;padding:0px 10px;}
- .sannongzhichuang p.introduction div a{display:block;height:33px;line-height:33px;font-size:14px;}
- .introduction .router-link-exact-active{color:#139602!important;}
- .location{float:left;width:auto!important;}
- .breadcrumb .el-breadcrumb{width:100%;display:block;}
- .breadcrumb{margin:15px auto 10px;}
- // .breadcrumb .inner{ height:24px; }
- .breadcrumb .phone_breadcrumb_text{
- display:block;float:none;
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
- }
- .breadcrumb .location{ font-size: 14px; margin-right:5px;}
- .breadcrumb span { font-size: 14px; }
- .newsList .inner{width:92%!important;}
- .newsList .inner .innerLeft > .list > li{width:96%;margin:0px auto;}
- .newsList .inner .innerLeft{width:100%;}
- .newsList .inner .innerLeft > .list > li{line-height:50px;}
-
-
- .newsList .inner .innerLeft > .list > li > a{
- width:100%;display:block; height:50px;line-height:50px;font-size:16px;
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
- }
-
- .newsList .inner .innerLeft > .list > li a{float:left;width:92%; }
- .newsList .inner .innerLeft > .list > li:nth-of-type(-n+2)::after{display: block;height:22px;margin:16px 0px 0px 0px;line-height:22px;float:right;}
- .newsList .inner .innerLeft > .pagination{width:100%;}
- .newsList .inner .innerLeft > .list{margin-bottom:11px;}
- .newsList .inner .innerLeft > .pagination{margin-bottom:11px;}
- .newsList .inner .innerRight {width:100%;display:none;}
- .index_foot{margin-top:11px;}
- ::v-deep .el-pager li{
- margin:0px 4px!important;
- }
-
- .sannongzhichuang{margin:10px auto 10px;}
- .pagination_phone_none{display:none!important;}
- }
|