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