Commit d1aa10ce by haozhenhua

hzh

parent 628e4027
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -166,7 +166,7 @@ function addCSS(csspath) {
$("#adminbtn").css("display", "display");
$("#loginbtn").css("color", "white");
$("#appname").css("color", "white");
$("#footer").show();
// $("#footer").show();
}
function headnotransparent(){
$(".spechorizotal .nav_color").css("color", "black");
......
......@@ -30,6 +30,7 @@
}
},
mounted:function(){
$("#footer").hide();
this.$root.rsData = [
{
label: '首页',
......
......@@ -12,6 +12,7 @@
/* height: 100px; */
width: 100%;
display:flex;display:-webkit-flex;align-items:stretch;
max-height: 64px
}
.policyquery-items > .items_left {
width: 97px;
......@@ -67,7 +68,7 @@
color:rgba(72,72,72,1);
line-height:14px;
width:100%;
height:22px;
height:42px;
line-height: 22px;
border-top: 0px;
margin-bottom: 10px;
......@@ -168,6 +169,19 @@
background: #fff;
border: 1px solid rgba(234,237,244,1);
}
.policylist-header1{
width: 100%;
overflow: hidden;
box-sizing: border-box;
margin-top: 20px;
border: 1px solid rgba(234,237,244,1);
}
.henxian{
border-top: 1px solid rgb(225, 225, 225);
width: 90%;
margin: 0 auto;
background: #fff;
}
.policylist-tile {
width: 100%;
......@@ -309,7 +323,8 @@
height:118px;
background:rgba(255,255,255,1);
border-radius:1px;
border:1px solid rgba(247,247,248,1);
border: 1px solid rgba(225,225,225,1);
border-bottom: none;
overflow: hidden;
padding: 20px;
box-sizing: border-box;
......@@ -388,6 +403,7 @@
width: 100%;
padding: 20px 30px;
box-sizing: border-box;
border-bottom: 1px solid rgba(225,225,225,1);
}
.policylist-conten-title {
font-size:18px;
......@@ -439,6 +455,12 @@
}
.zuo{
float: right;
margin-top: -10px;
}
.shuju{
position: absolute;
left: 30%;
top: 60%;
}
.policylist-pagination {
......@@ -482,7 +504,10 @@
display: inline-block;
}
.policylist-essay {
width: 100%;
background: rgba(255,255,255,1);
border-radius: 2px;
border: 1px solid rgba(225,225,225,1);
border-top: none;
}
.essay-title {
width: 100%;
......@@ -513,12 +538,13 @@
margin-right: 38px;
}
.essay-content {
width: 100%;
font-size:14px;
font-family:PingFangSC-Regular,PingFangSC;
font-weight:400;
color:rgba(85,85,85,1);
width: 95%;
font-size: 14px;
font-family: PingFangSC-Regular,PingFangSC;
font-weight: 400;
color: rgba(85,85,85,1);
line-height: 42px;
margin: 0 auto;
}
.policylist-buttons {
width: 100%;
......
......@@ -43,9 +43,8 @@
input7:'',
input8:'',
input9:'',
quanbu:'全部(1369)',
quanbu:'',
quanData1:[
'全部(1369)',
'申报通知(386)',
'立项公示(134)',
'管理办法(103)',
......@@ -407,7 +406,7 @@
axios.post('http://43.247.184.92:8019/gsb/api/zc',{
"zctext": this.zctext,
"currentpage": size || 1,
"pagesize":10,
"pagesize":15,
"cityname": this.input1,
"policygrade": this.input2,
"policydepartment": this.input3,
......@@ -423,6 +422,7 @@
var data = d.data.data;
this.recommendationsArr = data;
this.total = d.data.total;
this.tableData1 = d.data.cityname_list;
console.log(this.recommendationsArr,12312312321);
})
},
......@@ -460,6 +460,7 @@
}
},
mounted: function() {
$("#footer").show();
/*for (let i = 0; i < this.portrayalArr.length; i++) {
this.portrayalArr[i].col = this.rgb();
};*/
......
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