10.31 文字效果第一版

This commit is contained in:
jl-zhoujl2
2022-10-31 14:27:26 +08:00
parent c4c951ef3e
commit ce88f040b2

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; color: #fff !important;
background: transparent;
} }
.contentBlock02 .informText02 img { // .contentBlock02 .informText02 img {
width: 60%; // width: 60%;
}
// .contentBlock02 .informText02 p {
// padding: 20px;
// text-indent: 45px;
// line-height: 1.5;
// } // }
.contentBlock02 .informText02 p {
// padding: 20px;
// text-indent: 45px;
// line-height: 1.5;
margin-top: 0;
margin-bottom: 0;
background: transparent !important;
}
.contentBlock02 .informText02 span {
background: transparent !important;
}
} }
} }