页首Html代码

  2014年7月2日
摘要: 知问前端 tab1 tab2 tab3 tab1-content tab2-content tab3-content$(function () { $('#tabs').tabs({ }); });style.cssbody { margin:40px 0 0 0; padding:... 阅读全文
posted @ 2014-07-02 16:22 西北阳仔2号 阅读(175) 评论(0) 推荐(0)
摘要: ;(function ($) { $.fn.extend({ 'nav' : function (color) { $(this).find('.nav').css({ 'list-style' : 'none', 'margin' : 0, 'padding' : 0, ... 阅读全文
posted @ 2014-07-02 14:11 西北阳仔2号 阅读(141) 评论(0) 推荐(0)
摘要: $(function () {$('.out').click(function () { $('#box').fadeOut('slow'); }); $('.in').click(function () { $('#box').fadeIn('slow'); }); $('.toggle')... 阅读全文
posted @ 2014-07-02 11:20 西北阳仔2号 阅读(127) 评论(0) 推荐(0)
  2014年7月1日
摘要: @CHARSET "UTF_8";*{padding:0;margin:0}margin是外边距 padding是内边距 意思就是 外边距=0 内边距=0@CHARSET "UTF_8";*{padding:0;margin:0}margin是外边距 padding是内边距 意思就是 外边距=0 内... 阅读全文
posted @ 2014-07-01 18:27 西北阳仔2号 阅读(178) 评论(0) 推荐(0)
  2014年6月28日
摘要: smarty.inc.phptemplate_dir = ROOT_PATH.'/templates/'; //编译目录 $_smarty->compile_dir = ROOT_PATH.'/templates_c/'; //配置变量目录 $_smarty->config_dir = ROOT_P... 阅读全文
posted @ 2014-06-28 13:59 西北阳仔2号 阅读(123) 评论(0) 推荐(0)
页脚Html代码