商品
商品
店铺
.header_search_wrapper {
float: right;
height: 45px;
width: 425px;
line-height: 45px;
margin: 13px;
border: 2px solid #7FC7A0;
background-color: #474645;
background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(97,96,95,1.00) 20.73%,rgba(71,70,69,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(97,96,95,1.00) 20.73%,rgba(71,70,69,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(97,96,95,1.00) 20.73%,rgba(71,70,69,1.00) 100%);
background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(97,96,95,1.00) 20.73%,rgba(71,70,69,1.00) 100%);
}
.header_search_sub {display:none;}
.search_input {height:30px; width:300px;}
.header_login {float:right; line-height:70px; list-style:none;}
.header_login li {float:left; width:75px; color:#747878;}
/* 标签样式*/
.ico1 {background-image: url(../images/i_1.jpg);width:9px; height:20px;} |