Files
fe_service_ebtp_frontend/src/pages/PartyMemberTopic/Style/detailStyle.less

115 lines
2.6 KiB
Plaintext
Raw Normal View History

2022-06-27 09:12:56 +08:00
.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;
2022-10-30 11:31:17 +08:00
font-size: 28px;
2022-06-27 09:12:56 +08:00
line-height: 1.5;
2022-10-30 11:31:17 +08:00
font-family: '微软雅黑';
// color: #888;
2022-06-27 09:12:56 +08:00
text-align: center;
margin: 0;
font-weight: bold;
}
.contentBlock01 .informText01 {
margin: 0 2%;
2022-10-30 11:31:17 +08:00
padding: 22px 24px;
2022-06-27 09:12:56 +08:00
width: 96%;
background: #fff;
2022-10-30 11:31:17 +08:00
font-size: 14pt;
// color: #888;
2022-06-27 09:12:56 +08:00
border-radius: 8px;
}
2022-10-30 11:31:17 +08:00
// .contentBlock01 .informText01 p {
// padding: 20px;
// text-indent: 45px;
// line-height: 1.5;
// }
2022-06-27 09:12:56 +08:00
.contentBlock02 {
padding-bottom: 50px;
width: 100%;
background: url("~@/assets/topic/newsDetailBg.jpg") center bottom no-repeat #a81b0b;
}
.contentBlock02 h3 {
padding: 30px 5px;
2022-10-30 11:31:17 +08:00
font-size: 28px;
font-family: '微软雅黑';
2022-06-27 09:12:56 +08:00
line-height: 1.5;
color: #fff;
text-align: center;
margin: 0;
font-weight: bold;
}
2022-06-29 22:36:03 +08:00
.contentBlock02 .content-time {
2022-06-27 09:12:56 +08:00
display: block;
text-align: center;
font-size: 20px;
color: #fff;
}
.contentBlock02 .informText02 {
margin: 0 5%;
2022-10-30 11:31:17 +08:00
padding: 22px 24px;
2022-06-27 09:12:56 +08:00
width: 90%;
2022-10-30 11:31:17 +08:00
font-size: 14pt;
2022-06-27 09:12:56 +08:00
color: #fff;
}
2022-10-30 11:31:17 +08:00
.contentBlock02 .informText02 img {
width: 60%;
2022-06-27 09:12:56 +08:00
}
2022-10-30 11:31:17 +08:00
// .contentBlock02 .informText02 p {
// padding: 20px;
// text-indent: 45px;
// line-height: 1.5;
// }
2022-06-27 09:12:56 +08:00
}
}