开发者社区 问答 正文

css中怎么画半圆

css中怎么画半圆

展开
收起
云计算小粉 2018-05-10 20:06:08 2195 分享
分享
版权
举报
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 举报
    赞同 评论

    评论

    全部评论 (0)

    登录后可评论
问答分类:
问答地址:
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等