Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
5ff529c8
Commit
5ff529c8
authored
Jan 06, 2020
by
任建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rj
parent
64144aca
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
9 deletions
+31
-9
igirl-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-web/app/front/vues/pages/policyquery/policyquery.css
+22
-2
igirl-web/app/front/vues/pages/policyquery/policyquery.html
+8
-7
igirl-web/app/front/vues/pages/policyquery/policyquery.js
+1
-0
No files found.
igirl-web/app/front/entry/public/css/pagecom.css
View file @
5ff529c8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-web/app/front/vues/pages/policyquery/policyquery.css
View file @
5ff529c8
...
@@ -603,10 +603,29 @@
...
@@ -603,10 +603,29 @@
.policyQuery-zhengce-btn
{
.policyQuery-zhengce-btn
{
width
:
98px
;
width
:
98px
;
height
:
27px
;
height
:
27px
;
background
:
#f60
;
position
:
absolute
;
position
:
absolute
;
border
:
1px
solid
#118EE9
;
background
:
#fff
;
top
:
20px
;
top
:
20px
;
right
:
30px
;
right
:
30px
;
border
:
none
;
color
:
#118EE9
;
cursor
:
pointer
;
}
.policylist-content-list
:hover
>
.policylist-conten-title
>
.policylist-baowei
{
color
:
#118EE9
!important
;
}
.policylist-content-list
:hover
>
.policyQuery-zhengce-btn
{
color
:
#fff
!important
;
background
:
#118EE9
;
}
.lijizixunBtn
{
width
:
98px
;
height
:
27px
;
position
:
absolute
;
border
:
1px
solid
#118EE9
;
background
:
#118ee9
;
top
:
200px
;
right
:
60px
;
color
:
#fff
;
color
:
#fff
;
cursor
:
pointer
;
}
}
\ No newline at end of file
igirl-web/app/front/vues/pages/policyquery/policyquery.html
View file @
5ff529c8
...
@@ -162,12 +162,12 @@
...
@@ -162,12 +162,12 @@
<!-- <div class="shuju">暂无数据</div> -->
<!-- <div class="shuju">暂无数据</div> -->
</div>
</div>
</div>
</div>
<div
v-else
class=
"policylist-content-list"
v-for=
"(i,k) in recommendationsArr"
style=
"position:relative;"
>
<div
v-else
class=
"policylist-content-list"
v-for=
"(i,k) in recommendationsArr"
style=
"position:relative;
cursor: pointer;"
@
click=
"articleDetails(i)
"
>
<div
class=
"policylist-conten-title"
@
click=
"articleDetails(i)"
>
<div
class=
"policylist-conten-title"
>
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==0"
>
<span
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==0"
>
<span
style=
"dispaly:line-block;color:#fff;background-color: #B2B2B2;"
>
申报已结束
</span></div>
style=
"dispaly:line-block;color:#fff;background-color: #B2B2B2;"
>
申报已结束
</span></div>
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==1"
>
<span
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==1"
>
<span
style=
"dispaly:line-block;color:#fff;background-color: #
FFA940
"
>
开放申报中
</span></div>
style=
"dispaly:line-block;color:#fff;background-color: #
3ec051
"
>
开放申报中
</span></div>
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==2"
>
<span
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==2"
>
<span
style=
"dispaly:line-block;color:#fff;background-color: #597EF7"
>
即将申报
</span></div>
style=
"dispaly:line-block;color:#fff;background-color: #597EF7"
>
即将申报
</span></div>
<div
class=
"policylist-baowei"
>
{{i.name}}
</div>
<div
class=
"policylist-baowei"
>
{{i.name}}
</div>
...
@@ -185,7 +185,7 @@
...
@@ -185,7 +185,7 @@
</span></p>
</span></p>
</div>
</div>
</div>
</div>
<button
v-if=
"i.app_status==1"
class=
"policyQuery-zhengce-btn"
@
click
=
"showDrawer()"
>
政策
咨询
</button>
<button
v-if=
"i.app_status==1"
class=
"policyQuery-zhengce-btn"
@
click
.
stop=
"showDrawer()"
>
立即
咨询
</button>
</div>
</div>
</div>
</div>
...
@@ -196,7 +196,7 @@
...
@@ -196,7 +196,7 @@
<div
v-else
></div>
<div
v-else
></div>
</div>
</div>
<div
class=
"policylist"
v-if=
"!detailPageType"
>
<div
class=
"policylist"
v-if=
"!detailPageType"
style=
"position:relative;"
>
<div
class=
"policylist-header1"
style=
"border:none;"
>
<div
class=
"policylist-header1"
style=
"border:none;"
>
<div
class=
"header-left"
>
当前位置:
<span
@
click=
"next"
>
区域政策 >
</span><span
style=
"color: #108EE9;"
>
政策详情
</span>
<div
class=
"header-left"
>
当前位置:
<span
@
click=
"next"
>
区域政策 >
</span><span
style=
"color: #108EE9;"
>
政策详情
</span>
</div>
</div>
...
@@ -209,6 +209,7 @@
...
@@ -209,6 +209,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<button
v-if=
"statusDetail==1"
class=
"lijizixunBtn"
@
click=
"showDrawer()"
>
立即咨询
</button>
<div
class=
"henxian"
></div>
<div
class=
"henxian"
></div>
<div
class=
"policylist-essay"
>
<div
class=
"policylist-essay"
>
<div
class=
"essay-title"
>
<div
class=
"essay-title"
>
...
@@ -259,8 +260,8 @@
...
@@ -259,8 +260,8 @@
</div>
</div>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<div
style=
"width:100%;text-align:center;font-family:Microsoft YaHei"
>
<div
style=
"width:100%;text-align:center;font-family:Microsoft YaHei
;margin-left:-20px;
"
>
<el-button
type=
"primary"
@
click=
"submitneed"
>
立即咨询
</el-button>
<el-button
type=
"primary"
@
click=
"submitneed"
>
提交
</el-button>
<el-button
@
click=
"dialogFormVisible=false"
>
取消
</el-button>
<el-button
@
click=
"dialogFormVisible=false"
>
取消
</el-button>
</div>
</div>
</el-form-item>
</el-form-item>
...
...
igirl-web/app/front/vues/pages/policyquery/policyquery.js
View file @
5ff529c8
...
@@ -713,6 +713,7 @@
...
@@ -713,6 +713,7 @@
});
});
},
},
articleDetails
(
obj
)
{
articleDetails
(
obj
)
{
this
.
statusDetail
=
obj
.
app_status
;
this
.
detailPageType
=
false
;
this
.
detailPageType
=
false
;
scrollTo
(
0
,
0
);
scrollTo
(
0
,
0
);
this
.
recommendationsObj
=
obj
;
this
.
recommendationsObj
=
obj
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment