From a21290bc14fce7de27f668446e4423a21e9d6ab9 Mon Sep 17 00:00:00 2001 From: Wjl <528399603@qq.com> Date: Thu, 16 Dec 2021 14:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=81=E5=B9=B4=E4=BA=BA=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontCode2/sunshine_levy/src/views/test.vue | 51 ++++++++++++++++++--- 1 file changed, 44 insertions(+), 7 deletions(-) diff --git a/FrontCode2/sunshine_levy/src/views/test.vue b/FrontCode2/sunshine_levy/src/views/test.vue index b61c8eb..be648f3 100644 --- a/FrontCode2/sunshine_levy/src/views/test.vue +++ b/FrontCode2/sunshine_levy/src/views/test.vue @@ -48,11 +48,11 @@ {{ item.name }} - -
+ +
-
+
@@ -626,8 +626,14 @@ export default { */ /* this.activeIndex = this.activeIndex === index ? !index : index; */ }, - absolute0_click(e) { - console.log("e", e); + absolute0_click(e,index,item) { + if(!item.show){ + this.$set(item,'show',false) + item.show = !item.show + + }else{ + item.show = !item.show + } }, absolute1_click(e,index,i) { let son = index + i @@ -1076,8 +1082,8 @@ export default { background-position: 0 -2px; background-size: 100% 120%; } - .projectRight { - margin-top: 10px; + .projectRight {/* */ + /* margin-top: 10px; height: 27px; > :nth-child(1) { border-radius: unset !important; @@ -1086,7 +1092,38 @@ export default { > span { font-size: 20px; border-radius: 0px 13px 13px 0px; + } */ + display: flex; + align-items: center; + justify-content: right; + margin-top: -33px; + position: relative; + height: 27px; + margin-bottom: 15px; + > div { + background: #24bca3; + height: 100%; + display: flex; + align-items: center; + border-radius: 13px 0 0 13px; + img { + width: 17px; + margin-right: 3px; + margin-left: 10px; } + } + span { + font-size: 18px; + font-weight: 600; + padding-right: 10px; + color: #fff; + background: #24bca3; + height: 27px; + line-height: 27px; + } + + + } } .projectCenterBox {