摘要: /* */ 阅读全文
posted @ 2017-04-07 14:44 敷衍轻笑 阅读(104) 评论(0) 推荐(0)
摘要: 1. input改变placeholder的颜色 主要是ie input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ color: #ff0000; font-size:14px; } input:-ms-inpu 阅读全文
posted @ 2017-03-24 19:11 敷衍轻笑 阅读(176) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>你画我猜</title> <style> #box{ width: 600px; height: 500px; margin: 100px auto; background-colo 阅读全文
posted @ 2017-03-22 08:48 敷衍轻笑 阅读(278) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> *{margin: 0; padding: 0;} ul,li{list-style: none;} .container{perspective: 阅读全文
posted @ 2017-03-22 08:47 敷衍轻笑 阅读(153) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <script type="text/javascript"> /* * 设置fillStyle属性可以是CSS颜色,渐变,或图案。fillStyle 默认设置 阅读全文
posted @ 2017-03-22 08:45 敷衍轻笑 阅读(239) 评论(0) 推荐(0)
摘要: $(window.parent.document)找iframe外边的元素 $(".fd-da-index-lb").on('click','.fd-zkgd',function(){ var iframeHeight = $(".fd-js-con").height(); var _index=$ 阅读全文
posted @ 2017-03-20 15:31 敷衍轻笑 阅读(109) 评论(0) 推荐(0)
摘要: textarea去掉拉伸 超出显示省略号overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal !important;word-break:normal !important; ie8背景色透明filter 阅读全文
posted @ 2017-03-17 16:02 敷衍轻笑 阅读(225) 评论(0) 推荐(0)