|
@@ -37,7 +37,7 @@
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
<span class="step-num" >
|
|
<span class="step-num" >
|
|
|
- <!-- <i class="el-icon-arrow-right icon"></i> -->
|
|
|
|
|
|
|
+ <i class="el-icon-caret-right icon" v-if="index!=0"></i>
|
|
|
<p cla>{{ i.title }}</p>
|
|
<p cla>{{ i.title }}</p>
|
|
|
<!-- <span class="num">{{ i.stepIndex }}</span> -->
|
|
<!-- <span class="num">{{ i.stepIndex }}</span> -->
|
|
|
</span>
|
|
</span>
|
|
@@ -754,7 +754,7 @@ export default {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 24px;
|
|
top: 24px;
|
|
|
left: 5%;
|
|
left: 5%;
|
|
|
- background: #3377db;
|
|
|
|
|
|
|
+ background: #8ab4f3;
|
|
|
width: 95%;
|
|
width: 95%;
|
|
|
height: 2px;
|
|
height: 2px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
@@ -797,7 +797,7 @@ export default {
|
|
|
.icon {
|
|
.icon {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
left: -11px;
|
|
left: -11px;
|
|
|
- color: #2d7df5;
|
|
|
|
|
|
|
+ color: #8ab4f3;
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|