css 画图

1.画一条直线

  

<view class="divider"></view>
.divider{
  margin:0px auto;
  padding:0px;
  width: 400rpx;
  height: 2rpx;
  overflow: hidden;
  background-color: #C3C3C3
}

说明:overflow:hidden;若没有,在IE6下高度将会被拉开。

 

posted @ 2020-05-21 02:10  HappyHacking!  阅读(155)  评论(0编辑  收藏  举报