Commit f603d46a by wushanyu

系统管理权限查询页面,字体样式调整,表格对齐样式调整

parent af66117d
...@@ -126,11 +126,11 @@ layui.use(['table', 'element','jquery'], function () { ...@@ -126,11 +126,11 @@ layui.use(['table', 'element','jquery'], function () {
limit: 10,//默认采用10 limit: 10,//默认采用10
url: '${pageContext.request.contextPath}/admin/search/dsxjglyList', url: '${pageContext.request.contextPath}/admin/search/dsxjglyList',
cols: [[ cols: [[
{field:'rn',title:'序号',align:'center', width:60}, {field:'rn',title:'序号',align:'center'},
{field:'trueName',title:'姓名',align:'center', width:90, sort: true}, {field:'truename',title:'姓名',align:'center', sort: true},
{field:'policemanid',title:'警号', align:'center',width:100, sort: true}, {field:'policemanid',title:'警号', align:'center', sort: true},
{field:'telephone', title:'手机号',align:'center',width:260, sort: true}, {field:'telephone', title:'手机号',align:'center', sort: true},
{field:'unitname',title:'单位', align:'center',width:250, sort: true} {field:'unitname',title:'单位', align:'center',sort: true}
]], ]],
id: 'testReload', id: 'testReload',
page: true, page: true,
......
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
.layui-form-item>.layui-input-block>input{ .layui-form-item>.layui-input-block>input{
width: 20%; width: 20%;
} }
.layui-table-tips-c{
padding: 0!important;
}
</style> </style>
<link rel="stylesheet" href="${pageContext.request.contextPath}/resources/layui/css/layui.css" media="all"> <link rel="stylesheet" href="${pageContext.request.contextPath}/resources/layui/css/layui.css" media="all">
<link rel="stylesheet" href="${pageContext.request.contextPath}/resources/common/css/common.css" media="all"> <link rel="stylesheet" href="${pageContext.request.contextPath}/resources/common/css/common.css" media="all">
......
...@@ -121,11 +121,11 @@ ...@@ -121,11 +121,11 @@
limit: 10,//默认采用10 limit: 10,//默认采用10
url: '${pageContext.request.contextPath}/admin/search/zcxzLlyList', url: '${pageContext.request.contextPath}/admin/search/zcxzLlyList',
cols: [[ cols: [[
{field:'rn',title:'序号',align:'center', width:60}, {field:'rn',title:'序号',align:'center'},
{field:'truename',title:'姓名',align:'center', width:90, sort: true}, {field:'truename',title:'姓名',align:'center',sort: true},
{field:'policemanid',title:'警号', align:'center',width:100, sort: true}, {field:'policemanid',title:'警号', align:'center',sort: true},
{field:'telephone', title:'手机号',align:'center',width:260, sort: true}, {field:'telephone', title:'手机号',align:'center',sort: true},
{field:'unitname',title:'单位', align:'center',width:250, sort: true} {field:'unitname',title:'单位', align:'center',sort: true}
]], ]],
id: 'testReload', id: 'testReload',
page: true, page: true,
......
...@@ -114,11 +114,11 @@ ...@@ -114,11 +114,11 @@
limit: 10,//默认采用10 limit: 10,//默认采用10
url: '${pageContext.request.contextPath}/admin/search/zczlLlyList', url: '${pageContext.request.contextPath}/admin/search/zczlLlyList',
cols: [[ cols: [[
{field:'rn',title:'序号',align:'center', width:60}, {field:'rn',title:'序号',align:'center'},
{field:'truename',title:'姓名',align:'center', width:90, sort: true}, {field:'truename',title:'姓名',align:'center', sort: true},
{field:'policemanid',title:'警号', align:'center',width:100, sort: true}, {field:'policemanid',title:'警号', align:'center', sort: true},
{field:'telephone', title:'手机号',align:'center',width:260, sort: true}, {field:'telephone', title:'手机号',align:'center', sort: true},
{field:'unitname',title:'单位', align:'center',width:250, sort: true} {field:'unitname',title:'单位', align:'center',sort: true}
]], ]],
id: 'testReload', id: 'testReload',
page: true, page: true,
......
...@@ -101,11 +101,11 @@ ...@@ -101,11 +101,11 @@
url: '${pageContext.request.contextPath}/admin/search/zxywstfzrList', url: '${pageContext.request.contextPath}/admin/search/zxywstfzrList',
where: {type:"B01"}, where: {type:"B01"},
cols: [[ cols: [[
{field:'rn',title:'序号',align:'center', width:60}, {field:'rn',title:'序号',align:'center'},
{field:'trueName',title:'姓名',align:'center', width:90, sort: true}, {field:'truename',title:'姓名',align:'center', sort: true},
{field:'policemanid',title:'警号', align:'center',width:100, sort: true}, {field:'policemanid',title:'警号', align:'center', sort: true},
{field:'telephone', title:'手机号',align:'center',width:260, sort: true}, {field:'telephone', title:'手机号',align:'center', sort: true},
{field:'unitname',title:'单位', align:'center',width:250, sort: true} {field:'unitname',title:'单位', align:'center',sort: true}
]], ]],
id: 'testReload', id: 'testReload',
page: true, page: true,
......
...@@ -18,8 +18,8 @@ a:visited { ...@@ -18,8 +18,8 @@ a:visited {
} }
.back{ .back{
background:url(../img/ocean.jpg) no-repeat center; background:url(../img/ocean.jpg) no-repeat center;
height: 100%; /*height: 100%;*/
overflow: hidden; /*overflow: hidden;*/
} }
.heade-box{ .heade-box{
position: relative; position: relative;
...@@ -31,8 +31,8 @@ a:visited { ...@@ -31,8 +31,8 @@ a:visited {
position: absolute; position: absolute;
top: 45%; top: 45%;
left: 45px; left: 45px;
font-size: 30px; font-size: 36px;
margin-top: -12px; margin-top: -4px;
font-weight: bold; font-weight: bold;
font-family: helvetica; font-family: helvetica;
text-align:center; text-align:center;
...@@ -53,7 +53,7 @@ a:visited { ...@@ -53,7 +53,7 @@ a:visited {
/* padding: 0 10px; */ /* padding: 0 10px; */
margin-left: 300px; margin-left: 300px;
background-color: #fff; background-color: #fff;
height: 100%; /*height: 100%;*/
overflow: auto; overflow: auto;
padding-bottom: 80px; padding-bottom: 80px;
} }
...@@ -98,7 +98,7 @@ a:visited { ...@@ -98,7 +98,7 @@ a:visited {
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
padding-left: 20px; padding-left: 20px;
font-size: 20px; font-size: 24px;
background-color: #f1f1f1; background-color: #f1f1f1;
border: 1px solid #ccc; border: 1px solid #ccc;
border-bottom: 1px dashed #ccc; border-bottom: 1px dashed #ccc;
...@@ -204,6 +204,7 @@ input[type=radio]{ ...@@ -204,6 +204,7 @@ input[type=radio]{
.layui-form-label{ .layui-form-label{
width:30%; width:30%;
line-height: 36px; line-height: 36px;
font-size: 16px;
} }
.layui-input-inline{ .layui-input-inline{
width:66%; width:66%;
......
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