百分比的设置,求解 60% 20% padding

来源:3-10 企业网站制作之新闻中心制作(一)

花儿朵朵开

2015-10-27 22:37

.title_left{
    width:60%;
    font-family:"微软雅黑";
    line-height:35px;
    padding-left:20px;  /* <!-- <!-- padding填充内边距-->-->*/??????????为什么有了padding,title_left 就不能设成30%
    color:#666;
    
    float:left;}<!--运用百分比是为了在后面相同的格式中直接套用,避免代码重复麻烦--
.title_right{
    width:20%;????????? 如果不设width,下面的效果就没有了
    }
.title_right a{
    text-decoration:none;
    color:#999999;
    line-height:35px;   /*line-height:只有在最里面标签才可以*/
    
    }

写回答 关注

2回答

  • echo_kinchao
    2015-10-28 10:09:25

    根据父容器的宽度来实现百分比宽度

  • echo_kinchao
    2015-10-28 10:08:45

    根据父容器的宽度来实现百分比的宽度

企业网站综合布局实战

本课程重点介绍HTML/CSS实现常见企业网站布局的方法

157042 学习 · 1984 问题

查看课程

相似问题