Commit aa552ede by wushanyu

系统管理权限查询页面,页面样式调整

parent 948dfacc
......@@ -64,7 +64,7 @@
</div>
</div>
<div class="layui-form-mid">
<div class="layui-input-inline">
<div class="layui-input-inline" style="padding-top: 16px">
<input type="radio" name="grade" class="radio_inp" checked value="D">地市
<input type="radio" name="grade" class="radio_inp" value="X">县级
<input type="hidden" id="grade" value="">
......
......@@ -15,7 +15,6 @@
.layui-form-item>.layui-input-block>input{
width: 20%;
}
.searchDiv label{padding:3px 15px;}
</style>
<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">
......
......@@ -66,7 +66,7 @@
</div>
</div>
<div class="layui-form-mid">
<div class="layui-input-inline">
<div style="margin: 16px 0">
<input type="radio" name="type" class="radio_inp" value="B01">命案
<input type="radio" name="type" class="radio_inp" value="B02">未知名尸体
<input type="radio" name="type" class="radio_inp" value="B03">失踪人员
......
......@@ -23,35 +23,35 @@ a:visited {
}
.heade-box{
position: relative;
height: 65px;
height: 80px;
z-index: 1;
border-bottom: 1px solid #98bebb;
}
.page-title{
position: absolute;
top: 50%;
top: 45%;
left: 45px;
font-size: 28px;
font-size: 30px;
margin-top: -12px;
font-weight: bold;
font-family: helvetica;
text-align:center;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b5b5b5), to(#fff)); /* 背景色渐变 */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7EBEB), to(#fff)); /* 背景色渐变 */
-webkit-background-clip: text; /* 规定背景的划分区域 */
-webkit-text-fill-color: transparent; /* 防止字体颜色覆盖 */
}
.left-menu-box{
position: fixed;
width: 230px;
width: 300px;
height: 100%;
overflow: auto;
top: 0;
left: 0px;
padding-top: 70px;
padding-top: 88px;
}
.main-cen-box{
/* padding: 0 10px; */
margin-left: 230px;
margin-left: 300px;
background-color: #fff;
height: 100%;
overflow: auto;
......@@ -62,12 +62,12 @@ a:visited {
margin-left: 40px;
}
.left-list .left-list-ttitle{
height: 32px;
line-height: 32px;
height: 40px;
line-height: 40px;
font-family: helvetica;
padding-left: 13px;
color: #e5e5e5;
font-size: 14px;
font-size: 18px;
}
.left-list li.active{
background-color: rgba(0, 0, 0, 0.3);
......@@ -95,15 +95,16 @@ a:visited {
} */
/* 右侧 */
.cxtj legend{
height: 36px;
line-height: 36px;
padding-left: 10px;
font-size: 14px;
height: 50px;
line-height: 50px;
padding-left: 20px;
font-size: 20px;
background-color: #f1f1f1;
border: 1px solid #ccc;
border-bottom: 1px dashed #ccc;
color: #666;
font-weight: bold;
margin-bottom: 20px;
}
.cxtj table{
border: 1px solid #ccc;
......@@ -190,3 +191,23 @@ a:visited {
input[type=radio]{
margin: auto!important;
}
.layui-form-item{
text-align: center;
width: 100%;
display: inline-block;
margin-top: 10px;
}
.layui-form-mid{
width: 25%;
}
.layui-form-label{
width:30%;
line-height: 36px;
}
.layui-input-inline{
width:66%;
padding: 9px 15px;
}
.searchDiv .layui-input{
height: 36px;
}
\ No newline at end of file
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