Files
fe_service_ebtp_frontend/src/pages/PartyMemberTopic/Style/detailStyle.less
2022-10-31 17:00:57 +08:00

130 lines
3.1 KiB
Plaintext

.hard-news-global {
width: 100%;
background: #fff;
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
border: none;
.wrapBlock {
margin: 0 auto;
width: 1460px;
overflow: hidden;
.bannerBlock {
width: 100%;
height: 473px;
}
.backHomeBlock {
padding-left: 5%;
width: 95%;
height: 49px;
line-height: 49px;
color: #fff;
background: #fd0100;
font-size: 22px;
width: 100%;
}
.backHomeBlock span {
color: #fff;
cursor: pointer;
}
.backHomeBlock span:hover {
text-decoration: underline;
}
.contentBlock01 {
padding-bottom: 50px;
width: 100%;
background: #f1f1f1;
}
.contentBlock01 h3 {
padding: 30px 5px;
font-size: 28px;
line-height: 1.5;
font-family: '微软雅黑';
// color: #888;
text-align: center;
margin: 0;
font-weight: bold;
}
.contentBlock01 .informText01 {
margin: 0 2%;
padding: 22px 24px;
width: 96%;
background: #fff;
font-size: 14pt;
// color: #888;
border-radius: 8px;
}
.contentBlock01 .informText01 p {
// padding: 20px;
// text-indent: 45px;
// line-height: 1.5;
margin-top: 0;
margin-bottom: 0;
background: transparent !important;
}
.contentBlock01 .informText01 span {
background: transparent !important;
}
.contentBlock02 {
padding-bottom: 50px;
width: 100%;
background: url("~@/assets/topic/newsDetailBg.jpg") center bottom no-repeat #a81b0b;
}
.contentBlock02 h3 {
padding: 30px 5px;
font-size: 28px;
font-family: '微软雅黑';
line-height: 1.5;
color: #fff;
text-align: center;
margin: 0;
font-weight: bold;
}
.contentBlock02 .content-time {
display: block;
text-align: center;
font-size: 20px;
color: #fff;
}
.contentBlock02 .informText02 {
margin: 0 5%;
padding: 22px 24px;
width: 90%;
font-size: 14pt;
background: transparent;
}
// .contentBlock02 .informText02 img {
// width: 60%;
// }
.contentBlock02 .informText02 p {
// padding: 20px;
// text-indent: 45px;
// line-height: 1.5;
margin-top: 0;
margin-bottom: 0;
color: #fff !important;
background: transparent !important;
}
.contentBlock02 .informText02 span {
background: transparent !important;
}
}
}