模板:Border-radius/doc
外观
此页面是Template:Border-radius的模板文档。 此页面可能包含了模板的使用说明、分类和其他内容。 |
此模板文档被引用于约5,700个页面。 为了避免造成大规模的影响,所有对此模板文档的编辑应先于沙盒、测试样例或您的沙盒上测试。 测试后无误的版本可以一次性地加入此模板文档中,但是修改前请务必于讨论页发起讨论。 模板引用数量会自动更新。 |
此模板的文档不存在、不全面或不能详细描述其功能及/或其代码中的参数。请帮助扩充并改进其文档。 |
This template is a shortcut for producing rounded corners. It generates the CSS for various browsers. Supported browsers are the current versions of Opera, Firefox, Safari, Chrome and Internet Explorer 9.
用途
[编辑]Insert this template within a style tag of any block-style element:
{{border-radius | radius1 [radius2 radius3 radius4]}}
- If one value is set, this radius applies to all 4 corners.
- If four values are set, they apply to the top-left, top-right, bottom-right, bottom-left corner in that order.
Do not use two or three values, as this results in different rendering between various browsers.
示例
[编辑]- <div style="background-color: #FFFFDD; border: 1px solid #808000; padding: 5px; {{border-radius|16px 8px 16px 8px}}">Lorem ipsum...</div> will produce:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
参见
[编辑]- {{box-shadow}}
- {{gradient}}