-moz-outline-radius-bottomleft - CSS(层叠样式表) 编辑
非标准
该特性是非标准的,请尽量不要在生产环境中使用它!
在Mozilla应用中, -moz-outline-radius-bottomleft
CSS 属性用于设置元素的左下角 outline
圆角。
初始值 | 0 |
---|---|
适用元素 | all elements |
是否是继承属性 | 否 |
Percentages | refer to the corresponding dimension of the border box |
适用媒体 | visual |
计算值 | as specified |
Animation type | a length, percentage or calc(); |
正规顺序 | the unique non-ambiguous order defined by the formal grammar |
示例
HTML
<p>看这段话的左下角。</p>
CSS
p {
margin: 10px;
border: solid cyan;
outline: dotted green;
-moz-outline-radius-bottomleft: 2em;
}
结果
参见
- 更多信息参见
-moz-outline-radius
属性。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论