#nav{ height: 35px; background: #EEEEEE; } .nav-center{ width: 1199px; height: 35px; /* background: #0f0; */ margin:0 auto; } .nav-left{ float: left; } .nav-right{ float: right; } /* .nav-left a,.nav-right a{ line-height: 35px; color:#888888 ; } */ .nav-center a{ line-height: 35px; color:#888888 ; } /* .nav-left .active,.nav-right .active{ color: #6F26BD ; } */ .nav-center .active{ color: #6F26BD ; } .nav-left-first{ margin-right: 25px; } .nav-center span{ color:#888888 ; line-height: 35px; } /* 头部开始 */ .header{ height: 151px; width:1199px; /* background: red; */ margin:0 auto; } .header-logo{ float: left; margin-top:44px; } .search-box{ float: left; margin-left:123px; margin-top:43px; width: 536px; height: 100px; /* background: #00f; */ } .cart-box{ float: left; } .header-search{ width: 536px; height: 44px; background: #6F26BD; border:2px solid #6F26BD; } .search-text{ width:474px; height:44px; border:none; float: left; /* 文本缩进 */ text-indent: 5px; } .search-btn{ width:62px; height:44px; border:none; float: left; background: #6F26BD; font-size: 16px; color: #fff; } .header-list{ margin-top:10px; } .header-list a{ color:#999999; margin-right: 25px; } .cart-box{ margin-top:55px; margin-left:52px; color:#959595 ; } .cart-box img{ /* 居中对齐 */ vertical-align: middle; }