|
@@ -3,7 +3,7 @@
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=0.5">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
<link href="img/favicon.ico" rel="shortcut icon">
|
|
|
<link rel="stylesheet" href="./layui/layui.css">
|
|
|
<link rel="stylesheet" href="./css/decisionmobile.css">
|
|
@@ -30,14 +30,14 @@
|
|
|
.search {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
- width: 50% !important;
|
|
|
+ width: 60% !important;
|
|
|
margin: 0 auto;
|
|
|
margin-bottom: 50px;
|
|
|
}
|
|
|
|
|
|
.search input {
|
|
|
- width: 80vw;
|
|
|
- height: 36px;
|
|
|
+ width: 80%;
|
|
|
+ height: 38px;
|
|
|
border: 1px solid #F3D39B;
|
|
|
padding-left: 10px;
|
|
|
}
|
|
@@ -47,7 +47,7 @@
|
|
|
}
|
|
|
|
|
|
.search button {
|
|
|
- width: 28%;
|
|
|
+ width: 20%;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
cursor: pointer;
|
|
@@ -84,7 +84,7 @@
|
|
|
/*}*/
|
|
|
.yearChioce {
|
|
|
margin: auto;
|
|
|
- height: 60px;
|
|
|
+ height: 40px;
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -95,14 +95,14 @@
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
- font-size: 28px;
|
|
|
+ font-size: 18px;
|
|
|
font-family: Microsoft YaHei;
|
|
|
color: #E3C285;
|
|
|
|
|
|
}
|
|
|
|
|
|
.active {
|
|
|
- font-size: 32px;
|
|
|
+ font-size: 20px !important;
|
|
|
font-weight: bold;
|
|
|
font-style: italic;
|
|
|
color: #B48D44 !important;
|
|
@@ -110,7 +110,7 @@
|
|
|
|
|
|
.yearChioce .num {
|
|
|
position: absolute;
|
|
|
- top: -40px;
|
|
|
+ top: -30px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
@@ -130,13 +130,13 @@
|
|
|
}
|
|
|
|
|
|
.title {
|
|
|
- height: 75px;
|
|
|
+ height: 64px;
|
|
|
background: linear-gradient(90deg, #F9DDAB, #D4AB63);
|
|
|
- font-size: 28px;
|
|
|
+ font-size: 16px;
|
|
|
font-family: Microsoft YaHei;
|
|
|
font-weight: bold;
|
|
|
color: #AA843D;
|
|
|
- line-height: 72px;
|
|
|
+ line-height: 32px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
@@ -146,11 +146,11 @@
|
|
|
|
|
|
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
|
|
|
border-color: #EBE1D2;
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
|
|
|
|
.layui-table-view .layui-table td, .layui-table-view .layui-table th {
|
|
|
- padding: 15px 0;
|
|
|
+ padding: 5px 0;
|
|
|
}
|
|
|
|
|
|
.layui-table, .layui-table-view {
|
|
@@ -173,19 +173,19 @@
|
|
|
}
|
|
|
.bg{
|
|
|
width: 100%;
|
|
|
- height: 500px;
|
|
|
+ height: 300px;
|
|
|
background: url(img/图层-19@2x.jpg) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.bg .b1{
|
|
|
- font-size: 1rem;
|
|
|
+ font-size: 16px;
|
|
|
font-family: Source Han Sans SC;
|
|
|
font-weight: 400;
|
|
|
color: #FEFEFE;
|
|
|
margin: 0 auto;
|
|
|
width: 80%;
|
|
|
- padding-top: 1rem;
|
|
|
+ padding-top: 16px;
|
|
|
}
|
|
|
.b1 a {
|
|
|
color: #FEFEFE;
|
|
@@ -206,8 +206,7 @@
|
|
|
width: 80%;
|
|
|
text-shadow: 1px 2px 8px #e4e4e4;
|
|
|
justify-content: space-between;
|
|
|
- margin: 5rem auto 0px;
|
|
|
- /* margin-top: 11rem; */
|
|
|
+ margin: 20px auto 0px;
|
|
|
}
|
|
|
.top-b2-img {
|
|
|
margin: 0 auto;
|
|
@@ -216,23 +215,23 @@
|
|
|
align-items: center;
|
|
|
}
|
|
|
.top-img{
|
|
|
- width: 75px;
|
|
|
- height: 79px;
|
|
|
+ width: 38px;
|
|
|
+ height: 38px;
|
|
|
content: url(img/logo-big.png);
|
|
|
|
|
|
}
|
|
|
|
|
|
.top-txt{
|
|
|
- font-size: 3rem;
|
|
|
+ font-size: 20px;
|
|
|
font-family: Source Han Sans SC;
|
|
|
font-weight: bold;
|
|
|
color: #FFFFFF;
|
|
|
- margin-left: 15px;
|
|
|
+ margin-left: 5px;
|
|
|
}
|
|
|
|
|
|
.bg .b3{
|
|
|
width: 80%;
|
|
|
- font-size: 3.3rem;
|
|
|
+ font-size: 26px;
|
|
|
font-family: Source Han Sans SC;
|
|
|
font-weight: bold;
|
|
|
color: #FFFFFF;
|
|
@@ -241,9 +240,6 @@
|
|
|
margin: 0 auto;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
- .top-txt {
|
|
|
- font-size: 2.5rem;
|
|
|
- }
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
@@ -414,11 +410,11 @@
|
|
|
elem: '#tableData'
|
|
|
, url: PATH + '/postManagement/queryAllImportmentByYear?year=2022'
|
|
|
, cols: [[ //标题栏
|
|
|
- {type: 'numbers', title: '序号', width: "5%", align: "center"}
|
|
|
- , {field: 'postTitle', title: '决策事项',width: "54%", templet: opra, align: "center"}
|
|
|
- , {field: 'deptName', title: '承办单位', width: "16%", align: "center"}
|
|
|
- , {field: 'releaseTime', title: '决策时间', width: "13%", templet: timeFormat, align: "center"}
|
|
|
- , {field: 'type', title: '决策状态', width: "13%", templet: typeFormat, align: "center"}
|
|
|
+ {type: 'numbers', title: '序号', width: "8%", align: "center"}
|
|
|
+ , {field: 'postTitle', title: '决策事项',width: "45%", templet: opra, align: "center"}
|
|
|
+ , {field: 'deptName', title: '承办单位', width: "20%", align: "center"}
|
|
|
+ , {field: 'releaseTime', title: '决策时间', width: "15%", templet: timeFormat, align: "center"}
|
|
|
+ , {field: 'type', title: '决策状态', width: "15%", templet: typeFormat, align: "center"}
|
|
|
]]
|
|
|
//,skin: 'line' //表格风格
|
|
|
, even: true
|
|
@@ -431,11 +427,11 @@
|
|
|
elem: '#tableData1'
|
|
|
, url: PATH + '/postManagement/queryAllImportmentByYear?year=2021'
|
|
|
, cols: [[ //标题栏
|
|
|
- {type: 'numbers', title: '序号', width: "5%", align: "center"}
|
|
|
- , {field: 'postTitle', title: '决策事项', width: "54%",templet: opra, align: "center"}
|
|
|
- , {field: 'deptName', title: '承办单位', width: "14%", align: "center"}
|
|
|
- , {field: 'releaseTime', title: '决策时间', width: "12%", templet: timeFormat, align: "center"}
|
|
|
- , {field: 'type', title: '决策状态', width: "12%", templet: typeFormat, align: "center"}
|
|
|
+ {type: 'numbers', title: '序号', width: "8%", align: "center"}
|
|
|
+ , {field: 'postTitle', title: '决策事项', width: "42%",templet: opra, align: "center"}
|
|
|
+ , {field: 'deptName', title: '承办单位', width: "20%", align: "center"}
|
|
|
+ , {field: 'releaseTime', title: '决策时间', width: "15%", templet: timeFormat, align: "center"}
|
|
|
+ , {field: 'type', title: '决策状态', width: "15%", templet: typeFormat, align: "center"}
|
|
|
]]
|
|
|
//,skin: 'line' //表格风格
|
|
|
, even: true
|