|
@@ -216,7 +216,8 @@ body {
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
margin-bottom: 1%;
|
|
|
- margin-top: 2%;
|
|
|
+
|
|
|
+ margin-top: -5%;
|
|
|
}
|
|
|
|
|
|
.header-contanier img {
|
|
@@ -416,21 +417,52 @@ div.search-area > div:nth-child(2) > form > div > input{
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-@media screen and (min-width:1440px) and (max-width:1680px){
|
|
|
+@media screen and (min-width:1000px) and (max-width:1680px){
|
|
|
+ .text_content {
|
|
|
+ height: 95%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content{
|
|
|
+ height: 100%;
|
|
|
+ min-height: calc(100vh - 174px);
|
|
|
+ }
|
|
|
+
|
|
|
+ .tx span {
|
|
|
+ margin-left: 128px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .header-contanier{
|
|
|
+ margin-top: -2%;
|
|
|
+ transform: scale(0.8);
|
|
|
+ transform-origin: top center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .sq{
|
|
|
+ margin-top: -2%;
|
|
|
+ transform: scaleY(0.9);
|
|
|
+ }
|
|
|
+
|
|
|
+ .totall {
|
|
|
+ margin-top: -1%;
|
|
|
+ }
|
|
|
+
|
|
|
.wrap_content {
|
|
|
transform: scale(0.9);
|
|
|
transform-origin: left center;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
.text_three{
|
|
|
transform: scaleY(0.9);
|
|
|
transform-origin: top;
|
|
|
+ margin-top: -2%;
|
|
|
}
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
-@media screen and (max-width:1200px){
|
|
|
+@media screen and (max-width:1000px){
|
|
|
body {
|
|
|
overflow: hidden;
|
|
|
}
|