Parcourir la source

Merge branch 'master' of http://116.63.33.55/git/nazw

elis il y a 1 an
Parent
commit
f4f3313c55
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 2 2
      nnzwminiapp/pages/index/index.wxml
  2. 3 3
      nnzwminiapp/pages/index/index.wxss

+ 2 - 2
nnzwminiapp/pages/index/index.wxml

@@ -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>

+ 3 - 3
nnzwminiapp/pages/index/index.wxss

@@ -106,7 +106,7 @@ scroll-view ::-webkit-scrollbar {
 /* 百姓聚焦字体 */
 .people-font1 {
 	height: 59rpx;
-	font-size: 48rpx;
+	font-size: 38rpx;
 	font-family: DOUYU;
 	font-weight: normal;
 	color: #333333;
@@ -186,14 +186,14 @@ scroll-view ::-webkit-scrollbar {
 	line-height: 50rpx;
 	color: #333;
 	height: 50rpx;
-	width: 200rpx;
+	width: 280rpx;
 	display: flex;
 	justify-content: center;
 	flex-direction: row;
 }
 
 .tab-item.active {
-	font-size: 27rpx;
+	font-size: 38rpx;
 	font-family: DOUYU;
 	border-bottom: 7rpx solid #508FF4;
 	position: relative;