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
d15089a9
Commit
d15089a9
authored
Dec 02, 2019
by
haozhenhua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hzh
parent
cf711d41
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
105 additions
and
83 deletions
+105
-83
igirl-web/app/front/vues/pages/login/login.html
+1
-1
igirl-web/app/front/vues/pages/managementmeasures/managementmeasures.html
+15
-9
igirl-web/app/front/vues/pages/managementmeasures/managementmeasures.js
+88
-72
igirl-web/app/front/vues/pages/register/register.html
+1
-1
No files found.
igirl-web/app/front/vues/pages/login/login.html
View file @
d15089a9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
style=
"width:100%;margin: 0 auto;"
>
<div
style=
"width:100%;margin: 0 auto;"
>
<div
style=
"z-index:1;position:relative;background-color:#31373b"
>
<div
style=
"z-index:1;position:relative;background-color:#31373b"
>
<img
style=
"width:100%;height:auto"
:src=
"loginUrl"
/>
<img
style=
"width:100%;height:auto"
:src=
"loginUrl"
/>
<div
class=
"login-title"
>
<div
class=
"login-title"
v-if=
"companyinfo.company.siteTheme == \'policy\'"
>
<span
class=
"tong"
>
政企通
</span>
<span
class=
"tong"
>
政企通
</span>
<span
class=
"shujuzi"
>
政策大数据服务平台
</span>
<span
class=
"shujuzi"
>
政策大数据服务平台
</span>
</div>
</div>
...
...
igirl-web/app/front/vues/pages/managementmeasures/managementmeasures.html
View file @
d15089a9
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
<div
class=
"policylist-tile"
style=
"margin-top: 15px;"
>
<div
class=
"policylist-tile"
style=
"margin-top: 15px;"
>
<div
class=
"policyquery-items"
>
<div
class=
"policyquery-items"
>
<div
class=
"items_item"
:style=
"headerHeight1 ? \'height:45px\' : \'height:auto\'"
>
<div
class=
"items_item"
:style=
"headerHeight1 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"quanbu == item.title ? \'pitch\' : \'\'"
v-for=
"(item,index) in quanData1"
@
click=
"quanClick1(item)"
>
<div
:class=
"quanbu == item.title ? \'pitch\' : \'\'"
v-for=
"(item,index) in quanData1"
@
click=
"quanClick1(item)"
>
{{item.title}}
</div>
{{item.title}}
</div>
</div>
</div>
...
@@ -15,7 +16,8 @@
...
@@ -15,7 +16,8 @@
<div
class=
"policylist-content"
style=
"background: rgba(255,255,255,1);
<div
class=
"policylist-content"
style=
"background: rgba(255,255,255,1);
border-radius: 2px;
border-radius: 2px;
border: 1px solid rgba(225,225,225,1);width: 77%;"
>
border: 1px solid rgba(225,225,225,1);width: 77%;"
>
<div
class=
"brandfind-main-equal-form-box-null"
v-if=
"recommendationsArr.length==0"
style=
"height:500px;"
>
<div
class=
"brandfind-main-equal-form-box-null"
v-if=
"recommendationsArr.length==0"
style=
"height:500px;"
>
<!-- 没数据 -->
<!-- 没数据 -->
<div
class=
"shuju"
>
<div
class=
"shuju"
>
<img
src=
"/imgs/toubu.png"
alt=
""
>
<img
src=
"/imgs/toubu.png"
alt=
""
>
...
@@ -27,12 +29,14 @@
...
@@ -27,12 +29,14 @@
<div
class=
"shenbao2"
>
{{i.name}}
</div>
<div
class=
"shenbao2"
>
{{i.name}}
</div>
</div>
</div>
<div>
<div>
<div
class=
"policylist-conten-items"
><span>
{{i.source}}
</span>
<div
class=
"policylist-conten-items"
style=
"overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 80%;"
><span>
{{i.first_section}}
</span>
</div>
</div>
<div
class=
"policylistsitems"
><span>
<div
class=
"policylistsitems"
><span>
<p
style=
"float: right;
<p
style=
"float: right;
margin-top: -20px;"
><img
src=
"/imgs/riqi.png"
margin-top: -20px;"
><img
src=
"/imgs/riqi.png"
alt=
""
>
申报日期:{{i.begindate}}
alt=
""
>
申报日期:{{i.begindate}}
</span></p>
</span></p>
</div>
</div>
</div>
</div>
...
@@ -43,7 +47,9 @@
...
@@ -43,7 +47,9 @@
<div
class=
"shuju2"
style=
"margin-left: 19px;"
>
<div
class=
"shuju2"
style=
"margin-left: 19px;"
>
<el-carousel
:interval=
"5000"
arrow=
"never"
height=
"200px"
>
<el-carousel
:interval=
"5000"
arrow=
"never"
height=
"200px"
>
<el-carousel-item
v-for=
"item in loopplays"
style=
"height:100%;cursor: pointer;"
>
<el-carousel-item
v-for=
"item in loopplays"
style=
"height:100%;cursor: pointer;"
>
<div
class=
"el_gsb_img"
:style=
"\'background: url(\' + item.leftimg + \') center center no-repeat;\'"
@
click=
"payClick()"
></div>
<div
class=
"el_gsb_img"
:style=
"\'background: url(\' + item.leftimg + \') center center no-repeat;\'"
@
click=
"payClick()"
></div>
</el-carousel-item>
</el-carousel-item>
</el-carousel>
</el-carousel>
</div>
</div>
...
@@ -80,7 +86,7 @@
...
@@ -80,7 +86,7 @@
<div
class=
"essay-title"
>
<div
class=
"essay-title"
>
<div
class=
"essay-title-name"
>
{{recommendationsObj.name}}
</div>
<div
class=
"essay-title-name"
>
{{recommendationsObj.name}}
</div>
<div
class=
"essay-title-list"
>
<div
class=
"essay-title-list"
>
<span>
发布部门:{{recommendationsObj.source}}
</span><span>
阅读量:{{recommendationsObj.
count}}
</span><span>
申报日期:{{recommendationsObj.begindate}}
</span>
<span>
阅读量:{{
count}}
</span><span>
申报日期:{{recommendationsObj.begindate}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"essay-content"
v-html=
"recommendationsObj.policytext"
></div>
<div
class=
"essay-content"
v-html=
"recommendationsObj.policytext"
></div>
...
@@ -99,4 +105,4 @@
...
@@ -99,4 +105,4 @@
<img src="/imgs/gsb.png" alt=""> 扫一扫,关注iBOSS微信服务号,随时随地了解行业政策最新资讯
<img src="/imgs/gsb.png" alt=""> 扫一扫,关注iBOSS微信服务号,随时随地了解行业政策最新资讯
</div> -->
</div> -->
</div>
</div>
</div>
</div>
\ No newline at end of file
\ No newline at end of file
igirl-web/app/front/vues/pages/managementmeasures/managementmeasures.js
View file @
d15089a9
This diff is collapsed.
Click to expand it.
igirl-web/app/front/vues/pages/register/register.html
View file @
d15089a9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
style=
"width:100%;margin: 0 auto;"
>
<div
style=
"width:100%;margin: 0 auto;"
>
<div
style=
"z-index:1;position:relative;background-color:#31373b"
>
<div
style=
"z-index:1;position:relative;background-color:#31373b"
>
<img
style=
"width:100%;height:auto"
:src=
"loginUrl"
/>
<img
style=
"width:100%;height:auto"
:src=
"loginUrl"
/>
<div
class=
"login-title"
>
<div
class=
"login-title"
v-if=
"companyinfo.company.siteTheme == \'policy\'"
>
<span
class=
"tong"
>
政企通
</span>
<span
class=
"tong"
>
政企通
</span>
<span
class=
"shujuzi"
>
政策大数据服务平台
</span>
<span
class=
"shujuzi"
>
政策大数据服务平台
</span>
</div>
</div>
...
...
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