样式调整

1、第一部分调整前与调整后:

    =============》》》

<hr>标签

 <hr>修改颜色,可以使用 <hr style='height:1px;border-top:1px solid red;border:none'> ,但是这里,却没有显示,是因为hr本身特性就是这个样子的,我们能看到的部分,其实就是border。
此时,亦可使用div的 border-bottom:3px;来产生分割线。

  div{

  border-bottom:3px;

  }

 

2、第二部分调整前与调整后:

   =============》》》

按钮样式:

{
    margin-left: 1px;
    font-size: 13px;
    font-family: 微软雅黑;
    border: 0;
    padding-top: 10px;
    cursor: pointer;
    display: block;
    background: #086fd8;
    border-radius: 3px;
    font-weight: normal;
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
}

 

posted on 2016-12-15 20:10  CuriousZero  阅读(268)  评论(0编辑  收藏  举报

导航