|
@@ -20,13 +20,13 @@ body {
|
|
|
}
|
|
|
.hed{
|
|
|
width: 100%;
|
|
|
- background-color: #210404;
|
|
|
+ background-color: #342B2B;
|
|
|
}
|
|
|
.head {
|
|
|
width: 58%;
|
|
|
margin: 0 auto;
|
|
|
height: 64px;
|
|
|
- background: #210404;
|
|
|
+ background: #342B2B;
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
@@ -58,7 +58,7 @@ body {
|
|
|
width: 100%;
|
|
|
height: calc(100vh - 174px);
|
|
|
background: url(../img/bg572.png) no-repeat;
|
|
|
- background-size: cover;
|
|
|
+ background-size: 100% 100%;
|
|
|
overflow: hidden;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
@@ -157,7 +157,7 @@ body {
|
|
|
}
|
|
|
|
|
|
.text_three{
|
|
|
- width: 90%;
|
|
|
+ width: 83%;
|
|
|
/* height: 309px; */
|
|
|
height: 488px;
|
|
|
min-height:300px;
|
|
@@ -261,7 +261,7 @@ body {
|
|
|
}
|
|
|
|
|
|
.wrap_content ul {
|
|
|
- margin-right: 40px;
|
|
|
+ margin-right: 0px;
|
|
|
|
|
|
}
|
|
|
|
|
@@ -287,10 +287,10 @@ body {
|
|
|
|
|
|
.search-area {
|
|
|
background: #FFFFFF;
|
|
|
- border: 2px solid #A79675;
|
|
|
+ border: 2px solid #3e3728;
|
|
|
border-radius: 10px;
|
|
|
width: 800px;
|
|
|
- height: 60px;
|
|
|
+ height: 48px;
|
|
|
margin: 10px 10px 20px 0px;
|
|
|
box-sizing: border-box;
|
|
|
padding: 10px 30px;
|
|
@@ -307,7 +307,7 @@ body {
|
|
|
font-size: 14px;
|
|
|
font-family: Microsoft YaHei;
|
|
|
font-weight: 400;
|
|
|
- color: #A79675;
|
|
|
+ color: #534b3a;
|
|
|
letter-spacing: 3px;
|
|
|
}
|
|
|
|