diff --git a/src/pages/PartyMemberTopic/Style/detailStyle.less b/src/pages/PartyMemberTopic/Style/detailStyle.less index 80e7fe8..cf40e77 100644 --- a/src/pages/PartyMemberTopic/Style/detailStyle.less +++ b/src/pages/PartyMemberTopic/Style/detailStyle.less @@ -64,11 +64,18 @@ border-radius: 8px; } - // .contentBlock01 .informText01 p { - // padding: 20px; - // text-indent: 45px; - // line-height: 1.5; - // } + .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; + background: transparent; } - .contentBlock02 .informText02 img { - width: 60%; - } - - // .contentBlock02 .informText02 p { - // padding: 20px; - // text-indent: 45px; - // line-height: 1.5; + // .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; + } } } \ No newline at end of file