|
@@ -21,7 +21,7 @@ body {
|
|
|
|
|
|
.content {
|
|
|
width: 100%;
|
|
|
- height: calc(100vh - 174px);
|
|
|
+ /* height: 100vh; */
|
|
|
background: url(../img/bg2.png) no-repeat;
|
|
|
background-size: cover;
|
|
|
overflow: hidden;
|
|
@@ -124,7 +124,7 @@ body {
|
|
|
.text_three{
|
|
|
width: 90%;
|
|
|
/* height: 309px; */
|
|
|
- height: 488px;
|
|
|
+ height: 58vh;
|
|
|
min-height:300px;
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
@@ -134,6 +134,7 @@ body {
|
|
|
opacity: 0.54; */
|
|
|
border-radius: 4px;
|
|
|
overflow: hidden;
|
|
|
+ margin-bottom: 20px;
|
|
|
|
|
|
}
|
|
|
.text_three .title{
|
|
@@ -215,9 +216,8 @@ body {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- margin-bottom: 1%;
|
|
|
-
|
|
|
- margin-top: -5%;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
.header-contanier img {
|
|
@@ -408,6 +408,12 @@ div.search-area > div:nth-child(2) > form > div > input{
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
+/* .foot_content {
|
|
|
+ position: fixed;
|
|
|
+ bottom: 0px;
|
|
|
+ width: 100%;
|
|
|
+} */
|
|
|
+
|
|
|
@keyframes side {
|
|
|
from {
|
|
|
transform: translate(640px, 0px)
|
|
@@ -424,7 +430,7 @@ div.search-area > div:nth-child(2) > form > div > input{
|
|
|
|
|
|
.content{
|
|
|
height: 100%;
|
|
|
- min-height: calc(100vh - 174px);
|
|
|
+ /* min-height: calc(100vh - 174px); */
|
|
|
}
|
|
|
|
|
|
.tx span {
|