最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
css中border-radius用法详解
时间:2022-06-25 09:03:31 编辑:袖梨 来源:一聚教程网
border-radius:由浮点数字和单位标识符组成的长度值。
border-top-left-radius --- 左上
border-top-right-radius --- 右上
border-bottom-right-radius --- 右下
border-bottom-left-radius --- 左下
说明:第一个值是水平半径,如果为0则为直角
圆形
代码如下 | 复制代码 |
border-radius:50px; width:100px; height:100px; border:1px solid red; |
半圆
代码如下 | 复制代码 |
border-radius: 100px 0px 0px 100px; height: 100px; width: 50px; |
四分之一
代码如下 | 复制代码 |
border-radius:100px; width:100px; height:100px; border:1px solid red; |
圆角
代码如下 | 复制代码 |
border-radius: 10px; height: 60px; width: 100px; |
弧形
代码如下 | 复制代码 |
border-radius: 100px 0px 0px 0px; height: 100px; width: 100px; border-left: 1px solid red;border-top: 1px solid red; |
相关文章
- 王者荣耀S38赛季有什么更新 12-25
- 王者荣耀S38赛季有什么更新 王者荣耀S38赛季更新内容介绍 12-25
- 世界之外12.25有什么更新 世界之外12月25日更新内容介绍 12-25
- 光遇12.25红石碎片在哪里 光遇12月25日红石碎片位置攻略 12-25
- 奇迹暖暖绚光引途第二天怎么玩 绚光引途day2庆祝之舞搭配攻略 12-25
- 无限暖暖拍照打卡位置在哪里 无限暖暖世界巡游位置全攻略 12-25