码迷,mamicode.com
首页 > Web开发 > 详细

css 设置圆角

时间:2014-10-09 15:38:43      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:blog   http   os   ar   sp   2014   log   html   amp   

CSS3 圆角(border-radius)

  • -moz(例如 -moz-border-radius)用于Firefox
  • -webkit(例如:-webkit-border-radius)用于Safari和Chrome。

 example:

  <span class="pull-left col-xs-3 user-face">

            <img class="media-object img-thumbnail" ng-src="${ctx!}/images/student/card/default_40.png">

      </span>

  .user-face img{
      -moz-border-radius:50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
  }

   效果:

   bubuko.com,布布扣

 

支持性:

bubuko.com,布布扣


                   

css 设置圆角

标签:blog   http   os   ar   sp   2014   log   html   amp   

原文地址:http://www.cnblogs.com/zijuan/p/4012879.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!