From d3ccd8472aa4bdb4b77cef0c6e5d449b26206683 Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Mon, 3 Jun 2024 14:20:56 +0800 Subject: [PATCH] 1 --- src/view/sy.vue | 212 ++++++++++++++++++++++++------------------------ 1 file changed, 106 insertions(+), 106 deletions(-) diff --git a/src/view/sy.vue b/src/view/sy.vue index 945b48f..bbb6e11 100644 --- a/src/view/sy.vue +++ b/src/view/sy.vue @@ -1906,111 +1906,6 @@ onBeforeMount(async () => { right: 50px; } } -// 交通事业 -.jtsyBox { - width: 97%; - // background-color: skyblue; - display: flex; - flex-direction: column; - - font-size: 14px; - font-weight: 400; - color: #ffffff; - text-align: left; - font-style: normal; - font-family: PingFangSC, PingFang SC; - - img { - width: 68px; - height: 96px; - margin-right: 4px; - } - .jtsyBoxtop { - display: flex; - justify-content: space-evenly; - margin-bottom: 15px; - padding-top: 20px; - .jtsyBoxtop1 { - display: flex; - span { - font-family: TCloudNumber, TCloudNumber; - font-weight: 400; - font-size: 16px; - color: #ffffff; - line-height: 22px; - text-shadow: 0px 0px 4px #12fbff; - text-align: left; - font-style: normal; - } - .jtsyname { - font-family: PingFangSC, PingFang SC; - font-weight: 500; - font-size: 16px; - color: #ffffff; - line-height: 22px; - text-shadow: 0px 2px 4px #35e0f9; - text-align: left; - font-style: normal; - position: relative; - } - .jtsyname::after { - content: ""; - display: block; - width: 60px; - border-bottom: 1px dashed rgba(0, 238, 250, 1); /* 设置虚线 */ - position: absolute; - bottom: -6px; - left: 0; - } - .jtsytext { - margin-top: 14px; - margin-bottom: 2px; - // width: 80px; - } - } - } - .jtsyBoxbot { - display: flex; - justify-content: space-between; - .jtsyBoxtop1 { - display: flex; - span { - font-family: TCloudNumber, TCloudNumber; - font-weight: 400; - font-size: 16px; - color: #ffffff; - line-height: 22px; - text-shadow: 0px 0px 4px #12fbff; - text-align: left; - font-style: normal; - } - .jtsyname { - font-family: PingFangSC, PingFang SC; - font-weight: 500; - font-size: 16px; - color: #ffffff; - line-height: 22px; - text-shadow: 0px 2px 4px #35e0f9; - text-align: left; - font-style: normal; - position: relative; - } - .jtsyname::after { - content: ""; - display: block; - width: 60px; - border-bottom: 1px dashed rgba(0, 238, 250, 1); /* 设置虚线 */ - position: absolute; - bottom: -6px; - left: 0; - } - .jtsytext { - margin-top: 14px; - margin-bottom: 2px; - } - } - } -} .table { width: 94%; @@ -2311,7 +2206,6 @@ onBeforeMount(async () => { } } } - //交通事业 table { margin-top: 20px; @@ -2384,4 +2278,110 @@ table { } } } +// 交通事业 +.jtsyBox { + width: 97%; + // background-color: skyblue; + display: flex; + flex-direction: column; + + font-size: 14px; + font-weight: 400; + color: #ffffff; + text-align: left; + font-style: normal; + font-family: PingFangSC, PingFang SC; + + img { + width: 68px; + height: 96px; + margin-right: 4px; + } + .jtsyBoxtop { + display: flex; + justify-content: space-evenly; + margin-bottom: 15px; + padding-top: 20px; + .jtsyBoxtop1 { + display: flex; + span { + font-family: TCloudNumber, TCloudNumber; + font-weight: 400; + font-size: 16px; + color: #ffffff; + line-height: 22px; + text-shadow: 0px 0px 4px #12fbff; + text-align: left; + font-style: normal; + } + .jtsyname { + font-family: PingFangSC, PingFang SC; + font-weight: 500; + font-size: 16px; + color: #ffffff; + line-height: 22px; + text-shadow: 0px 2px 4px #35e0f9; + text-align: left; + font-style: normal; + position: relative; + } + .jtsyname::after { + content: ""; + display: block; + width: 60px; + border-bottom: 1px dashed rgba(0, 238, 250, 1); /* 设置虚线 */ + position: absolute; + bottom: -6px; + left: 0; + } + .jtsytext { + margin-top: 14px; + margin-bottom: 2px; + // width: 80px; + } + } + } + .jtsyBoxbot { + display: flex; + justify-content: space-between; + .jtsyBoxtop1 { + display: flex; + span { + font-family: TCloudNumber, TCloudNumber; + font-weight: 400; + font-size: 16px; + color: #ffffff; + line-height: 22px; + text-shadow: 0px 0px 4px #12fbff; + text-align: left; + font-style: normal; + } + .jtsyname { + font-family: PingFangSC, PingFang SC; + font-weight: 500; + font-size: 16px; + color: #ffffff; + line-height: 22px; + text-shadow: 0px 2px 4px #35e0f9; + text-align: left; + font-style: normal; + position: relative; + } + .jtsyname::after { + content: ""; + display: block; + width: 60px; + border-bottom: 1px dashed rgba(0, 238, 250, 1); /* 设置虚线 */ + position: absolute; + bottom: -6px; + left: 0; + } + .jtsytext { + margin-top: 14px; + margin-bottom: 2px; + } + } + } +} +