| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- @media screen and (min-width:801px){/*pc*/
- .pc_none{display:none;}
-
-
- }
- @media screen and (max-width:800px){/*ipad_phone*/
- .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; }
- .newsDetail .inner .innerLeft .LeftTop > h1{font-size:20px;line-height:28px;margin-bottom:15px;}
- .newsDetail .inner .innerLeft .LeftTop{margin-top:15px;font-size:18px;}
- .newsDetail .inner{width:92%;}
- .innerLeft{width:100%;}
- .newsDetail .inner .innerLeft .LeftTop > p{height:auto;}
- .newsDetail .inner .innerLeft .leftBottom{width:100%;margin-bottom:15px;}
- .newsDetail .inner .innerLeft .leftBottom :deep(img){max-width:100%;height:auto!important;}
- .index_3_box_vote .inquire{margin-top:15px;height:auto;}
- .index_3_box_vote .inquire p{height:auto;padding:0;font-size:14px;
- margin:0px 0px 5px 18px;}
- .index_3_box_vote .inquire .radio .el-radio.el-radio--large .el-radio__label span{font-size:14px;}
- .index_3_box_vote .voteTitle{font-size:14px;}
- .index_3_box_vote .inquire .btn{padding-left:22px;}
- .index_3_box_vote{overflow:hidden;}
- .index_3_box_vote .inquire .radio .el-radio.el-radio--large{margin-bottom:3px;}
- .index_3_box_vote .inquire .radioBox{height:auto;
- padding:0px 0px 12px 18px;}
- .index_3_box_vote .inquire .radio .el-radio-group{width:100%;}
- .index_3_box_vote .inquire .btn button{width:auto;padding:0px 10px;line-height:33px;height:33px;font-size:14px;margin-bottom:14px;}
- .newsDetail .inner .innerLeft .disclaimer{width:100%; }
- .newsDetail .inner .innerLeft .disclaimer *{word-wrap: break-word;width:100%!important;display:block!important;
- overflow-wrap: break-word;font-size:16px;
- white-space: pre-wrap;
- word-break: break-all;
- }
- // 推荐阅读
- .newsDetail .inner .innerLeft .recommendRead{
- width:100%;margin:22px 0px;
- }
- .newsDetail .inner .innerLeft .recommendRead .recommendReadTitle{width:100%;height:auto;}
- .newsDetail .inner .innerLeft .recommendRead .recommendReadTitle .read_title{
- width:auto;font-size:14px;box-sizing:border-box;height:33px;line-height:33px;
- border-bottom:1px solid #49A769;
- }
- .newsDetail .inner .innerLeft .recommendRead .recommendReadList{
- height:auto;margin-top:11px; min-height:auto;padding-bottom:8px;
- }
- .newsDetail .inner .innerLeft .recommendRead .recommendReadList .recommendReadListTitle{
- margin-top:0px;overflow:hidden;
- }
- .newsDetail .inner .innerLeft .recommendRead .recommendReadList .recommendReadListTitle a{
- line-height:33px;height:33px;font-size:14px;float:left;max-width:90%;
- word-break: keep-all; white-space: nowrap;overflow:hidden;text-overflow:ellipsis;
- }
- .newsDetail .inner .innerLeft .recommendRead .recommendReadList .recommendReadListTitle[data-v-1ea5c530]:nth-child(1)::after{font-size:12px;}
- .newsDetail .inner .innerLeft .LeftTop > p span:nth-last-of-type(1){margin-right:0px;}
- .innerRight{display:none;}
- .phone_none{display:none;}
-
-
- }
|