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
995f8f3b
Commit
995f8f3b
authored
Dec 30, 2019
by
huangjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hj
parent
8ec9f66c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
16 deletions
+25
-16
igirl-web/app/front/vues/pages/declare/declare.html
+12
-7
igirl-web/app/front/vues/pages/projectpublicity/projectpublicity.html
+13
-9
No files found.
igirl-web/app/front/vues/pages/declare/declare.html
View file @
995f8f3b
...
...
@@ -3,7 +3,8 @@
<div
class=
"policylist-tile"
style=
"margin-top: 15px;"
>
<div
class=
"policyquery-items"
>
<div
class=
"items_item"
:style=
"headerHeight1 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"quanbu == item.title ? \'pitch\' : \'\'"
v-for=
"item in quanData1"
@
click=
"quanClick1(item)"
>
<div
:class=
"quanbu == item.title ? \'pitch\' : \'\'"
v-for=
"item in quanData1"
@
click=
"quanClick1(item)"
>
{{item.title}}
</div>
</div>
...
...
@@ -134,15 +135,17 @@
</div>
</div>
</div>
<div
class=
"policylist-headerbut"
@
click=
"headerHeight = !headerHeight"
><span
v-if=
"headerHeight"
>
更多
</span><span
v-else
>
收起
</span></div>
<div
class=
"policylist-headerbut"
@
click=
"headerHeight = !headerHeight"
><span
v-if=
"headerHeight"
>
更多
<img
src=
"/imgs/policy/xiajiantou.png"
></span><span
v-else
>
收起
<img
src=
"/imgs/policy/shangjiantou.png"
></span></div>
<div
style=
"display: flex;"
>
<div
class=
"policylist-content"
style=
"background: rgba(255,255,255,1);
border-radius: 2px;
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"
>
<img
src=
"/imgs/toubu.png"
alt=
""
>
...
...
@@ -179,7 +182,9 @@
<div
class=
"shuju2"
style=
"margin-left: 19px;"
>
<el-carousel
:interval=
"5000"
arrow=
"never"
height=
"200px"
>
<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>
</div>
...
...
@@ -235,4 +240,4 @@
<img src="/imgs/gsb.png" alt=""> 扫一扫,关注iBOSS微信服务号,随时随地了解行业政策最新资讯
</div> -->
</div>
</div>
\ No newline at end of file
</div>
\ No newline at end of file
igirl-web/app/front/vues/pages/projectpublicity/projectpublicity.html
View file @
995f8f3b
...
...
@@ -3,7 +3,8 @@
<div
class=
"policylist-tile"
style=
"margin-top: 15px;"
>
<div
class=
"policyquery-items"
>
<div
class=
"items_item"
:style=
"headerHeight1 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"quanbu == item.title ? \'pitch\' : \'\'"
v-for=
"item in quanData1"
@
click=
"quanClick1(item)"
>
<div
:class=
"quanbu == item.title ? \'pitch\' : \'\'"
v-for=
"item in quanData1"
@
click=
"quanClick1(item)"
>
{{item.title}}
</div>
</div>
...
...
@@ -134,15 +135,17 @@
</div>
</div>
</div>
<div
class=
"policylist-headerbut"
@
click=
"headerHeight = !headerHeight"
><span
v-if=
"headerHeight"
>
更多
</span><span
v-else
>
收起
</span></div>
<div
class=
"policylist-headerbut"
@
click=
"headerHeight = !headerHeight"
><span
v-if=
"headerHeight"
>
更多
<img
src=
"/imgs/policy/xiajiantou.png"
></span><span
v-else
>
收起
<img
src=
"/imgs/policy/shangjiantou.png"
></span></div>
<div
style=
"display: flex;"
>
<div
class=
"policylist-content"
style=
"background: rgba(255,255,255,1);
border-radius: 2px;
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"
>
<img
src=
"/imgs/toubu.png"
alt=
""
>
...
...
@@ -157,8 +160,7 @@
<div>
<div
class=
"policylist-conten-items"
><span><img
src=
"/imgs/tuandui.png"
alt=
""
>
{{i.source}}
</span><span>
<p
style=
"float:right"
><img
src=
"/imgs/riqi.png"
alt=
""
>
发布日期:{{i.begindate}}
<p
style=
"float:right"
><img
src=
"/imgs/riqi.png"
alt=
""
>
发布日期:{{i.begindate}}
</span></p>
</div>
<div
class=
"policylistsitems"
><span><img
src=
"/imgs/zehngfu.png"
...
...
@@ -174,7 +176,9 @@
<div
class=
"shuju2"
style=
"margin-left: 19px;"
>
<el-carousel
:interval=
"5000"
arrow=
"never"
height=
"200px"
>
<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>
</div>
...
...
@@ -230,4 +234,4 @@
<img src="/imgs/gsb.png" alt=""> 扫一扫,关注iBOSS微信服务号,随时随地了解行业政策最新资讯
</div> -->
</div>
</div>
\ No newline at end of file
</div>
\ No newline at end of file
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