2020/6/19

layui table checkbox样式显示不全

页面头部添加标识<!DOCTYPE html> <!DOCTYPE html>的重要性? 1作用:声明文档的解析类型(document.compatMode),避免浏览器的怪异模式。 document.compatMode: BackCompat:怪异模式,浏览器使用自…

  • html
  • 2020/6/19
  • helei
  • 1,045
  • 2020/6/19

    js 保存账号密码到cookie

    //设置cookie function setCookie(name, value, day) { var date = new Date(); date.setDate(date.getDate() + day); document.cookie = …

  • JavaScript
  • 2020/6/19
  • helei
  • 1,086
  • 2020/6/18

    echarts曲线

    smooth:true,

  • echarts
  • 2020/6/18
  • helei
  • 1,249
  • 2020/6/18

    apache httpd-vhost配置详解

    http://www.80note.com/2019/01/451.html

  • Apache
  • 2020/6/18
  • helei
  • 1,343
  • 2020/6/17

    html 元素滚动条

    https://github.com/KingSora/OverlayScrollbars 初始化                 var instance = OverlayScrollbars(do…

  • html JavaScript
  • 2020/6/17
  • helei
  • 1,338
  • 2020/6/16

    chrome input自动填充密码背景颜色/chrome input自动填充密码背景图片被覆盖/解决方案

    使用display:flex <div style="width:90%;height:35px;display:flex;flex-direction:row;margin-top:40px;"> <div style="height:100%;width:auto;background:rgba(255,255,25…

  • html
  • 2020/6/16
  • helei
  • 749
  • 2020/6/16

    html background自适应不剪切

                    background-image:url(/static/img/background.jpg); background-repeat:no-repeat; background-size:10…

  • css html
  • 2020/6/16
  • helei
  • 709