HTML的checkbox和radio的美化_html/css
来源:动视网
责编:小采
时间:2020-11-27 16:01:55
HTML的checkbox和radio的美化_html/css
HTML的checkbox和radio的美化_html/css_WEB-ITnose:checkbox和radio的美化 checkbox: input[type=checkbox] { display: none; } input[type=checkbox] + label { display: inline-block; position: relative; border: solid 2px #99a1a7; w
导读HTML的checkbox和radio的美化_html/css_WEB-ITnose:checkbox和radio的美化 checkbox: input[type=checkbox] { display: none; } input[type=checkbox] + label { display: inline-block; position: relative; border: solid 2px #99a1a7; w

checkbox和radio的美化
checkbox:
radio:
效果图:
HTML的checkbox和radio的美化_html/css
HTML的checkbox和radio的美化_html/css_WEB-ITnose:checkbox和radio的美化 checkbox: input[type=checkbox] { display: none; } input[type=checkbox] + label { display: inline-block; position: relative; border: solid 2px #99a1a7; w