From ce88f040b292d49fd1831e8da73fd8bf7e3936df Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Mon, 31 Oct 2022 14:27:26 +0800 Subject: [PATCH 1/3] =?UTF-8?q?10.31=20=E6=96=87=E5=AD=97=E6=95=88?= =?UTF-8?q?=E6=9E=9C=E7=AC=AC=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PartyMemberTopic/Style/detailStyle.less | 43 +++++++++++++------ 1 file changed, 29 insertions(+), 14 deletions(-) diff --git a/src/pages/PartyMemberTopic/Style/detailStyle.less b/src/pages/PartyMemberTopic/Style/detailStyle.less index 80e7fe8..e83a35b 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; + color: #fff !important; + 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; + background: transparent !important; + } + + .contentBlock02 .informText02 span { + background: transparent !important; + } } } \ No newline at end of file From 992f21401256d66faf37800e91953d5c0d74782f Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Mon, 31 Oct 2022 17:00:57 +0800 Subject: [PATCH 2/3] =?UTF-8?q?10.31=20=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=AC=AC=E4=BA=8C=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/PartyMemberTopic/Style/detailStyle.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/PartyMemberTopic/Style/detailStyle.less b/src/pages/PartyMemberTopic/Style/detailStyle.less index e83a35b..cf40e77 100644 --- a/src/pages/PartyMemberTopic/Style/detailStyle.less +++ b/src/pages/PartyMemberTopic/Style/detailStyle.less @@ -106,7 +106,6 @@ padding: 22px 24px; width: 90%; font-size: 14pt; - color: #fff !important; background: transparent; } @@ -120,6 +119,7 @@ // line-height: 1.5; margin-top: 0; margin-bottom: 0; + color: #fff !important; background: transparent !important; } From 6dc9d2cc5f8aee274053407f9f27e463df8f5510 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Mon, 31 Oct 2022 22:18:09 +0800 Subject: [PATCH 3/3] 10.31 --- src/pages/PartyMemberTopic/Style/detailStyle.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/PartyMemberTopic/Style/detailStyle.less b/src/pages/PartyMemberTopic/Style/detailStyle.less index cf40e77..787ba6c 100644 --- a/src/pages/PartyMemberTopic/Style/detailStyle.less +++ b/src/pages/PartyMemberTopic/Style/detailStyle.less @@ -124,6 +124,7 @@ } .contentBlock02 .informText02 span { + color: #fff !important; background: transparent !important; } }