Created
September 29, 2014 09:40
-
-
Save lucaszhu2zgf/f668a822a85a1ded54ad to your computer and use it in GitHub Desktop.
// source http://jsbin.com/guvava/2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
.footer{ width:100%; margin-top:1.2em; padding:1.1em 1.5em; font: .6666667em/1.1em "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Microsoft Yahei", "Helvetica", "Arial", "Verdana", "sans-serif"; font-weight:400; border-top:1px solid #e3e3e3; background: #f2f2f2; | |
} | |
.footer ul{ display: inline-block; margin:0px; padding:0px; white-space:nowrap;} | |
.footer li{ display: inline-block; padding:0em 0.5em; list-style:none; color:#999999; border-right:1px solid #e3e3e3; vertical-align:baseline;} | |
.footer a{ text-decoration:none; color:#666666; -webkit-transition: color .3s;} | |
.footer a:hover{ text-decoration: underline; color:#333333;} | |
.footer li:last-child{ border-right:0px;} | |
</style> | |
</head> | |
<body> | |
<div class="footer"> | |
<ul> | |
<li>Copyright © 2014 欧朋保留所有权利</li> | |
<li>京公网安备110105013977</li> | |
<li>京ICP证110465号</li> | |
<li><a href="http://www.oupeng.com/yssm">隐私声明</a></li> | |
<li><a href="http://www.oupeng.com/fwxy">服务协议</a></li> | |
</ul> | |
</div> | |
<script id="jsbin-javascript"> | |
var name = []; | |
var curName = $(""); | |
for(var i=0; i< curName.length ;i++){ | |
cname.push(cruName.val()); | |
} | |
</script> | |
<script id="jsbin-source-css" type="text/css">.footer{ width:100%; margin-top:1.2em; padding:1.1em 1.5em; font: .6666667em/1.1em "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Microsoft Yahei", "Helvetica", "Arial", "Verdana", "sans-serif"; font-weight:400; border-top:1px solid #e3e3e3; background: #f2f2f2; | |
} | |
.footer ul{ display: inline-block; margin:0px; padding:0px; white-space:nowrap;} | |
.footer li{ display: inline-block; padding:0em 0.5em; list-style:none; color:#999999; border-right:1px solid #e3e3e3; vertical-align:baseline;} | |
.footer a{ text-decoration:none; color:#666666; -webkit-transition: color .3s;} | |
.footer a:hover{ text-decoration: underline; color:#333333;} | |
.footer li:last-child{ border-right:0px;}</script> | |
<script id="jsbin-source-javascript" type="text/javascript">var name = []; | |
var curName = $(""); | |
for(var i=0; i< curName.length ;i++){ | |
cname.push(cruName.val()); | |
}</script></body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.footer{ width:100%; margin-top:1.2em; padding:1.1em 1.5em; font: .6666667em/1.1em "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Microsoft Yahei", "Helvetica", "Arial", "Verdana", "sans-serif"; font-weight:400; border-top:1px solid #e3e3e3; background: #f2f2f2; | |
} | |
.footer ul{ display: inline-block; margin:0px; padding:0px; white-space:nowrap;} | |
.footer li{ display: inline-block; padding:0em 0.5em; list-style:none; color:#999999; border-right:1px solid #e3e3e3; vertical-align:baseline;} | |
.footer a{ text-decoration:none; color:#666666; -webkit-transition: color .3s;} | |
.footer a:hover{ text-decoration: underline; color:#333333;} | |
.footer li:last-child{ border-right:0px;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var name = []; | |
var curName = $(""); | |
for(var i=0; i< curName.length ;i++){ | |
cname.push(cruName.val()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment