This commit is contained in:
2023-12-12 18:04:04 +08:00
parent b56418207a
commit 9085fb09aa

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="main-container main-container_l"> <div class="main-container main-container_l">
<div class="con1"> <div class="con1" :class="$i18n.locale === 'en-us' ? 'con-en' : ''">
<!-- <div class="tip" v-if="dataInfo.error_name">{{dataInfo.error_name}}</div> --> <!-- <div class="tip" v-if="dataInfo.error_name">{{dataInfo.error_name}}</div> -->
<div class="tip" v-if="dataInfo.error_name">{{ dataInfo[$langPre.computedProp('error_name')] }}</div> <div class="tip" v-if="dataInfo.error_name">{{ dataInfo[$langPre.computedProp('error_name')] }}</div>
</div> </div>
@@ -156,6 +156,8 @@ export default {
margin-top 153px margin-top 153px
margin-left 63px margin-left 63px
background center / 100% 100% url(../../../images/new/bg-home-tip.png) no-repeat background center / 100% 100% url(../../../images/new/bg-home-tip.png) no-repeat
.con-en
background center / 100% 100% url(../../../images/new/car-home2.png) no-repeat
.con2 .con2
float left float left
.btn .btn
@@ -274,7 +276,7 @@ export default {
position relative position relative
top 92px top 92px
.line2 .line2
top 120px top 126px
.txt2 .txt2
color #E54F29 !important color #E54F29 !important
</style> </style>