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