无图!!!!
标签:
无图!!!!
第3种方法:直接用 border-radius
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <style type="text/css"> #sub1 { width:200px; height:200px; border-radius:15px; background-color:#093 } </style> </head> <body> <div id="parent"> <div id="sub1"></div> </div> </body>