上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页
摘要: <div class="position"> <div class="positiontop"> <span class="mr100">招聘职位:高级开发工程师</span> <span>工作地址:北京、济南</span> <span class="lookmore fright">查看详情 <i 阅读全文
posted @ 2016-12-20 15:23 简单就好zyx 阅读(330) 评论(0) 推荐(0)
摘要: //nav $(".nav li a").each(function() { $this = $(this); if ($this[0].href == String(window.location)) { $this.parent().addClass("active"); } }); 阅读全文
posted @ 2016-12-19 14:17 简单就好zyx 阅读(363) 评论(0) 推荐(0)
摘要: width:265px; height:130px; display:table-cell; vertical-align:middle; text-align:center; 阅读全文
posted @ 2016-12-17 16:15 简单就好zyx 阅读(126) 评论(0) 推荐(0)
摘要: 同一样式分开调取 [field:array runphp='yes']@me = (strpos(@me['litpic'],'defaultpic') ? "":"<a href='{@me['arcurl']}' class='part3L'><img src='{@me['litpic']}' 阅读全文
posted @ 2016-12-07 13:45 简单就好zyx 阅读(1436) 评论(0) 推荐(0)
摘要: 具体方法:1.在优酷上注册个账号。将要上传的视频在优酷上发布。2.待审核完成后分享复制html代码。 3.在后台发布文章时点击源码,将优酷中复制的代码考过来。4.发布后生成页面即可。(可参照video中test2)这样可节省服务器空间。提高网站性能。加快访问速度。 阅读全文
posted @ 2016-11-28 16:07 简单就好zyx 阅读(483) 评论(0) 推荐(0)
摘要: 1.IOS下调取键盘后position:fixed;失效问题解决办法: 方法一: $(function(){ $('#phone').bind('focus',function(){ $('.bottom_fix').css('position','static'); //需要fixed定位的元素 阅读全文
posted @ 2016-10-31 09:30 简单就好zyx 阅读(127) 评论(0) 推荐(0)
摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <script type="text/javascript" src="js/jquery-1.8.3.min.js"></scr 阅读全文
posted @ 2016-10-11 11:42 简单就好zyx 阅读(508) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" id="viewport" content="width=device-width, initial-scale=1"><title>ht 阅读全文
posted @ 2016-09-22 15:16 简单就好zyx 阅读(149) 评论(0) 推荐(0)
摘要: 1进入数据库修改表: dede_archives, 字段 description varchar(500); 2 进入织梦后台,找到 系统-->系统基本参数--> 其它选项自动摘要长度(0-250,0表示不启用):600 3 修改系统文 /archives_add.php /archives_edi 阅读全文
posted @ 2016-08-31 09:57 简单就好zyx 阅读(531) 评论(0) 推荐(0)
摘要: var oDiv = document.getElementById("sunav"); var oLi = oDiv.getElementsByClassName("sunav"); for(i=0; i<oLi.length; i++){ var aLi = oLi[i]; aLi.onmous 阅读全文
posted @ 2016-08-31 09:45 简单就好zyx 阅读(919) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页