You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.0 KiB
56 lines
1.0 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<script type="text/javascript" src="../../theme/bs/core/js/wdk_bs.js"></script>
|
|
|
|
<style id="pre_css">
|
|
/*模板预置样式*/
|
|
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.d-con,.d-item{
|
|
min-height:20px;
|
|
}
|
|
.h_layout{
|
|
display:table;
|
|
padding:5px;
|
|
width: 100%;
|
|
}
|
|
.h_layout_left,.h_layout_right{
|
|
display:table-cell;
|
|
vertical-align: top;
|
|
}
|
|
.v_layout{
|
|
padding:5px;
|
|
}
|
|
.v_layout_top,.v_layout_bottom{
|
|
width:100%;
|
|
}
|
|
</style>
|
|
<style id="custom_css">
|
|
/*自定义样式*/
|
|
|
|
</style>
|
|
<script id="pre_js" type="text/javascript">
|
|
/*模板预置JS,做事件绑定,控件初始化,不可编辑,自动生成*/
|
|
$(function(){
|
|
|
|
});
|
|
</script>
|
|
<script id="custom_js" type="template:text/javascript">
|
|
/*自定义事件实现,自定义函数实现*/
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form class="validator-form bv-form" novalidate="novalidate">
|
|
<div class="d-con" style="width:0px;min-height:0px;"></div>
|
|
<div class="d-con">
|
|
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|