From f46f904f0b9f13f5bc7ddd674a9fca2fdc73f37e Mon Sep 17 00:00:00 2001 From: clay <209192278@qq.com> Date: Mon, 10 Oct 2022 22:00:07 +0800 Subject: [PATCH] =?UTF-8?q?dengjie=20commit=20:=20dire=5Fdata=5Ftow.vue?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../content/components/dire_data_tow.vue | 54 ++++++++++++++----- 1 file changed, 42 insertions(+), 12 deletions(-) diff --git a/src/views/content/components/dire_data_tow.vue b/src/views/content/components/dire_data_tow.vue index ee99437..6d93d73 100644 --- a/src/views/content/components/dire_data_tow.vue +++ b/src/views/content/components/dire_data_tow.vue @@ -4,13 +4,16 @@ - - - - {{ dire.name }} - -
-
+ + + + + + + + +
{{ dire.name }}
+
@@ -65,33 +68,60 @@ export default { .context { margin: 2rem 2rem; + padding-bottom: 3rem; + width: 92%; + background: #FFFFFF; //padding-bottom: 3rem; //width: 84.3rem; //background: #FFFFFF; - .context_el-row { + display: flex; margin-top: 2rem; .context_img { width: 2.2rem; + margin-left: 3%; } .context_name { font-size: 1.8rem; - font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #1956BC; - line-height: 2.2rem; + padding: 0 20px; + white-space:nowrap; } .context_hr { - line-height: 2.2rem; margin-top: 1.1rem; - border: #1956BC solid 0.1rem; background-color: #1956BC; + width: 100%; + height: 2px; } } + //.context_el-row { + // margin-top: 2rem; + // + // .context_img { + // width: 2.2rem; + // } + // + // .context_name { + // font-size: 1.8rem; + // font-family: PingFangSC-Medium, PingFang SC; + // font-weight: 500; + // color: #1956BC; + // line-height: 2.2rem; + // } + // + // .context_hr { + // line-height: 2.2rem; + // margin-top: 1.1rem; + // border: #1956BC solid 0.1rem; + // background-color: #1956BC; + // } + //} + .name { margin-top: 2rem; font-size: 1.6rem;