Skip to content
前端泥瓦匠
Search
Meta
K
Main Navigation
基础
Node
Vue
React
工程化
多端开发
部署
解决方案
计算机基础
项目管理
Appearance
Menu
Return to top
On this page
Table of Contents for current page
圆角 border-radius
#
border-radius :1-4 个数字 /1-4 个数字
前面是水平半价,后面是垂直半径
四个数字方向分别是左上 右上 右下 左下
不给 "/" 则水平半径和垂直半径一样
border-radius:10px/5px
border-radius:60px 40px 30px 20px/30px 20px 10px 5
例子:圆 椭圆 半圆 扇形
沪ICP备20006251号-1