摘要: css input[type=file] 样式美化,input上传按钮美化 参考:http://www.haorooms.com/post/css_input_uploadmh 阅读全文
posted @ 2016-09-09 16:54 春风得意之时 阅读(1162) 评论(0) 推荐(0)
摘要: var ruleTxt = $(".wanfan .rule .rule-txt");var ruleTxtBottom = $(".wanfan .rule .rule-txt .rule-txt-bottom");var flag = '';$(".wanfan .rule .rule-btn" 阅读全文
posted @ 2016-09-08 12:31 春风得意之时 阅读(2391) 评论(0) 推荐(0)
摘要: 调用函数即可 function screen_center(e){ var w=window.screen.width;//屏幕分辨率的宽 var h=window.screen.height;//屏幕分辨率的高 var left = (w/2) - parseInt($(".wanfan .rul 阅读全文
posted @ 2016-09-05 14:38 春风得意之时 阅读(239) 评论(0) 推荐(0)
摘要: <head> <meta http-equiv="Content-Type" name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0,user-scala 阅读全文
posted @ 2016-09-03 23:58 春风得意之时 阅读(5456) 评论(0) 推荐(0)
摘要: <a target="_blank" href="tencent://message/?uin=2814920598&Site=&Menu=yes" style="text-decoration:none;">QQ:2814920598 ( 点 击 直 接加我QQ)</a> 或 <p><a href 阅读全文
posted @ 2016-08-28 00:43 春风得意之时 阅读(172) 评论(0) 推荐(0)
摘要: info-lt-carlogo-box p i.on { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: keep-all; } display: block; o 阅读全文
posted @ 2016-08-18 15:23 春风得意之时 阅读(170) 评论(0) 推荐(0)
摘要: <html> <head> <title>Bad Words Example</title> <script type="text/javascript"> function filterText(sText) { var reBadWords = /badword|anotherbadword/g 阅读全文
posted @ 2016-08-18 14:55 春风得意之时 阅读(2078) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2016-08-12 13:16 春风得意之时 阅读(1) 评论(0) 推荐(0)
摘要: <html><head><script type="text/javascript" src="/jquery/jquery.js"></script><script type="text/javascript">$(document).ready(function(){ $("button").c 阅读全文
posted @ 2016-07-14 16:56 春风得意之时 阅读(3054) 评论(0) 推荐(0)
摘要: favicon 在未指定 favicon 时,大多数浏览器会请求 Web Server 根目录下的 favicon.ico 。为了保证 favicon 可访问,避免404,必须遵循以下两种方法之一: 在 Web Server 根目录放置 favicon.ico 文件; 使用 link 指定 favi 阅读全文
posted @ 2016-07-04 10:41 春风得意之时 阅读(6822) 评论(0) 推荐(0)