// 资讯列表 .newsDetail { width: 100%; margin-bottom: 10px; .inner { width: 1200px; overflow: hidden; font-size: 16px; .innerLeft { width: 900px; margin-right: 30px; //导航条 .breadcrumb { width: 100%; height: 22px; padding-bottom: 20px; border-bottom: 1px solid #e6e6e6; 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; } } .LeftTop { margin-top: 20px; >h1 { line-height: 40px; margin-bottom: 20px; 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: 885px; margin-top: 10px; font-size: 20px; line-height: 38px; margin-bottom: 30px; min-height: 300px; ul>li img { width: 885px; height: 382px; } img { width: 885px; height: 382px; } p.tinymce-material { img { width: 885px; } } >h3, >p { text-indent: 2em; width: 885px; font-family: Microsoft YaHei, Microsoft YaHei; font-size: 20px; color: #333333; line-height: 38px; padding-bottom: 30px; img { width: 885px; } } >h3 { font-weight: 600px; } >p { font-weight: 400; } } .disclaimer { width: 885px; overflow: hidden; border-top: 1px solid #e6e6e6; padding: 30px 0px; color: #999999; font-size: 17px; p { width: 885px; line-height: 30px; } } .recommendRead { width: 900px; margin: 30px 0px; .recommendReadTitle { width: 100px; font-family: Microsoft YaHei, Microsoft YaHei; font-weight: bold; font-size: 22px; color: #255590; margin: 10px 0 20px; position: relative; border-left: #255590 5px solid; padding-left: 17px; em { display: inline-block; width: 8px; height: 8px; border-radius: 4px; background-color: #a01c0e; position: absolute; top: 6px; right: 8px; } } .recommendReadList { min-height: 155px; margin-top: 30px; padding-bottom: 10px; font-size: 20px; border-bottom: 1px solid #D9D9D9; .recommendReadListTitle { margin-top: 25px; width: 900px; color: #333333; a { width: 700px; color: #333333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } span { float: right; } } .recommendReadListTitle:hover a { color: #255590; } .recommendReadListTitle:nth-child(1) { font-weight: bold; } .recommendReadListTitle:nth-child(1)::after { content: "热"; margin-left: 13px; background: #ff2626; color: #fff; font-size: 14px; padding: 0px 2px; } } } } .innerRight { width: 270px; margin-top: 10px; } } } .leftBottom::v-deep p img, .leftBottom::v-deep img, .leftBottom::v-deep video { max-width: 900px; } .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; } //放大图片 .preview-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); display: flex; justify-content: center; align-items: center; z-index: 1000; } .preview-modal img { max-width: 100%; max-height: 100%; cursor: pointer; /* 关闭按钮样式 */ }