123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- /* 页面级css */
- .nav{
- height: 35px;
- background: #EEEEEE ;
- }
- .nav-center{
- width: 1199px;
- height: 35px;
- /* background: #f00; */
- margin:0 auto;
- line-height: 35px;
- }
- .nav-left{
- float: left;
- }
- .nav-right{
- float: right;
- }
- .nav-center a{
- color: #888888 ;
- }
- .welcome{
- margin-right:20px;
- }
- .nav .active{
- color: #6F26BD;
- }
- .nav-center span{
- color: #888888 ;
- }
- #header{
- width: 1199px;
- margin:0 auto;
- height: 151px;
- background: red;
- }
- .logo-box,.search-box,.cart-box{
- float: left;
- }
- .logo-box img{
- margin-top:44px;
- }
- .search-box{
- width: 536px;
- background: #6F26BD ;
- margin-top:43px;
- margin-left:123px;
- }
- .cart-box{
- margin:56px 0 0 52px;
- }
|