ASP.Net checkbox missing CSS class

前端 未结 5 1622
走了就别回头了
走了就别回头了 2020-12-17 15:03

I have the following ASP.Net check box control added to a page:

Bu

5条回答
  •  眼角桃花
    2020-12-17 15:59

    You can alos just set the css class like

        
    
    Css class can look something like:
    .checBoks input
    {
        width: 18px;
        height: 18px;
        vertical-align:middle;
    }
    

提交回复
热议问题