|
@@ -56,7 +56,8 @@
|
|
<div class="menuListpParentCenter">{{ item.name }} {{ item.name }} {{ item.name }}</div>
|
|
<div class="menuListpParentCenter">{{ item.name }} {{ item.name }} {{ item.name }}</div>
|
|
<div class="menuListpParentRight">+</div>
|
|
<div class="menuListpParentRight">+</div>
|
|
</div>
|
|
</div>
|
|
- <div class="menuListpChildren" v-if="item.children?.length > 0" v-for="(item_1, index_1) of item.children" :key="index_1" >
|
|
|
|
|
|
+ <div class="menuListpChildren menuListpChildrenSelect"
|
|
|
|
+ v-if="item.children?.length > 0" v-for="(item_1, index_1) of item.children" :key="index_1" >
|
|
<div class="menuListpChildrenKong" ></div>
|
|
<div class="menuListpChildrenKong" ></div>
|
|
<div class="menuListpChildrenLeft" >
|
|
<div class="menuListpChildrenLeft" >
|
|
<div class="logoMenu" ></div>
|
|
<div class="logoMenu" ></div>
|
|
@@ -1146,7 +1147,7 @@ const callbackProgressQingXiCheAndQv = (json : any) => {
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
font-size: 1.14rem;
|
|
font-size: 1.14rem;
|
|
color: #2CD36B;
|
|
color: #2CD36B;
|
|
-
|
|
|
|
|
|
+
|
|
.menuListpChildrenKong, .menuListpChildrenLeft, .menuListpChildrenRight {
|
|
.menuListpChildrenKong, .menuListpChildrenLeft, .menuListpChildrenRight {
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
}
|
|
}
|
|
@@ -1157,7 +1158,6 @@ const callbackProgressQingXiCheAndQv = (json : any) => {
|
|
|
|
|
|
.menuListpChildrenLeft {
|
|
.menuListpChildrenLeft {
|
|
width: 16%;
|
|
width: 16%;
|
|
- height: 100%;
|
|
|
|
/* 水平垂直居中,支持文字自动换行 */
|
|
/* 水平垂直居中,支持文字自动换行 */
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -1169,6 +1169,11 @@ const callbackProgressQingXiCheAndQv = (json : any) => {
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .menuListpChildrenSelect {
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ background: linear-gradient( 90deg, rgba(39,171,151,0.6) 0%, rgba(39,171,151,0.2) 100%);
|
|
|
|
+ }
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|