|
@@ -39,19 +39,19 @@
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="steps == 1"
|
|
|
- style="font-size: 25px; color: #dedede; font-weight: bold"
|
|
|
+ style="font-size: 25px; color: #dedede; font-weight: bold;margin-top: 12px;"
|
|
|
>
|
|
|
第一步
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="steps == 2"
|
|
|
- style="font-size: 25px; color: #dedede; font-weight: bold"
|
|
|
+ style="font-size: 25px; color: #dedede; font-weight: bold;margin-top: 12px;"
|
|
|
>
|
|
|
第二步
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="steps == 3"
|
|
|
- style="font-size: 25px; color: #dedede; font-weight: bold"
|
|
|
+ style="font-size: 25px; color: #dedede; font-weight: bold;margin-top: 12px;"
|
|
|
>
|
|
|
第三步
|
|
|
</div>
|
|
@@ -1507,7 +1507,6 @@ export default {
|
|
|
|
|
|
.bInfo_title {
|
|
|
font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
text-align: left;
|
|
|
margin-top: 20px;
|
|
|
margin-bottom: 10px;
|