html
wphkadn
这个作者很懒,什么都没留下…
展开
-
html把单选框改变样式
以下是成功的源代码!<head> <style type="text/css"> /*lable标签的大小、位置、背景颜色更改,在css选择时,“+”代表相邻元素,即当前元素的下一元素*/ input[type="radio"] + label::before { content: "\a0"; /*不换行空格*/ display: inli...原创 2019-06-01 00:56:47 · 7414 阅读 · 0 评论 -
html 修改 input : file样式
<head> <style type="text/css"> .file { position: relative; display: inline-block; background: #D0EEFF; border: 1px solid #99D3F5; border-radius: 4px; padding: ...原创 2019-06-01 01:33:50 · 5087 阅读 · 0 评论