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.........完整代码请登录后点击上方下载按钮下载查看

网友评论0