input , select 等點擊 操做 樣式模板

爲了 提升用戶體驗的code

<style>
.datepicker{
     border:1px  solid #ccc;
    border-radius: 4px;  //圓角效果
    height: 24px;
    line-height:24px;  /垂直居中
        
} 
//點擊有明顯的變化
.datepicker:focus{
    outline:0 none;
    border:1px solid #1abc9c;
        
}

</style>


<input  type="text"   class="datepicker"   />
相關文章
相關標籤/搜索