diff --git a/src/components/AboutUs.vue b/src/components/AboutUs.vue
index dab486a..929cedf 100644
--- a/src/components/AboutUs.vue
+++ b/src/components/AboutUs.vue
@@ -7,7 +7,7 @@
/>
了解更多
-
![right_arrow]()
+
→
@@ -15,7 +15,6 @@
diff --git a/src/components/Bottom.vue b/src/components/Bottom.vue
index 1c3dd69..ddea9aa 100644
--- a/src/components/Bottom.vue
+++ b/src/components/Bottom.vue
@@ -52,7 +52,8 @@ import Logo from '@/static/img/index/12.png'
.bottom_text_container {
height: 300px;
box-sizing: border-box;
- background: #1d1e20;
+ background: url(../static/img/index/11.png) no-repeat;
+ background-size: 100% 100%;
display: flex;
align-items: center;
padding: 85px 107px 71px 106px;
diff --git a/src/components/Contact.vue b/src/components/Contact.vue
index 1c5d6f6..3012964 100644
--- a/src/components/Contact.vue
+++ b/src/components/Contact.vue
@@ -28,28 +28,24 @@
@@ -146,14 +142,14 @@ import Email from '@/static/img/index/10.png'
height: 50px;
border: 1px solid #dcdfe6;
border-radius: 25px;
- padding-left: 112px;
+ padding-left: 90px;
padding-right: 20px;
box-sizing: border-box;
- font-size: 20px;
+ font-size: 14px;
font-family: Alibaba PuHuiTi;
font-weight: 400;
color: #dcdfe6;
- line-height: 38px;
+ line-height: 14px;
outline: none;
}
.label_container {
@@ -168,12 +164,6 @@ import Email from '@/static/img/index/10.png'
top: 0;
height: 50px;
padding-left: 27px;
- .line {
- width: 1px;
- height: 17px;
- background: #dcdfe6;
- margin-left: 27px;
- }
}
}
.mb {
diff --git a/src/components/Header.vue b/src/components/Header.vue
index d3c17b1..75ddfe7 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -1,6 +1,11 @@
-