diff --git a/dist.zip b/dist.zip
index ec1c257..7426db0 100644
Binary files a/dist.zip and b/dist.zip differ
diff --git a/src/components/AboutUs.vue b/src/components/AboutUs.vue
index 50ca33a..60b4a32 100644
--- a/src/components/AboutUs.vue
+++ b/src/components/AboutUs.vue
@@ -109,7 +109,7 @@ export default {
justify-content: center;
flex-direction: column;
width: 100%;
- height: 605px;
+ height: 7.5625rem;
background: url(/assets/img/aboutus-bj.png) no-repeat;
background-size: cover;
}
@@ -124,27 +124,27 @@ export default {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
- width: 300px;
- height: 150px;
+ width: 3.75rem;
+ height: 1.875rem;
color: #FFF;
text-align: center;
/* border: 1px solid red; */
}
.about-us .box-top h4 {
- font-size: 30px;
+ font-size: .375rem;
font-weight: 700;
}
.about-us .box-top span {
display: block;
- width: 80px;
- height: 5px;
- margin: 10px 0 10px 110px;
+ width: 1rem;
+ height: .0625rem;
+ margin: .125rem 0 .125rem 1.375rem;
background-color: #faa234;
}
.about-us .box-top p {
- font-size: 18px;
- letter-spacing: 5px;
+ font-size: .225rem;
+ letter-spacing: .0625rem;
/* color: #9a7148; */
}
.about-us .box-bottom {
@@ -163,7 +163,7 @@ export default {
/* top: -100px; */
width: 1000px;
/* height: 520px; */
- padding: 50px;
+ padding: .625rem;
background-color: #FFF;
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
@@ -171,44 +171,44 @@ export default {
}
.content {
display: flex;
- width: 900px;
+ width: 11.25rem;
/* height: 260px; */
/* background-color: pink; */
/* border: 1px solid red; */
}
.content .content-left {
- width: 380px;
- height: 260px;
- margin-right: 40px;
+ width: 4.75rem;
+ height: 3.25rem;
+ margin-right: .5rem;
/* background-color: pink; */
}
.content .content-right {
display: flex;
flex-direction: column;
- width: 480px;
+ width: 6rem;
/* height: 260px; */
/* background-color: skyblue; */
}
.content-right i {
- width: 30px;
- height: 30px;
+ width: .375rem;
+ height: .375rem;
background: url(/assets/img/aboutus-syh.png) no-repeat;
background-size: cover;
}
.content-right h4 {
- height: 48px;
- line-height: 48px;
- font-size: 28px;
+ height: .6rem;
+ line-height: .6rem;
+ font-size: .35rem;
}
.content-right span {
- margin: 12px 0;
- font-size: 16px;
+ margin: .15rem 0;
+ font-size: .2rem;
color: #faa332;
}
.content-right p {
- font-size: 16px;
+ font-size: .2rem;
font-weight: 300;
- letter-spacing: 1px;
+ letter-spacing: .0125rem;
}
/* .dataList {
display: flex;
@@ -258,17 +258,17 @@ export default {
justify-content: start;
flex-wrap: wrap;
background-color: #f1f1f1;
- margin-top: 20px;
+ margin-top: .25rem;
/* height: 120px; */
}
.content-left ul li {
display: flex;
flex-direction: column;
justify-content: center;
- width: 180px;
+ width: 2.25rem;
/* margin-right: 60px;
margin-bottom: 15px; */
- margin: 20px 20px 20px 0;
+ margin: .25rem .25rem .25rem 0;
/* background-color: pink; */
/* align-content: center;
flex-wrap: wrap; */
@@ -279,22 +279,22 @@ export default {
.content-left ul li .row1 {
display: flex;
margin: 0 auto;
- height: 46px;
+ height: .575rem;
}
.content-left ul li .row1 h4 {
- height: 46px;
- font-size: 30px;
+ height: .575rem;
+ font-size: .375rem;
font-weight: 700;
}
.content-left ul li .row1 em {
- width: 18px;
- height: 18px;
- line-height: 18px;
+ width: .225rem;
+ height: .225rem;
+ line-height: .225rem;
text-align: center;
- border-radius: 9px;
- margin: 18px 0 0 -2px;
+ border-radius: .1125rem;
+ margin: .225rem 0 0 -0.025rem;
background-color: #fcbb53;
- font-size: 12px;
+ font-size: .15rem;
color: #FFF;
}
.content-left ul li .row2 p {
diff --git a/src/components/Footer copy.vue b/src/components/Footer copy.vue
new file mode 100644
index 0000000..f5d1b9e
--- /dev/null
+++ b/src/components/Footer copy.vue
@@ -0,0 +1,222 @@
+
+