Merge branch '20221030-党建攻坚样式修改' into 'release_20221028'

10.31 党建攻坚样式修改

See merge request eshop/fe_service_ebtp_frontend!48
This commit is contained in:
jl-zhoujl2
2022-10-31 13:48:30 +00:00

View File

@ -64,11 +64,18 @@
border-radius: 8px; border-radius: 8px;
} }
// .contentBlock01 .informText01 p { .contentBlock01 .informText01 p {
// padding: 20px; // padding: 20px;
// text-indent: 45px; // text-indent: 45px;
// line-height: 1.5; // line-height: 1.5;
// } margin-top: 0;
margin-bottom: 0;
background: transparent !important;
}
.contentBlock01 .informText01 span {
background: transparent !important;
}
.contentBlock02 { .contentBlock02 {
padding-bottom: 50px; padding-bottom: 50px;
@ -99,17 +106,25 @@
padding: 22px 24px; padding: 22px 24px;
width: 90%; width: 90%;
font-size: 14pt; font-size: 14pt;
color: #fff; background: transparent;
} }
.contentBlock02 .informText02 img { // .contentBlock02 .informText02 img {
width: 60%; // width: 60%;
} // }
// .contentBlock02 .informText02 p { .contentBlock02 .informText02 p {
// padding: 20px; // padding: 20px;
// text-indent: 45px; // text-indent: 45px;
// line-height: 1.5; // line-height: 1.5;
// } margin-top: 0;
margin-bottom: 0;
color: #fff !important;
background: transparent !important;
}
.contentBlock02 .informText02 span {
background: transparent !important;
}
} }
} }