fix:界面调整
This commit is contained in:
parent
ebcc3ff8c7
commit
ce6fa3ed78
|
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
.top {
|
||||
width: 100vw;
|
||||
height: 380rpx;
|
||||
height: 450rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="logo">
|
||||
<image class="img" src="/images/logo.png"/>
|
||||
<!-- <image class="img" src="/images/logo.png"/> -->
|
||||
<image class="img" src="https://city.sczysoft.com/dffile/resource/df/logo1.png"/>
|
||||
<view>
|
||||
做干部群众和党员队伍的
|
||||
<view>领头雁!</view>
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
<view catchtap="changeItem" data-item="{{item}}" data-index="{{index}}" class="tab-item" wx:for="{{tab}}" wx:key="{{item.label}}">
|
||||
<text class="lab">{{item.typeName}}</text>
|
||||
<text class="val">{{item.houseNum}}</text>
|
||||
<text class="flex">户</text>
|
||||
<text class="val">{{item.typeNum}}</text>
|
||||
<text class="flex">人</text>
|
||||
<image class="arrow" src="/images/home/icon_arrow.png" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user