您好,欢迎来到爱站旅游。
搜索
您的当前位置:首页css 实现半圆弧度

css 实现半圆弧度

来源:爱站旅游
 border-radius: 50% 50% 0 0/50% 100% 0 0;

  border-radius: 50% 50% 0 0/100% 100% 0 0;
  border-bottom: none;

.circle1 {

    width: 100px;

    height: 200px;

    border: 1px solid black;

    border-radius: 100% 0 0 100%/50%;

    border-right: none;

}

.circle2 {

    width: 200px;

    height: 100px;

    border: 1px solid black;

    border-radius: 50% 50% 0 0/100% 100% 0 0;

    border-bottom: none;

}

.circle3 {

    width: 100px;

    height: 200px;

    border: 1px solid black;

    border-radius: 0 100% 100% 0/50%;

    border-left: none;

}

.circle4 {

    width: 200px;

    height: 100px;

    border: 1px solid black;

    border-radius: 0 0 50% 50%/0 0 100% 100% ;

    border-top: none;

}
 <ul>
  <li><p class="circle1"></p></li>
  <li><p class="circle2"></p></li>
  <li><p class="circle3"></p></li>
  <li><p class="circle4"></p></li>
 </ul>

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- azee.cn 版权所有 赣ICP备2024042794号-5

违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务