|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="home" :style="`background-image:url(${require('@/assets/image/login_background.jpg')})`">
|
|
|
+ <div class="home" :style="`background-image:url(${require('@/assets/image/background_home.jpg')})`">
|
|
|
<div class="logo">
|
|
|
<el-image :src="require('@/assets/image/logo3.png')" class="img" fit="contain"></el-image>
|
|
|
</div>
|
|
@@ -28,15 +28,15 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
components:[
|
|
|
- {
|
|
|
- component:'videoDemo'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // component:'videoDemo'
|
|
|
+ // },
|
|
|
{
|
|
|
component:'downLoad'
|
|
|
},
|
|
|
- {
|
|
|
- component:'softwareSupport'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // component:'softwareSupport'
|
|
|
+ // },
|
|
|
]
|
|
|
};
|
|
|
},
|
|
@@ -55,15 +55,15 @@ export default {
|
|
|
background-position: center;
|
|
|
position: relative;
|
|
|
}
|
|
|
-.home::after{
|
|
|
- content:'';
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- position: absolute;
|
|
|
- inset: 0;
|
|
|
- background: var(--color);
|
|
|
- opacity: 0.5;
|
|
|
-}
|
|
|
+// .home::after{
|
|
|
+// content:'';
|
|
|
+// width: 100%;
|
|
|
+// height: 100%;
|
|
|
+// position: absolute;
|
|
|
+// inset: 0;
|
|
|
+// background: var(--color);
|
|
|
+// opacity: 0.5;
|
|
|
+// }
|
|
|
.logo{
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
@@ -86,7 +86,7 @@ export default {
|
|
|
margin: auto;
|
|
|
display: flex;
|
|
|
align-items: stretch;
|
|
|
- justify-content: space-between;
|
|
|
+ justify-content: center;
|
|
|
padding: 0 10px;
|
|
|
}
|
|
|
.copyright{
|