|
@@ -116,8 +116,8 @@
|
|
|
<!-- 南岸动态 -->
|
|
|
<view class="tab-item {{naTab==0?'active':''}}" bindtap="clickNaTilteTab" data-item="0">
|
|
|
<view style="position: absolute;width: 0;height: 0;border-left: 10rpx solid transparent;border-right: 10rpx solid transparent;border-top: 10rpx solid #508FF4;bottom: -13rpx;" />
|
|
|
- <view style="height:50rpx;width:32rpx;display: flex;justify-content:center;align-items:center;">
|
|
|
- <image wx:if="{{ naTab==0 }}" style="width:32rpx;height:32rpx;" src="{{imgUrl}}na-title-1.png"></image>
|
|
|
+ <view style="height:26rpx;width:50rpx;display: flex;justify-content:center;align-items:center;">
|
|
|
+ <image wx:if="{{ naTab==0 }}" style="width:48rpx;height:48rpx;" src="{{imgUrl}}na-title-1.png"></image>
|
|
|
</view>
|
|
|
<view style="height:50rpx;padding-left:10rpx;">南岸动态</view>
|
|
|
</view>
|