文章分类 - DIV/CSS/HTML
摘要:/*置顶按钮*/ $(function () { var e = $("#pawtop"), t = $(document).scrollTop(), n, r, i = !0; $(window).scroll(function () { var t = $(document).scrollTop
阅读全文
摘要:@import url("fonts.css"); @import url("font-awesome.min.css"); body { font-size: 100%; color: white; font-family: 'Source Sans Pro','微软雅黑', sans-serif
阅读全文
摘要:#pawtop { background: url(../../images/icon/pawtop.png) no-repeat; cursor: default; display: block; height: 250px; margin: -125px 0 0; position: fixed
阅读全文
摘要:<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>欢迎来到PA
阅读全文