|
|
|
@ -143,10 +143,16 @@ |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
<div class="text-center"> |
|
|
|
<button |
|
|
|
<!-- <button |
|
|
|
type="button" |
|
|
|
class="btn w-25 btn-primary rounded-pill" |
|
|
|
@click="primaryAuth" |
|
|
|
>{{$t('profile.nextStep')}}</button> --> |
|
|
|
<button |
|
|
|
type="button" |
|
|
|
class="btn w-25 rounded-pill" |
|
|
|
@click="primaryAuth" |
|
|
|
style="background: #F7D558;" |
|
|
|
>{{$t('profile.nextStep')}}</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -211,7 +217,8 @@ |
|
|
|
</template> |
|
|
|
</upload-img> --> |
|
|
|
<div class="text-center mt-3"> |
|
|
|
<button type="button" class="btn w-25 btn-primary rounded-pill" @click="topAuth">{{$t('profile.nextStep')}}</button> |
|
|
|
<!-- <button type="button" class="btn w-25 btn-primary rounded-pill" @click="topAuth">{{$t('profile.nextStep')}}</button> --> |
|
|
|
<button type="button" class="btn w-25 rounded-pill" style="background: #F7D558;" @click="topAuth">{{$t('profile.nextStep')}}</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- 第三步 --> |
|
|
|
@ -221,10 +228,15 @@ |
|
|
|
<p class="mt-3 mb-4">{{$t('profile.inSubmit')}}</p> |
|
|
|
<i class="el-icon-s-order my-4 text-warning" style="font-size:70px"></i> |
|
|
|
<div class="text-center"> |
|
|
|
<button |
|
|
|
<!-- <button |
|
|
|
type="button" |
|
|
|
class="btn w-25 btn-primary rounded-pill" |
|
|
|
@click="$router.go(-1)" |
|
|
|
>{{$t('profile.gotIt')}}</button> --> |
|
|
|
<button |
|
|
|
type="button" |
|
|
|
class="btn w-25 rounded-pill" |
|
|
|
@click="$router.go(-1)" style="background: #F7D558;" |
|
|
|
>{{$t('profile.gotIt')}}</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -234,8 +246,8 @@ |
|
|
|
<div class="text-center"> |
|
|
|
<button |
|
|
|
type="button" |
|
|
|
class="btn w-25 btn-primary rounded-pill" |
|
|
|
@click="$router.go(-1)" |
|
|
|
class="btn w-25 rounded-pill" |
|
|
|
@click="$router.go(-1)" style="background: #F7D558;" |
|
|
|
>{{$t('profile.back')}}</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -416,4 +428,16 @@ export default { |
|
|
|
background-color: #1e2834; |
|
|
|
} |
|
|
|
} |
|
|
|
.profile-page{ |
|
|
|
background: #fff; |
|
|
|
color: #000; |
|
|
|
} |
|
|
|
.bg-panel { |
|
|
|
background: #fff; |
|
|
|
} |
|
|
|
.form-control, /deep/ .el-input__inner{ |
|
|
|
background-color: #fff; |
|
|
|
color: #333; |
|
|
|
border-color: #ececec; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|