|
|
@@ -57,14 +57,17 @@
|
|
|
}
|
|
|
.line{
|
|
|
&::after{
|
|
|
- background-color: #288bff;
|
|
|
+ // background-color: #288bff;
|
|
|
+ background: url("~@/assets/img/developer/next.png") no-repeat center center;
|
|
|
+ background-size: 35px 18px;
|
|
|
+ height:20px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
&.cur + .developer-process-item{
|
|
|
// background-color: #f00;
|
|
|
.developer-process-step{
|
|
|
- box-shadow: 0 0 0 1px #288bff;
|
|
|
+ border:1px solid #288bff;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -92,7 +95,6 @@
|
|
|
content: "";
|
|
|
width: 43px;
|
|
|
height: 1px;
|
|
|
- // border-top: 1px solid #ced3d9;
|
|
|
background-color: #ced3d9;
|
|
|
}
|
|
|
}
|