Sophie Huang
Time and tide wait for no man.

<style>

.tbradius
{
border-color: #e2e2e0;//设置边框的颜色
border-width: 1px;//设置边框的宽度
border-style: solid;//设置边框的样式,此处为实线
border-radius: 0.4em;//圆角的程度,可以自行测试需要的样式
}

</style>

//文本框

<input type="text" class="tbradius" />

posted on 2013-09-29 15:19  Sophie Huang  阅读(787)  评论(0编辑  收藏  举报