This commit is contained in:
duanliang
2025-04-26 17:39:35 +08:00
parent 2b83c42af2
commit 5d4959494e

View File

@@ -566,6 +566,8 @@
.new-title{
margin-bottom:vh(20);
color:#fff;
position:relative;
// left:vw(-15);
}
.tree-item__child-item{
.new-title:last-child{
@@ -692,7 +694,7 @@
transform: rotate(180deg);
}
&__name {
padding: 0 vw(10);
padding: 0 vw(5);
display: block;
font-weight: 400;
font-size: vw(15);
@@ -704,7 +706,7 @@
&__child {
position: relative;
margin-top: vh(20);
margin-left: vw(20);
// margin-left: vw(20);
// border-left: vw(2) solid #37d8fc;
}
&-top__icon {
@@ -722,7 +724,7 @@
height: vw(16);
}
&__child-item {
padding: vh(0) vw(20) vh(20) vw(20);
padding: vh(0) vw(20) vh(20) vw(10);
cursor: pointer;
color: rgb(192,216,254);
font-weight: 400;