html怎样做文本框圆角效果

2024-11-10 18:44:40
推荐回答(2个)
回答1:

给你一个实例吧,你可以研究一下:

 
css圆角效果--网站每日新 
 
 
div.RoundedCorner{background: #9BD1FA;width:100px;font-size:12px} 
b.rtop, b.rbottom{display:block;background: #FFF} 
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #9BD1FA} 
b.r1{margin: 0 5px} 
b.r2{margin: 0 3px} 
b.r3{margin: 0 2px} 
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px} 
 
 

 
 
 

(div)实现圆角框

 
 
 
 

回答2:

border-radius:像素或者百分比。可以实现你想要的效果

相关问答