0901
This commit is contained in:
parent
88be11099f
commit
adc73ae678
@ -68,7 +68,7 @@
|
||||
.street-img-name p{position:absolute;left:0;right:0;bottom:0;text-align:center;line-height:30px;color:#fff;font-size:14px;background:rgba(0,0,0,.6)}
|
||||
.base{padding:50px 0;background:url(../images/base-bg.png) no-repeat center;background-size:100% 100%}
|
||||
.base-content{width:1200px;margin:0 auto}
|
||||
.base-title{background:url(../images/news-line-r.png) no-repeat 220px center;background-size:82% 10px}
|
||||
.base-title{background:url(../images/news-line-r.png) no-repeat 220px center;background-size:75% 10px}
|
||||
.base-title a{float:right;font-size:14px;color:#b50100;line-height:40px}
|
||||
.base-news{margin-top:30px;overflow:hidden}
|
||||
.base-news-left{width:49.5%;float:left;border:5px solid #a90403;box-sizing:border-box}
|
||||
|
@ -65,7 +65,9 @@
|
||||
|
||||
<div class="page-container">
|
||||
<div class="page-right page-right-full" v-cloak>
|
||||
<div class="page-right-title">通知公告</div>
|
||||
<div class="page-right-title" v-if="page.articleTypeId == '3c0d1478-f75a-42a6-9bb5-7fa30d854b9b'">通知公告</div>
|
||||
<div class="page-right-title" v-if="page.articleTypeId == '256caf34-c00e-4524-8de6-3803c0a4dff7'">新闻资讯</div>
|
||||
<div class="page-right-title" v-if="page.articleTypeId == 'ccb93228-d911-4384-ad7d-26fda5182105'">基层风采</div>
|
||||
<div class="page-list" v-cloak>
|
||||
<ul v-cloak>
|
||||
<li v-for="news in newsList">
|
||||
@ -119,7 +121,7 @@
|
||||
el: '#app',
|
||||
data: {
|
||||
page: {
|
||||
rows: 1,
|
||||
rows: 10,
|
||||
page: 1,
|
||||
totalPage: 1,
|
||||
articleTypeId: '',
|
||||
|
@ -77,7 +77,7 @@
|
||||
<div class="news-tile-img">
|
||||
<img src="assets/web/images/news-icon.png" alt="">
|
||||
<div class="title-line"></div>
|
||||
<a href="javascript:void(0);">更多+</a>
|
||||
<a href="route/web/news-list.html?pageId=256caf34-c00e-4524-8de6-3803c0a4dff7">更多+</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news-slide">
|
||||
@ -176,7 +176,7 @@
|
||||
<div class="base-content">
|
||||
<div class="base-title">
|
||||
<img src="assets/web/images/base-logo.png" alt="">
|
||||
<!-- <a href="javascript:void(0);">更多+</a>-->
|
||||
<a href="route/web/news-list.html?pageId=ccb93228-d911-4384-ad7d-26fda5182105">更多+</a>
|
||||
</div>
|
||||
<div class="base-news">
|
||||
<div class="base-news-left">
|
||||
|
Loading…
Reference in New Issue
Block a user