Commit bf75a08d by zhao_shaonan

新增档案页面及对应的Controller

parent 3b2a82c1
......@@ -57,6 +57,7 @@ public class DefaultViewConfig implements WebMvcConfigurer {
registry.addViewController("/shebxz").setViewName("cjqx/shebxz");
registry.addViewController("/shebyc").setViewName("cjqx/shebyc");
registry.addViewController("/frame").setViewName("cjqx/frame");
registry.addViewController("/files").setViewName("cjqx/files");
registry.setOrder(Ordered.HIGHEST_PRECEDENCE);
WebMvcConfigurer.super.addViewControllers(registry);
}
......
@charset "UTF-8";
body,html{font: 12px/150% Arial, Verdana, "\5b8b\4f53";height:100%;overflow-y:hidden;background: #ececec;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
ul,
li {
font-size: 12px;
margin: 0px;
padding: 0px;
list-style-type: none;
line-height: 24px;
}
a:hover{color:#fff;}
.lf{float:left;}
.rg{float:right;}
.aj_message{margin-top:53px;padding-left: 13px;font-size: 32px;}
.head {
height: 246px;
width: 100%;
margin: 0 auto;
background:url(../img/bg.png) no-repeat;
background-size: cover;
color:#fff;
font-size: 22px;
padding-left:15px;
font-weight: 600;
border-bottom: 1px solid #ececec;
border-radius: 5px;
}
/*.tableContent table{width:100%;}*/
.datagrid-header-inner,.datagrid-header-inner .datagrid-htable,.datagrid-body .datagrid-btable{width:100%;}
/************menu*************/
#menu{width:100%;height:30px;}
.menu_list{float:left;color:#fff;height:100%;line-height: 30px;margin-left:111px;}
.menu_list li{float:left;margin:0 18px;height:100%;line-height: 30px;font-weight:600;}
.menu_list li a{display: inline-block;position:relative;width:100%;height:100%;line-height: 30px;cursor: pointer;color:#000;}
.act{border-bottom:1.5px solid #2158f7;font-weight:600;}
.menu_list .act a{color: #2158f7;}
.bot_triangle{width: 0px;height: 0px;*width: 8px; *height: 8px;font-size: 0;line-height: 0; overflow: hidden;border-width: 8px;border-style: dashed dashed solid dashed;border-color:#2158f7 transparent transparent transparent;position:absolute;bottom:-16px;left:50%;margin-left: -4px;}
/*查询条件*/
.condition{margin-bottom:14px;border:1px solid #d8d8d8;
border-radius: 5px;}
.content_box{padding:18px;margin:13px 10px;box-shadow:2px 2px 23px #909090;background:#e8e5e4;}
.cx_t{margin: 0 0 2px 0;width: 100%; height: 36px;line-height: 36px;background: #e2e2e2;border-bottom: 1px solid #ccc;padding-left: 10px;font-weight: 600;color: #212121;}
.cx_t span{font-size: 12px;font-weight: 600;margin:0 10px;}
table .td_r{text-align: right;color: #296294;font-weight: 600;}
table .td_rc{text-align: right;color:#122ee2;}
table .td_c{text-align: center;}
.common_t>tr,.common_t>tbody>tr{border-bottom:1px dashed #ccc;}
.common_t>tbody>tr:last-child{border:none;}
.cx_table_tj td{height:40px;line-height: 40px;}
.cx_table_tj td input,.cx_table_tj td select{margin: 0px;padding:0 8px;height: 24px;line-height: 24px;width: 210px;white-space: normal;vertical-align: top;outline-style: none;resize: none;-moz-border-radius: 5px 5px 5px 5px;-webkit-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;border: 1px solid #ccc;background-color: #fff;vertical-align: middle;display: inline-block;overflow: hidden;white-space: nowrap;}
.cx_table_tj td input[type="radio"]{width:16px;height:16px;margin:0 5px;}
.btn_cx{padding: 5px 12px;margin-left:16px;border: 1px solid #245580;background-color: #337ab7;color: #fff;background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);background-repeat: repeat-x;text-shadow: 0 -1px 0 rgba(0,0,0,.2);box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);border-radius: 4px;font-weight: normal;font-size: 12px;cursor: pointer;}
.btn_cx:hover {background: #2c689d;}
.btn_qkcxtj{margin-left:16px;padding: 5px 12px;border: 1px solid #b92c28;background-color: #d9534f;color: #fff;background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat: repeat-x;text-shadow: 0 -1px 0 rgba(0,0,0,.2);box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);border-radius: 4px;font-weight: normal;font-size: 12px;cursor: pointer;}
.btn_qkcxtj:hover {background: #c12e2a;}
.datagrid-btable tr td:nth-child(1) a{cursor: pointer;margin:0 4px;}
.eclipse{vertical-align: bottom;display:inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width:100%;}
/*覆盖*/
.datagrid-body td{border:1px solid #e4dede !important}
/**/
.tableContent{width:98%;border-radius: 5px;box-shadow: 0px 1px 27px #a9a7a7;background:#fff;margin:10px auto;padding:10px 0;height: calc(100vh - 139px);overflow-y:auto;position: relative;top: -128px;}
.tableContent>div{width:98%;margin:5px auto;}
/*翻页*/
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment