上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页
摘要: <!doctype html><html> <head> <meta charset="utf-8" /> </head> <title></title> <style> .border{width: 100px; height: 100px; border-radius: 50%; backgro 阅读全文
posted @ 2016-03-23 11:59 简单就好zyx 阅读(1078) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <!-- 使用 HTML5 doctype,不区分大小写 --><html lang="zh-cmn-Hans"> <!-- 更加标准的 lang 属性写法 http://zhi.hu/XyIa --><head> <!-- 声明文档使用的字符编码 --> <meta 阅读全文
posted @ 2016-03-17 09:43 简单就好zyx 阅读(761) 评论(0) 推荐(0)
摘要: 1.样式 .cover{ height: 100%; width: 100%; position: fixed; bottom: 0px; left: 0px; top: 0px; z-index: 9998; background-color: rgb(0, 0, 0); filter:alpha 阅读全文
posted @ 2016-03-11 11:25 简单就好zyx 阅读(286) 评论(0) 推荐(0)
摘要: 1.切换图片 $(".tip").hover( function () { $(this).attr("src","images/four2.gif"); }, function () { $(this).attr("src","images/four1.gif"); } ); 2.添加样式 $(" 阅读全文
posted @ 2016-03-04 08:52 简单就好zyx 阅读(231) 评论(0) 推荐(0)
摘要: <!DOCTYPE=html> <html> <head> <script src="js/jquery-1.8.3.min.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready( 阅读全文
posted @ 2016-03-03 09:05 简单就好zyx 阅读(266) 评论(0) 推荐(0)
摘要: <div class="AccountLevel" style="margin-top: 15px;"> <span style="float: left;">账户安全等级:</span> @{ int levelValue = 0; string levelName = "低"; string p 阅读全文
posted @ 2016-02-19 16:36 简单就好zyx 阅读(392) 评论(0) 推荐(0)
摘要: //传值$('.choose li').click(function(){ //alert('z'); $("#address").empty().prepend($(this).text());}) 阅读全文
posted @ 2016-02-01 17:22 简单就好zyx 阅读(186) 评论(0) 推荐(0)
摘要: <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta content="yes" n 阅读全文
posted @ 2016-02-01 17:18 简单就好zyx 阅读(1933) 评论(0) 推荐(0)
摘要: <section id="tixian" class="pop_500" style="display: none"> <section class="modal2"> <em class="close" onClick="hideid('tixian')"><img src="assets/ima 阅读全文
posted @ 2016-02-01 17:15 简单就好zyx 阅读(487) 评论(0) 推荐(0)
摘要: @media screen and ( min-width: 319px){html{ font-size: 100px;}}@media screen and ( min-width: 359px){html{ font-size: 106px;}}@media screen and ( min-... 阅读全文
posted @ 2016-01-26 14:40 简单就好zyx 阅读(534) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页