修改我的小区页面布局样式
This commit is contained in:
parent
55590b29e3
commit
76334aed9b
@ -1,6 +1,7 @@
|
||||
page {
|
||||
background-color: #ffffff;
|
||||
padding: 0;
|
||||
padding-bottom: 120rpx;
|
||||
}
|
||||
|
||||
.empty {
|
||||
@ -244,7 +245,7 @@ image {
|
||||
}
|
||||
|
||||
.newsList {
|
||||
margin-bottom: 100rpx;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.newsItem {
|
||||
@ -288,7 +289,7 @@ image {
|
||||
color: #999999;
|
||||
text-align: center;
|
||||
background-color: #f6f6fa;
|
||||
padding: 40rpx;
|
||||
/* padding: 40rpx; */
|
||||
}
|
||||
|
||||
.bigAds {
|
||||
|
||||
@ -89,7 +89,7 @@
|
||||
<image :src="item.ad_picture" mode="aspectFill" />
|
||||
</view>
|
||||
|
||||
<view class="tabs">
|
||||
<view class="tabs" v-if="categoryList.length > 0">
|
||||
<view v-for="(item, index) in categoryList" :key="index"
|
||||
:class="['tabItem', selectedTab === index ? 'active2' : '']" @click="selectTab(index, item)">
|
||||
{{ item.category_name }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user