|
@@ -147,7 +147,7 @@ export default {
|
|
|
z-index: 9999;
|
|
z-index: 9999;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
bottom: 0;
|
|
|
- width: 100vw;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
background-color: rgba(0, 0, 0, 0.93);
|
|
background-color: rgba(0, 0, 0, 0.93);
|
|
|
}
|
|
}
|
|
@@ -174,7 +174,7 @@ export default {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
}
|
|
}
|
|
|
.bac {
|
|
.bac {
|
|
|
- padding-top: 5.75rem;
|
|
|
|
|
|
|
+ padding-top: 60px;
|
|
|
}
|
|
}
|
|
|
.bac > div {
|
|
.bac > div {
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -191,7 +191,7 @@ export default {
|
|
|
width: 90%;
|
|
width: 90%;
|
|
|
}
|
|
}
|
|
|
#guide {
|
|
#guide {
|
|
|
- width: 100vw;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
height: 100vh;
|
|
height: 100vh;
|
|
|
background: url("../assets/images/AllWall/page.jpg") no-repeat;
|
|
background: url("../assets/images/AllWall/page.jpg") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
@@ -205,30 +205,27 @@ export default {
|
|
|
#contact {
|
|
#contact {
|
|
|
z-index: 999;
|
|
z-index: 999;
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
- right: 0.5rem;
|
|
|
|
|
- top: 1rem;
|
|
|
|
|
- width: 3.6rem;
|
|
|
|
|
- height: 3.6rem;
|
|
|
|
|
|
|
+ right: 10px;
|
|
|
|
|
+ top: 15px;
|
|
|
|
|
+ width: 50px;
|
|
|
|
|
+ height: 50px;
|
|
|
}
|
|
}
|
|
|
-@media screen and (min-width: 780px) {
|
|
|
|
|
|
|
+@media screen and (min-width: 500px) {
|
|
|
#contact {
|
|
#contact {
|
|
|
- position: absolute;
|
|
|
|
|
- right: 0.5rem;
|
|
|
|
|
- top: 1rem;
|
|
|
|
|
- width: 3.6rem;
|
|
|
|
|
- height: 3.6rem;
|
|
|
|
|
|
|
+ right: 50%;
|
|
|
|
|
+ transform: translateX(235px);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
#contactButton {
|
|
#contactButton {
|
|
|
- width: 3.6rem;
|
|
|
|
|
- height: 3.6rem;
|
|
|
|
|
|
|
+ width: 50px;
|
|
|
|
|
+ height: 50px;
|
|
|
}
|
|
}
|
|
|
#info {
|
|
#info {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- right: 1rem;
|
|
|
|
|
- top: 3.6rem;
|
|
|
|
|
- width: 20.7rem;
|
|
|
|
|
- height: 27.3rem;
|
|
|
|
|
|
|
+ right: 20px;
|
|
|
|
|
+ top: 50px;
|
|
|
|
|
+ width: 320px;
|
|
|
|
|
+ height: 430px;
|
|
|
}
|
|
}
|
|
|
#contactInfo {
|
|
#contactInfo {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -237,74 +234,73 @@ export default {
|
|
|
}
|
|
}
|
|
|
#phone {
|
|
#phone {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: 2rem;
|
|
|
|
|
|
|
+ top: 25px;
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
|
- width: 13.3rem;
|
|
|
|
|
- height: 4.4rem;
|
|
|
|
|
|
|
+ width: 210px;
|
|
|
|
|
+ height: 70px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
}
|
|
}
|
|
|
#info .contact-title {
|
|
#info .contact-title {
|
|
|
- width: 9.8rem;
|
|
|
|
|
- height: 1.3rem;
|
|
|
|
|
- font-size: 1rem;
|
|
|
|
|
|
|
+ width: 153px;
|
|
|
|
|
+ height: 20px;
|
|
|
|
|
+ font-size: 16px;
|
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
color: #d06814;
|
|
color: #d06814;
|
|
|
opacity: 1;
|
|
opacity: 1;
|
|
|
}
|
|
}
|
|
|
.contact-content {
|
|
.contact-content {
|
|
|
|
|
+ margin: 3px 0;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- left: 2.5rem;
|
|
|
|
|
|
|
+ left: 35px;
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
- font-size: 0.9rem;
|
|
|
|
|
|
|
+ font-size: 15px;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
}
|
|
}
|
|
|
#email {
|
|
#email {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: 11rem;
|
|
|
|
|
|
|
+ top: 170px;
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
|
- width: 13.3rem;
|
|
|
|
|
- height: 3.1rem;
|
|
|
|
|
|
|
+ width: 210px;
|
|
|
|
|
+ height: 50px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
}
|
|
}
|
|
|
div.qrcode {
|
|
div.qrcode {
|
|
|
- width: 4.6rem;
|
|
|
|
|
- height: 4.6rem;
|
|
|
|
|
|
|
+ margin: 20px 0 0 39px;
|
|
|
|
|
+ width: 80px;
|
|
|
|
|
+ height: 80px;
|
|
|
}
|
|
}
|
|
|
.qrcode > img {
|
|
.qrcode > img {
|
|
|
- position: relative;
|
|
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- left: 2.5rem;
|
|
|
|
|
- top: 1.3rem;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#weChat {
|
|
#weChat {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: 18rem;
|
|
|
|
|
|
|
+ top: 280px;
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
|
- width: 13.3rem;
|
|
|
|
|
|
|
+ width: 210px;
|
|
|
}
|
|
}
|
|
|
img.img-contact {
|
|
img.img-contact {
|
|
|
- width: 1.4rem;
|
|
|
|
|
- height: 1.4rem;
|
|
|
|
|
|
|
+ width: 20px;
|
|
|
|
|
+ height: 20px;
|
|
|
vertical-align: sub;
|
|
vertical-align: sub;
|
|
|
- margin-right: 0.3rem;
|
|
|
|
|
|
|
+ margin-right: 10px;
|
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#guide-button {
|
|
#guide-button {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- bottom: 2rem;
|
|
|
|
|
|
|
+ bottom: 15px;
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
- width: 18.9rem;
|
|
|
|
|
- height: 9.4rem;
|
|
|
|
|
|
|
+ width: 300px;
|
|
|
|
|
+ height: 68px;
|
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|