开发者社区 问答 正文

css中怎么画半圆

css中怎么画半圆

展开
收起
云计算小粉 2018-05-10 20:06:08 2245 分享 版权
1 条回答
写回答
取消 提交回答
  • .wrap { width: 20px; height: 20px; overflow: hidden; position: relative; } .content { width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 20px; position: absolute; left: 10px; }
    2019-07-17 22:13:43
    赞同 展开评论
问答分类:
问答地址: