yd.less 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. @media screen and (min-width:801px){/*pc*/
  2. .pc_none{display:none;}
  3. }
  4. @media screen and (max-width:800px){/*ipad_phone*/
  5. .location{float:left;width:auto!important;}
  6. .breadcrumb .el-breadcrumb{width:100%;display:block;}
  7. .breadcrumb{margin:15px auto 10px;}
  8. // .breadcrumb .inner{ height:24px; }
  9. .breadcrumb .phone_breadcrumb_text{
  10. display:block;float:none;
  11. word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
  12. }
  13. .breadcrumb .location{ font-size: 14px; margin-right:5px;}
  14. .breadcrumb span { font-size: 14px; }
  15. .newsDetail .inner .innerLeft .LeftTop > h1{font-size:20px;line-height:28px;margin-bottom:15px;}
  16. .newsDetail .inner .innerLeft .LeftTop{margin-top:15px;font-size:18px;}
  17. .newsDetail .inner{width:92%;}
  18. .innerLeft{width:100%;}
  19. .newsDetail .inner .innerLeft .LeftTop > p{height:auto;}
  20. .newsDetail .inner .innerLeft .leftBottom{width:100%;margin-bottom:15px;}
  21. .newsDetail .inner .innerLeft .leftBottom :deep(img){max-width:100%;height:auto!important;}
  22. .index_3_box_vote .inquire{margin-top:15px;height:auto;}
  23. .index_3_box_vote .inquire p{height:auto;padding:0;font-size:14px;
  24. margin:0px 0px 5px 18px;}
  25. .index_3_box_vote .inquire .radio .el-radio.el-radio--large .el-radio__label span{font-size:14px;}
  26. .index_3_box_vote .voteTitle{font-size:14px;}
  27. .index_3_box_vote .inquire .btn{padding-left:22px;}
  28. .index_3_box_vote{overflow:hidden;}
  29. .index_3_box_vote .inquire .radio .el-radio.el-radio--large{margin-bottom:3px;}
  30. .index_3_box_vote .inquire .radioBox{height:auto;
  31. padding:0px 0px 12px 18px;}
  32. .index_3_box_vote .inquire .radio .el-radio-group{width:100%;}
  33. .index_3_box_vote .inquire .btn button{width:auto;padding:0px 10px;line-height:33px;height:33px;font-size:14px;margin-bottom:14px;}
  34. .newsDetail .inner .innerLeft .disclaimer{width:100%; }
  35. .newsDetail .inner .innerLeft .disclaimer *{word-wrap: break-word;width:100%!important;display:block!important;
  36. overflow-wrap: break-word;font-size:16px;
  37. white-space: pre-wrap;
  38. word-break: break-all;
  39. }
  40. // 推荐阅读
  41. .newsDetail .inner .innerLeft .recommendRead{
  42. width:100%;margin:22px 0px;
  43. }
  44. .newsDetail .inner .innerLeft .recommendRead .recommendReadTitle{width:100%;height:auto;}
  45. .newsDetail .inner .innerLeft .recommendRead .recommendReadTitle .read_title{
  46. width:auto;font-size:14px;box-sizing:border-box;height:33px;line-height:33px;
  47. border-bottom:1px solid #49A769;
  48. }
  49. .newsDetail .inner .innerLeft .recommendRead .recommendReadList{
  50. height:auto;margin-top:11px; min-height:auto;padding-bottom:8px;
  51. }
  52. .newsDetail .inner .innerLeft .recommendRead .recommendReadList .recommendReadListTitle{
  53. margin-top:0px;overflow:hidden;
  54. }
  55. .newsDetail .inner .innerLeft .recommendRead .recommendReadList .recommendReadListTitle a{
  56. line-height:33px;height:33px;font-size:14px;float:left;max-width:90%;
  57. word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
  58. }
  59. .newsDetail .inner .innerLeft .recommendRead .recommendReadList .recommendReadListTitle[data-v-1ea5c530]:nth-child(1)::after{font-size:12px;}
  60. .newsDetail .inner .innerLeft .LeftTop > p span:nth-last-of-type(1){margin-right:0px;}
  61. .innerRight{display:none;}
  62. .phone_none{display:none;}
  63. }