摘要: input::-webkit-input-placeholder { color: #ccc; } input::-moz-input-placeholder { color: #ccc; } input::-ms-input-placeholder { color: #ccc; } 阅读全文
posted @ 2021-11-02 20:40 小薇的前端学习日记 阅读(464) 评论(0) 推荐(0)
摘要: background-size:100% 100%; 按容器比例撑满,图片变形; background-size:cover; 把背景图片放大到适合元素容器的尺寸,图片比例不变。 IE8及以下版本用滤镜来兼容background-size如下: filter:progid:DXImageTransf 阅读全文
posted @ 2021-11-02 10:13 小薇的前端学习日记 阅读(253) 评论(0) 推荐(0)