when.datepicker实现时间段日期范围选择器效果代码

代码语言:html

所属分类:选择器

代码描述:when.datepicker实现时间段日期范围选择器效果代码

代码标签: when.datepicker 时间段 日期 范围 选择器

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">

<head>
   
<meta charset="UTF-8">
   
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/when.core.css">
   
<style>
        strike {
        text-decoration:line-through;
    }
    del,span.del {
        text-decoration:line-through;
    }
    s {
        text-decoration:line-through;
    }
    cite {
        font-style:italic;
    }
    sub {
        font-size:0.9em;
    }
    sup {
        font-size:0.9em;
    }
    em {
        font-style:italic;
    }
    strong {
        font-weight:bold;
    }
    b {
        font-weight:bold;
    }
    u {
        text-decoration:underline;
    }
    address {
        font-style:italic;
    }
    i {
        font-style:italic;
    }
    var,span.var {
        font-weight:bold;
        font-style:italic;
    }
    kbd,span.kbd {
        display:inline-block;
        padding:3px 5px;
        vertical-align:middle;
    }
    body.multimarkdown-preview,body.multimarkdown-wiki-preview {
        background-color:white;
   
        font-size:11px;
        padding:20px;
    }
    img.local-only {
        }img.absent {
        font-weight:bold;
    }
    a {
        text-decoration:underline;
    }
    a.mail-link {
        }a.absent {
        }a.local-only {
        }a.anchor {
        display:block;
        padding-left:30px;
        margin-left:-30px;
        position:absolute;
        top:0;
        left:0;
        bottom:0;
    }
    div.page-header {
        padding:2px 0 4px 15px;
    }
    div.page-header a {
        text-decoration:none;
        font-weight:bold;
    }
    h1,h2,h3,h4,h5,h6 {
        padding:0;
        cursor:text;
        position:relative;
    }
    h2,h2 a {
        text-decoration:none;
    }
    h1,h3,h4,h5,h1 a,h3 a,h4 a,h5 a {
        text-decoration:none;
    }
    h1 p,h2 p,h3 p,h4 p,h5 p,h6 p {
        margin-top:0;
    }
    h6,h6 a {
        text-decoration:none;
    }
    h1 tt,h2 tt,h3 tt,h4 tt,h5 tt,h6 tt,h1 code,h2 code,h3 code,h4 code,h5 code,h6 code,h1 span.code,h2 span.code,h3 span.code,h4 span.code,h5 span.code,h6 span.code {
        font-size:inherit;
    }
    h1 {
        font-weight:bold;
        font-size:1.5em;
        margin:20px 0 10px 0;
    }
    h1.first-child,h2.first-child,h3.first-child,h4.first-child,h5.first-child,h6.first-child {
        margin-top:0;
    }
    .multimarkdown-wiki-preview h1 {
        font-weight:normal;
    }
    h2 {
        font-weight:bold;
        font-size:1.35em;
        margin:20px 0 10px 0;
    }
    h3 {
        font-weight:bold;
        font-size:1.25em;
        margin:20px 0 10px 0;
    }
    h4 {
        font-weight:bold;
        font-size:1.15em;
        margin:10px 0 7px;
    }
    h5 {
        font-weight:bold;
        font-size:1.1em;
        margin:7px 0 7px;
    }
    h6 {
        font-weight:bold;
        font-size:1.1em;
        margin:7px 0 7px;
    }
    blockquote {
        margin:5px 0;
        padding:0 15px;
        font-size:1em;
    }

    pre {
        margin:5px 0;
    }
    tt,span.tt {
        margin:0 2px;
        padding:0 5px;
        white-space:nowrap;
    }
    pre code,pre span.code {
        margin:0;
        padding:0;
        white-space:pre;
        border:none;
        background:transparent;
    }
    pre {
        overflow:auto;
        padding:6px 0 6px 10px;
        white-space:pre;
    }
    code,span.code {
        padding:3px;
        white-space:normal;
    }
    body table {
        background-color:transparent;
        margin-bottom:20px;
        border-spacing:0;
        border-collapse:collapse;
        font-size:inherit;
    }
    table tr th {
        font-weight:bold;
        margin:0;
        padding:6px 13px;
    }
    table tr td {
        margin:0;
        padding:6px 13px;
.........完整代码请登录后点击上方下载按钮下载查看

网友评论0