martin.ma 3 лет назад
Родитель
Сommit
e51000ce4a
2 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      assets/css/developer/index.scss
  2. BIN
      assets/img/developer/next.png

+ 5 - 3
assets/css/developer/index.scss

@@ -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;
     }
   }

BIN
assets/img/developer/next.png