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;