.mainBox{
width:960px;
background-color:#CFF;
height:300px;
float:left;
}
.leftBox{
width:740px;
background-color:#C9F;
height:300px;
float:left;
}
.rightBox{
width:210px;
background-color:#FCF;
height:300px;
float:right;
}
width:960px;
background-color:#CFF;
height:300px;
float:left;
}
.leftBox{
width:740px;
background-color:#C9F;
height:300px;
float:left;
}
.rightBox{
width:210px;
background-color:#FCF;
height:300px;
float:right;
}
最赞回答 / weibo_执著的弧线_0
因为导航部分之前使用了浮动,后面的元素会受影响.要在写写导航之前添加空的div,如:<div class="clear"></div>然后在CSS文件中添加 .clear{clear:both;}
2019-03-06
有个小bug 不知道我讲的对不对。
在css开头已经写了*{
margin:0;
padding:0;
font-size:12px;
}
的情况下在
.list_box_newsContent
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding:20px;
line-height:25px;
text-indent:2em;
}
调整字体大小是没有用的,永远都是12PX, 一定要写成.list_box_newsContent p 多加一个p才可以调字体大小
在css开头已经写了*{
margin:0;
padding:0;
font-size:12px;
}
的情况下在
.list_box_newsContent
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding:20px;
line-height:25px;
text-indent:2em;
}
调整字体大小是没有用的,永远都是12PX, 一定要写成.list_box_newsContent p 多加一个p才可以调字体大小
2019-03-01
最新回答 / weixin_慕田峪5218236
我的ul 部分的“首页”也是在中间显示的,大家帮我看看是为什么呀 <div class="nav"> <div class="nav-left"> </div><!--nav-left结束--> <div class="nav-mid"> <div class="nav-mid-left"> <ul>...
2019-02-28
loading其实可以在picBox写个样式background center center 图片水平和垂直居中 再把背景颜色设成白色就行了 在外面加div其实没必要
2019-02-18
em{
width:20px;
text-align:center;
height:16px;
line-height:16px;
font-size:12px;
white-space:nowrap;
background:url( "http://img1.sycdn.imooc.com//53cf0fa20001d3dc00200032.jpg") no-repeat;
background-position:bottom;
color:#333;
float:left;
margin-top:5px;
}
width:20px;
text-align:center;
height:16px;
line-height:16px;
font-size:12px;
white-space:nowrap;
background:url( "http://img1.sycdn.imooc.com//53cf0fa20001d3dc00200032.jpg") no-repeat;
background-position:bottom;
color:#333;
float:left;
margin-top:5px;
}