07 2018 档案
select框修改默认样式
摘要:.select1 { /*清除select默认样式*/ appearance:none; -moz-appearance:none; -webkit-appearance:none; -ms-appearance:none; /*自定义箭头的样式,记得背景一定要加 白色或其他*/ backgroun
阅读全文
修改checkbox的默认样式
摘要:input[type=radio] { display: none; } label { background-image: url("../../../../image/weixuan.png"); background-repeat: no-repeat; background-position
阅读全文
input和textarea修改placehold的文字颜色
摘要:input:-ms-input-placeholder,textarea:-ms-input-placeholder { color: #acacac; } input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
阅读全文
checkbox更改默认样式,以及选中文字也可以选中checkbox
摘要:input[type='checkbox']{ width: 12px; height: 12px; -webkit-appearance:none; border: 1px solid #297cfa; border-radius: 2px; outline: none; position: ab
阅读全文
浙公网安备 33010602011771号