|
@@ -159,11 +159,11 @@ const closeOpen=()=>{
|
|
|
.list-item:not(:first-child)::after {
|
|
.list-item:not(:first-child)::after {
|
|
|
content: "";
|
|
content: "";
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: 0%;
|
|
|
|
|
- left: 2.3%;
|
|
|
|
|
|
|
+ top: 1%;
|
|
|
|
|
+ left: 2.2%;
|
|
|
transform: translate(0, -50%);
|
|
transform: translate(0, -50%);
|
|
|
- width: 1px;
|
|
|
|
|
- height: 50%;
|
|
|
|
|
|
|
+ width: 1.5px;
|
|
|
|
|
+ height: 60%;
|
|
|
background-color: #c1cce3; /* 连线的颜色 */
|
|
background-color: #c1cce3; /* 连线的颜色 */
|
|
|
}
|
|
}
|
|
|
.list-item-dot-active::before{
|
|
.list-item-dot-active::before{
|