效果图
美化可根据自己需求进行修改,此处旨在传播方法
代码如下:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>纯CSS单/复选框美化</title> <style> .RadioStyle input{ display: none; } .RadioStyle label{ border: 1px solid #adadad; padding: 2px 10px 2px 5px; line-height: 28px; min-width: 80px; text-align: center; float: left; margin: 5px; border-radius: 5px; } .RadioStyle input:checked+label{ color: white; background: url("images/dxk.jpg") 400px 100px; } .clear{ clear: both; } </style> </head> <body> 你最喜欢哪个季节