yd.less 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. @media screen and (min-width:801px){/*pc*/
  2. .pagination_pc_none{display:none!important;}
  3. .pc_none{display:none;}
  4. }
  5. @media screen and (max-width:800px){/*ipad_phone*/
  6. .sannongzhichuang .inner{width:100%;height:33px;background:#fafafa;}
  7. .sannongzhichuang h2{display:none;}
  8. .sannongzhichuang p.introduction{background:#fafafa;
  9. height:33px;line-height:33px;right:4%;box-sizing:border-box;
  10. width:92%;display:block;word-break: keep-all; white-space: nowrap;
  11. overflow-x:auto;
  12. overflow-y:hidden;
  13. &::-webkit-scrollbar {
  14. height:0px;
  15. }
  16. }
  17. .sannongzhichuang p.introduction > strong{display:none!important;}
  18. .sannongzhichuang p.introduction div{display:inline-block;height:33px;line-height:33px;}
  19. .sannongzhichuang p.introduction div span{display: block;height:33px;line-height:33px;margin-top:0px;width:auto;}
  20. .sannongzhichuang p.introduction div:nth-of-type(1) span{padding-left:0px;}
  21. .sannongzhichuang p.introduction div span{display:block;height:33px;line-height:33px;font-size:14px;padding:0px 10px;}
  22. .sannongzhichuang p.introduction div a{display:block;height:33px;line-height:33px;font-size:14px;}
  23. .introduction .router-link-exact-active{color:#139602!important;}
  24. .location{float:left;width:auto!important;}
  25. .breadcrumb .el-breadcrumb{width:100%;display:block;}
  26. .breadcrumb{margin:15px auto 10px;}
  27. // .breadcrumb .inner{ height:24px; }
  28. .breadcrumb .phone_breadcrumb_text{
  29. display:block;float:none;
  30. word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
  31. }
  32. .breadcrumb .location{ font-size: 14px; margin-right:5px;}
  33. .breadcrumb span { font-size: 14px; }
  34. .newsList .inner{width:92%!important;}
  35. .newsList .inner .innerLeft > .list > li{width:96%;margin:0px auto;}
  36. .newsList .inner .innerLeft{width:100%;}
  37. .newsList .inner .innerLeft > .list > li{line-height:50px;}
  38. .newsList .inner .innerLeft > .list > li > a{
  39. width:100%;display:block; height:50px;line-height:50px;font-size:16px;
  40. word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
  41. }
  42. .newsList .inner .innerLeft > .list > li a{float:left;width:92%; }
  43. .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;}
  44. .newsList .inner .innerLeft > .pagination{width:100%;}
  45. .newsList .inner .innerLeft > .list{margin-bottom:11px;}
  46. .newsList .inner .innerLeft > .pagination{margin-bottom:11px;}
  47. .newsList .inner .innerRight {width:100%;display:none;}
  48. .index_foot{margin-top:11px;}
  49. ::v-deep .el-pager li{
  50. margin:0px 4px!important;
  51. }
  52. .sannongzhichuang{margin:10px auto 10px;}
  53. .pagination_phone_none{display:none!important;}
  54. }