浏览代码

地图服务名称改成便民地图 + 百姓聚焦去掉,便民地图顶替

zxy 1 年之前
父节点
当前提交
070dcf1171
共有 2 个文件被更改,包括 47 次插入47 次删除
  1. 45 45
      nnzwminiapp/pages/index/index.wxml
  2. 2 2
      nnzwminiapp/pages/index/index.wxss

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

@@ -12,9 +12,9 @@
 		</view>
 
 		<!-- 内容1 -->
-		<view class="content-search" style="height:568rpx;width:100%;background-color:#F5F5F5;position:relative">
+		<view class="content-search" style="height:750rpx;width:100%;background-color:#F5F5F5;position:relative">
 			<!-- 内容top -->
-			<view class="content-search-tab" style="height: 588rpx;">
+			<view class="content-search-tab" style="height: 760rpx;">
 				<!-- 搜索 -->
 				<!-- <view style="width:650rpx;height:60rpx">
 				<view class="search-view">
@@ -42,12 +42,52 @@
 						<view>{{ item.name }}</view>
 					</view>
 				</view>
+                <!-- 便民地图 -->
+                <view style="width: 100%;position:relative;margin-top: 30rpx;">
+                    <view style="border-radius: 20rpx;background-color: #ffffff;width: 651rpx;height: 100%;">
+                        <!-- 标题 -->
+                        <view style="  display: flex;justify-content: left;align-items: center;height: 60rpx;">
+                            <view style="display:flex;align-items:center;justify-content:center;">
+                                <image src="{{imgUrl}}index-map-title.png" style="height: 50rpx;width: 56rpx"></image>
+                            </view>
+                            <view class="data-center-title-font">便民地图</view>
+                        </view>
+                        <!-- 标题 -->
+                        <!-- 内容 -->
+                        <view>
+                            <!-- header -->
+                            <view style="position:relative;height: 129rpx" bindtap="gotoDTSS">
+                                <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
+                                    <image src="{{ imgUrl }}index-map-header.png" style="height: 129rpx;width:650rpx"></image>
+                                </view>
+                                <!-- 入口 -->
+                                <view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
+                                    <view class="center-analysis-enter-font">地图搜索</view>
+                                    <view class="center-analysis-enter-button">
+                                        <view style="background: linear-gradient(90deg, #0163EA 0%, #00BEFA 100%);" class="center-analysis-enter-button-item">
+                                            进入 ></view>
+                                    </view>
+                                </view>
+                            </view>
+                            <!-- header -->
+                            <!-- content -->
+                            <view style="margin-top:28rpx;width: 100%;height: 136rpx;display:flex;flex-wrap: wrap;justify-content: space-between;">
+                                <!-- 按钮 -->
+                                <view bindtap="gotoDTSS" data-item="{{ item.name }}" wx:for="{{ mapServiceData }}" wx:for-item="item" wx:for-index="index" wx:key="index" style="height: 50rpx;width: 139rpx;background-color: #EEF5FF;display:flex;align-items:center;justify-content:center;font-size:24rpx;color: #333333;letter-spacing: 2rpx;border-radius: 10rpx;">
+                                    {{item.name}}
+                                </view>
+                            </view>
+                        </view>
+                        <!-- 内容 -->
+                    </view>
+                </view>
+                <!-- 便民地图 -->
 				<!-- 百姓聚焦 -->
-				<view class="content-people" style="margin-top: 15rpx">
+				<!-- <view class="content-people" style="margin-top: 15rpx">
 					<view class="people-title">
 						<image src="{{imgUrl}}people-title.png" style="height: 59rpx;width: 59rpx;"></image>
 						<view class="people-font1">百姓聚焦</view>
-						<!-- <view class="people-font2">每日更新</view> -->
+						 <view class="people-font2">每日更新</view> 
 					</view>
 					<view class="people-content">
 						<view wx:for="{{ peopleService }}" wx:for-item="item" wx:for-index="index" wx:key="index" data-id="{{item.id}}" bindtap="clickFocus" class="people-content-item {{ item.top?'top':'' }}">
@@ -55,7 +95,7 @@
 							<view>{{ item.name }}</view>
 						</view>
 					</view>
-				</view>
+				</view> -->
 				<!-- 百姓聚焦 -->
 			</view>
 			<!-- 内容top -->
@@ -474,46 +514,6 @@
 		</view>
 		<!-- 南岸报 -->
 
-		<!-- 地图服务 -->
-		<view style="width: 100%;position:relative;margin-top: 30rpx;">
-			<view style="margin-left: 20rpx;border-radius: 20rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
-				<!-- 标题 -->
-				<view style="  display: flex;justify-content: left;align-items: center;height: 60rpx;">
-					<view style="display:flex;align-items:center;justify-content:center;">
-						<image src="{{imgUrl}}index-map-title.png" style="height: 50rpx;width: 56rpx"></image>
-					</view>
-					<view class="data-center-title-font">地图服务</view>
-				</view>
-				<!-- 标题 -->
-				<!-- 内容 -->
-				<view>
-					<!-- header -->
-					<view style="position:relative;height: 129rpx" bindtap="gotoDTSS">
-						<view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
-							<image src="{{ imgUrl }}index-map-header.png" style="height: 129rpx;width:650rpx"></image>
-						</view>
-						<!-- 入口 -->
-						<view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
-							<view class="center-analysis-enter-font">地图搜索</view>
-							<view class="center-analysis-enter-button">
-								<view style="background: linear-gradient(90deg, #0163EA 0%, #00BEFA 100%);" class="center-analysis-enter-button-item">
-									进入 ></view>
-							</view>
-						</view>
-					</view>
-					<!-- header -->
-					<!-- content -->
-					<view style="margin-top:28rpx;width: 100%;height: 136rpx;display:flex;flex-wrap: wrap;justify-content: space-between;">
-						<!-- 按钮 -->
-						<view bindtap="gotoDTSS" data-item="{{ item.name }}" wx:for="{{ mapServiceData }}" wx:for-item="item" wx:for-index="index" wx:key="index" style="height: 50rpx;width: 139rpx;background-color: #EEF5FF;display:flex;align-items:center;justify-content:center;font-size:24rpx;color: #333333;letter-spacing: 2rpx;border-radius: 10rpx;">
-							{{item.name}}
-						</view>
-					</view>
-				</view>
-				<!-- 内容 -->
-			</view>
-		</view>
-		<!-- 地图服务 -->
 		<!-- 印象南岸 -->
 		<view style="height: 270rpx;width: 100%;position:relative;margin-top: 30rpx;">
 			<view style="margin-left: 20rpx;border-radius: 20rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">

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

@@ -193,7 +193,7 @@ scroll-view ::-webkit-scrollbar {
 }
 
 .tab-item.active {
-	font-size: 38rpx;
+	font-size: 36rpx;
 	font-family: DOUYU;
 	border-bottom: 7rpx solid #508FF4;
 	position: relative;
@@ -312,7 +312,7 @@ scroll-view ::-webkit-scrollbar {
 	font-family: DOUYU;
 	margin-left: 5rpx;
 	height: 100%;
-	font-size: 38rpx;
+	font-size: 36rpx;
 	display: flex;
 	align-items: flex-end;
 	justify-content: center;