【html5】html5中input 标签 type值为range时,修改其默认css
摘要:
demo <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> input[type="range"] { -webkit-appearance: none; /* 阅读全文
posted @ 2022-08-12 17:14 smile轉角 阅读(136) 评论(0) 推荐(0)