
html+css
qq_28101869
这个作者很懒,什么都没留下…
展开
-
鼠标移上去的样式
用css 添加手状样式,鼠标移上去变小手,变小手cursor:pointer;cursor其他取值 auto :标准光标 default :标准箭头 pointer, hand :手形光标 wait原创 2017-07-04 15:12:14 · 409 阅读 · 0 评论 -
上传文件的input样式优化
.file-box{ position:relative;width:240px} .txt{ height:22px; border:1px solid #cdcdcd; width:100px;} .btn{ background-color:#FFF; border:1px solid #CDCDCD;height:24px; width:50px;} .file{ positi原创 2017-07-04 15:12:49 · 787 阅读 · 0 评论 -
css3 备忘
rem 自适应的单位1rem相当于10px左右//枚举显示样式.sub_cate_box_a{ margin-left:1%!important; }}@media screen and (max-width:1900px) { .sub_cate_box_a{ margin-left:15%;原创 2017-08-04 19:31:53 · 160 阅读 · 0 评论