10.31 文字效果第一版
This commit is contained in:
@ -64,11 +64,18 @@
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
// .contentBlock01 .informText01 p {
|
||||
.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;
|
||||
@ -99,17 +106,25 @@
|
||||
padding: 22px 24px;
|
||||
width: 90%;
|
||||
font-size: 14pt;
|
||||
color: #fff;
|
||||
color: #fff !important;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.contentBlock02 .informText02 img {
|
||||
width: 60%;
|
||||
}
|
||||
// .contentBlock02 .informText02 img {
|
||||
// width: 60%;
|
||||
// }
|
||||
|
||||
// .contentBlock02 .informText02 p {
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user