...
|
...
|
@@ -17,7 +17,7 @@ |
|
|
#header .home_logo {
|
|
|
width: 110px;
|
|
|
height: 70px;
|
|
|
margin: 0 175px 0 210px;
|
|
|
margin: 0 44px 0 0px;
|
|
|
}
|
|
|
|
|
|
#header .home_logo img {
|
...
|
...
|
@@ -35,7 +35,7 @@ |
|
|
color: rgba(77, 77, 77, 1);
|
|
|
width: 70px;
|
|
|
height: 76px;
|
|
|
margin: 0 30px;
|
|
|
margin: 0 20px;
|
|
|
text-align: center;
|
|
|
border-top: 4px solid rgba(255, 255, 255, 1);
|
|
|
}
|
...
|
...
|
@@ -112,7 +112,8 @@ |
|
|
|
|
|
#header .home_search {
|
|
|
position: relative;
|
|
|
width: 308px;
|
|
|
width: 222px;
|
|
|
margin-left: 28px;
|
|
|
}
|
|
|
|
|
|
|
...
|
...
|
@@ -120,7 +121,7 @@ |
|
|
|
|
|
#header .home_search .search_icon {
|
|
|
position: absolute;
|
|
|
left: 85px;
|
|
|
left: 22px;
|
|
|
top: 32px;
|
|
|
background-image: url("../starImg/aicon_23.png");
|
|
|
background-repeat: no-repeat;
|
...
|
...
|
@@ -134,7 +135,7 @@ |
|
|
/* 输入框 */
|
|
|
|
|
|
#header .home_search input {
|
|
|
margin: 0 16px 0 76px;
|
|
|
margin: 0 16px 0 10px;
|
|
|
width: 160px;
|
|
|
height: 33px;
|
|
|
background: rgba(242, 242, 242, 1);
|
...
|
...
|
|