患了低血糖的狗1年前
淘宝导航
*{
padding: 0px;margin: 0px;
}
/* padding 简写属性在一个声明中设置所有填充属性。
padding: 0px;声明当前页面的一个内边距为0
margin简写属性在一个声明中设置所有外边距属性
margin: 0px;明当前页面的一个外边距为0 */
.header{
width: 100%;/* 宽度撑满 */
background-color: #F5F5F5; /* 设置背景颜色 */
height: 40px;
}
.header-content{
width: 1200px;
margin: 0px auto;
/* margin: 0px auto 声明上下边距为0 左右边距水平居中 */
line-height: 40px;
/* line-height 属性设置行间的距离(行高)为40个像素点 */
}
.header-content a:hover{
color:#F22E00;
/* hover color:#F22E00在鼠标移到链接上时添加红色属性 */
}
.header-left{
width: 320px;
height: 40px;
float: left; /* 盒子向左浮动 */
}
.header-left a{margin-right:5px;}
.header-right{
width: 700px;
height: 40px;
/* background-color: green; */
float: right;/* 盒子向右浮动 */
}
.header-right a{
margin-right:10px;
}
.header-right a:hover{
color:#F22E00;
/* hover color:#F22E00在鼠标移到链接上时添加红色属性 */
}
.clear{
clear: both; /* 不允许浮动的元素: */
}
a{
text-decoration: none; /* 不允许文本装饰 */
color: #ccc;
font-size: 13px;font-size /* 属性用于设置字体大小为13 */
}
.header_a{
display: inline-block;/* 让元素具有宽度高度特性,又具有同行特性 */
height: 40px;
width: 90px;
/* background-color: red; */
text-align: center; /* 文本文字居中 */
}
.header_a:hover{background-color:#fff;}
中国大陆
亲,请登录
免费注册
手机逛淘宝
我的淘宝
购物车
收藏夹
商品分类
卖家中心
联系服
网站导航
0