|
@@ -119,6 +119,7 @@
|
|
|
<button @click="jumptologin">立即登陆</button>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
+ <contactUs></contactUs>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -127,6 +128,7 @@
|
|
|
import indexHeader from "../../components/header.vue"
|
|
|
// import indexFooter from "../../components/footer.vue"
|
|
|
import location from "../../components/location.vue"
|
|
|
+import contactUs from "../../components/contantWe.vue"
|
|
|
import {ajax} from "../../assets/js/common.js"
|
|
|
export default{
|
|
|
data(){
|
|
@@ -208,6 +210,7 @@ export default{
|
|
|
},
|
|
|
components:{
|
|
|
indexHeader,
|
|
|
+ contactUs,
|
|
|
// indexFooter,
|
|
|
location
|
|
|
},
|
|
@@ -320,7 +323,7 @@ export default{
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
h3{
|
|
|
- font-size: 35px;
|
|
|
+ font-size: 25px;
|
|
|
font-weight: bold;
|
|
|
line-height: 1;
|
|
|
}
|
|
@@ -332,7 +335,7 @@ export default{
|
|
|
}
|
|
|
}
|
|
|
.sub-title{
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 16px;
|
|
|
color: #999;
|
|
|
margin-top: 12px;
|
|
|
}
|