摘要: 1.圆角边框 当 border-radius 只设置一个值时,即 <style> div{ height: 100px; width: 100px; border: 2px solid red; border-radius: 10px; } </style> 页面如图所示: 但是当设置两个值时: b 阅读全文
posted @ 2020-10-21 15:12 null_lii 阅读(115) 评论(0) 推荐(0)