摘要:border-radius:圆角View Code 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head runat="server"> 3 <title></title> 4 <style type="text/css"> 5 #div1{border-radius:10px;background-color:#dddddd;border:2px solid #a1a1a1;height:100px;width:100p
阅读全文