|
@@ -21,7 +21,7 @@
|
|
|
<view style="display: flex;padding: 16px 36px;">
|
|
|
<view style="position: relative;">
|
|
|
<image style="width: 48px;height: 48px;margin-right: 8px;" src="../static/tu/step1.png"></image>
|
|
|
- <view style="position: absolute;width: max-content;" :style="{color:stepIndex==1?'#333':'#777'}">{{selectValue=='个人'?'填写个人信息':'填写公司'}}</view>
|
|
|
+ <view style="position: absolute;width: max-content;margin-left: -25%;" :style="{color:stepIndex==1?'#333':'#777'}">{{selectValue=='个人'?'填写个人信息':'填写公司信息'}}</view>
|
|
|
</view>
|
|
|
<view style="flex:1;height: 0px;border: 1px dashed #005DA6;align-self: center;"></view>
|
|
|
<view style="position: relative;">
|
|
@@ -33,7 +33,7 @@
|
|
|
<view style="position: relative;">
|
|
|
<image v-if="stepIndex!=3" style="width: 48px;height: 48px;margin-left: 8px;" src="../static/tu/step3.png"></image>
|
|
|
<image v-if="stepIndex==3" style="width: 48px;height: 48px;margin-left: 8px;" src="../static/tu/step32.png"></image>
|
|
|
- <view style="position: absolute;width: max-content;margin-left: -25%;" :style="{color:stepIndex==1?'#777':'#333'}">上传附件</view>
|
|
|
+ <view style="position: absolute;width: max-content;" :style="{color:stepIndex==1?'#777':'#333'}">上传附件</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- <tn-steps style="pointer-events:none;" :list="selectValue=='个人'?stepList:stepList2" :current="stepIndex" mode="dotIcon" :fontSize="(wxFontSize-3)+'px'"></tn-steps> -->
|