|
|
@@ -30,7 +30,7 @@
|
|
|
}
|
|
|
html,body{
|
|
|
width: 100rem;
|
|
|
- height: 100rem;
|
|
|
+ /* height: 100rem; */
|
|
|
/* overflow: hidden; */
|
|
|
}
|
|
|
body{
|
|
|
@@ -48,7 +48,9 @@ body{
|
|
|
border-width: 0;
|
|
|
left:50%;
|
|
|
top:0;
|
|
|
- transform: translate(-50%);
|
|
|
+ -webkit-transform: translate(-50%);
|
|
|
+ -ms-transform: translate(-50%);
|
|
|
+ transform: translate(-50%);
|
|
|
width:100%;
|
|
|
height: 100%;
|
|
|
background-color:darkseagreen;
|
|
|
@@ -76,8 +78,14 @@ body{
|
|
|
top:40rem;
|
|
|
left:0;
|
|
|
width: 100%;
|
|
|
+ display:-webkit-box;
|
|
|
+ display:-webkit-flex;
|
|
|
+ display:-ms-flexbox;
|
|
|
display:flex;
|
|
|
- justify-content: center;
|
|
|
+ -webkit-box-pack: center;
|
|
|
+ -webkit-justify-content: center;
|
|
|
+ -ms-flex-pack: center;
|
|
|
+ justify-content: center;
|
|
|
font-size: 1rem;
|
|
|
font-family:'Microsoft YaHei','Arial Negreta', 'Arial Normal', 'Arial';
|
|
|
|
|
|
@@ -86,9 +94,18 @@ body{
|
|
|
|
|
|
.button{
|
|
|
margin:0 0.8rem 0 0.8rem;
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -webkit-flex;
|
|
|
+ display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
+ -webkit-box-pack: center;
|
|
|
+ -webkit-justify-content: center;
|
|
|
+ -ms-flex-pack: center;
|
|
|
+ justify-content: center;
|
|
|
+ -webkit-box-align: center;
|
|
|
+ -webkit-align-items: center;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -121,7 +138,9 @@ body{
|
|
|
position: fixed;
|
|
|
top:45%;
|
|
|
left: 50%;
|
|
|
- transform: translateX(-50%);
|
|
|
+ -webkit-transform: translateX(-50%);
|
|
|
+ -ms-transform: translateX(-50%);
|
|
|
+ transform: translateX(-50%);
|
|
|
border-radius: 50px / 45px;
|
|
|
color:#000000;
|
|
|
font-size: 12px;
|
|
|
@@ -141,7 +160,9 @@ body{
|
|
|
position: absolute;
|
|
|
top: 37%;
|
|
|
left: 50%;
|
|
|
- transform: translateX(-50%);
|
|
|
+ -webkit-transform: translateX(-50%);
|
|
|
+ -ms-transform: translateX(-50%);
|
|
|
+ transform: translateX(-50%);
|
|
|
}
|
|
|
|
|
|
.ready:hover .herald{
|
|
|
@@ -152,16 +173,24 @@ body{
|
|
|
|
|
|
|
|
|
.contact{
|
|
|
- position: fixed;
|
|
|
- top:20px;
|
|
|
- right: 20px;
|
|
|
+ /* position: fixed; */
|
|
|
+ position:absolute;
|
|
|
+ top:1.2rem;
|
|
|
+ right: 1.5rem;
|
|
|
+ z-index:9999;
|
|
|
}
|
|
|
|
|
|
.contact-icon{
|
|
|
width:105px;
|
|
|
height:25px;
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -webkit-flex;
|
|
|
+ display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
- justify-content:space-between;
|
|
|
+ -webkit-box-pack:justify;
|
|
|
+ -webkit-justify-content:space-between;
|
|
|
+ -ms-flex-pack:justify;
|
|
|
+ justify-content:space-between;
|
|
|
}
|
|
|
|
|
|
.contact-content{
|
|
|
@@ -171,6 +200,29 @@ body{
|
|
|
visibility: hidden;
|
|
|
}
|
|
|
|
|
|
+/* @media screen and (min-width:320px) and (max-width:480px) {
|
|
|
+ .contact-icon{
|
|
|
+ width:5.4rem;
|
|
|
+ height:1.3rem;
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -webkit-flex;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-pack:justify;
|
|
|
+ -webkit-justify-content:space-between;
|
|
|
+ -ms-flex-pack:justify;
|
|
|
+ justify-content:space-between;
|
|
|
+ }
|
|
|
+
|
|
|
+ .contact-content{
|
|
|
+ position: absolute;
|
|
|
+ top:1.17rem;
|
|
|
+ right:0;
|
|
|
+ visibility: hidden;
|
|
|
+ }
|
|
|
+} */
|
|
|
+
|
|
|
+
|
|
|
.contact:hover .contact-content{
|
|
|
visibility: visible;
|
|
|
}
|
|
|
@@ -179,9 +231,20 @@ body{
|
|
|
position: absolute;
|
|
|
top:28px;
|
|
|
left:28px;
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -webkit-flex;
|
|
|
+ display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: space-between;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-box-direction: normal;
|
|
|
+ -webkit-flex-direction: column;
|
|
|
+ -ms-flex-direction: column;
|
|
|
+ flex-direction: column;
|
|
|
+ -webkit-box-pack: justify;
|
|
|
+ -webkit-justify-content: space-between;
|
|
|
+ -ms-flex-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
|
|
|
font-size: 12px;;
|
|
|
|