10 2016 档案

摘要:/*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/mast 阅读全文
posted @ 2016-10-28 16:46 dongxiaolei 编辑
摘要:@media screen and (max-width: 320px) { } @media screen and (min-width: 321px) and (max-width: 374px) { } @media screen and (min-width: 375px) and (max-width: 413px) { } @media screen and (min-width: ... 阅读全文
posted @ 2016-10-18 11:26 dongxiaolei 编辑
摘要:Bootstrap轮播 &l... 阅读全文
posted @ 2016-10-14 14:58 dongxiaolei 编辑
摘要:/*公共样式--开始*/ html, body, blockquote, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, a, img, label, input, legend, li, ol, p, pre, td, 阅读全文
posted @ 2016-10-13 10:32 dongxiaolei 编辑
摘要:一级菜单 二级菜单 按钮 源代码备案 订单管理 修改 关闭订单 ... 阅读全文
posted @ 2016-10-13 10:30 dongxiaolei 编辑
摘要:<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> <style> *{ box-sizing: border-box; } 阅读全文
posted @ 2016-10-11 15:32 dongxiaolei 编辑
摘要:; (function ($) { $.extend($.easing, { easeOutElastic: function (x, t, b, c, d) { var s = 1.70158; var p = 0; var a = c; if (t == 0) return b; if ((t 阅读全文
posted @ 2016-10-11 15:11 dongxiaolei 编辑
摘要:1.首先在github.com上申请一个账号2.Eclipse需要安装egit插件,在Eclipse中选择help-》Marketplace,在search中输入egit,找到后安装即可 3.从Eclipse中选择File-》import-》Git-》Projects from Git 4.选择ne 阅读全文
posted @ 2016-10-11 14:26 dongxiaolei 编辑
摘要://判断屏幕高度,根据屏幕高度设置样式 var $body_height=$(window).height(); if($body_height>800){ $(".index_footer").addClass('index_footer_fix'); }else{ $(".index_footer").removeClass('in... 阅读全文
posted @ 2016-10-08 09:33 dongxiaolei 编辑

点击右上角即可分享
微信分享提示