123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- //导航条
- .breadcrumb {
- width: 100%;
- height: 22px;
- margin-bottom: 30px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #666666;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- .el-breadcrumb::v-deep {
- display: inline-block;
- vertical-align: -4px;
- }
- /deep/.el-breadcrumb__inner a,
- /deep/.el-breadcrumb__inner.is-link {
- color: #666666;
- font-weight: 400;
- text-decoration: none;
- transition: var(--el-transition-color);
- }
- span {
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #666666;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- span:hover {
- color: #666666;
- }
- .location {
- margin-right: 20px;
- width: 100px;
- height: 22px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #666666;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- // 资讯列表
- .newsDetail {
- width: 100%;
- //height: 1400px;
- margin-bottom: 70px;
- .inner {
- width: 1200px;
- //height: 1400px;
- overflow: hidden;
- font-size: 16px;
- .innerLeft {
- // height: 1400px;
- border-top: 1px solid #139602;
- .LeftTop {
- height: 522px;
- margin-top: 50px;
- >h1 {
- line-height: 40px;
- margin-bottom: 30px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 30px;
- color: #333333;
- }
- >p {
- height: 18px;
- line-height: 18px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 14px;
- color: #999999;
- span {
- margin-right: 40px;
- }
- }
- >img {
- width: 680px;
- height: 382px;
- padding: 50px 0px 60px 55px;
- }
- }
- .leftBottom {
- width: 790px;
- // height: 754px;
- margin-top: 76px;
- font-size: 20px;
- line-height: 38px;
- margin-bottom: 30px;
- ul>li img{
- width: 790px;
- height: 382px;
- }
- img{
- width: 790px;
- height: 382px;
- }
-
- p.tinymce-material {
- img {
- width: 790px;
- }
- }
- >h3,
- >p {
- text-indent: 2em;
- width: 790px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-size: 20px;
- color: #333333;
- line-height: 38px;
- padding-bottom: 30px;
- img {
- width: 790px;
- }
- }
- >h3 {
- font-weight: 600px;
- }
- >p {
- font-weight: 400;
- }
- }
- .disclaimer {
- width: 790px;
- overflow: hidden;
- border-top: 1px solid #e6e6e6;
- padding: 30px 0px;
- color: #999999;
- font-size: 17px;
- p {
- width: 790px;
- line-height: 30px;
- }
- }
- }
- .innerRight {
- width: 381px;
- // height: 605px;
- overflow: hidden;
- border-top: 1px solid #139602;
- .hotList1 {
- margin-bottom: 50px;
- }
- }
- }
- }
- .leftBottom::v-deep p img,
- .leftBottom::v-deep img,
- .leftBottom::v-deep video {
- max-width: 700px;
- }
- .leftBottom::v-deep h1,
- .leftBottom::v-deep h2,
- .leftBottom::v-deep h3,
- .leftBottom::v-deep h4,
- .leftBottom::v-deep h5,
- .leftBottom::v-deep h6 {
- font-size: 20px;
- font-weight: 500;
- }
|