圆角输入框

input {    
                height:18px;    
        inline-height:18px;  
                font-size:11px;    
                width:70px;   
        text-align:center;  
        border:#ccc 1px solid;  


//关键
        border-radius: 5px; /* css 3标准 */  
        -moz-border-radius: 5px;  /* mozilla */  
        -webkit-border-radius: 5px;  /* webkit */  
 }    

posted @ 2022-02-18 16:51  SimoonJia  阅读(6)  评论(0编辑  收藏  举报