home
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<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[$langPre.computedProp('error_name')] }}</div>
|
||||
</div>
|
||||
@@ -156,6 +156,8 @@ export default {
|
||||
margin-top 153px
|
||||
margin-left 63px
|
||||
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
|
||||
float left
|
||||
.btn
|
||||
@@ -274,7 +276,7 @@ export default {
|
||||
position relative
|
||||
top 92px
|
||||
.line2
|
||||
top 120px
|
||||
top 126px
|
||||
.txt2
|
||||
color #E54F29 !important
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user