瀏覽代碼

我的页修改

elis 1 年之前
父節點
當前提交
b1dacbfe70

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

@@ -213,7 +213,7 @@
     <!-- 视频推荐 -->
 		<view class="three" style="height:163rpx;width:100%;padding-left:15rpx;background-color: #F5F5F5; margin-top: 10rpx;">
 			
-			<image src="{{imgUrl}}index-video-recommend.png" style="height:163rpx;width:720rpx" bindtap="gotoSZRBB"></image> 
+			<image src="{{imgUrl}}index-video-recommend.png" style="height:180rpx;width:720rpx" bindtap="gotoSZRBB"></image> 
 		</view>
     <!-- <view class="content-service" style="margin-left: 20rpx;margin-right: 20rpx;">
 					<view bindtap="clickService1" data-item="{{index}}" wx:for="{{ serviceItems3 }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="content-service-item2">

+ 1 - 1
nnzwminiapp/pages/map/map.wxml

@@ -73,7 +73,7 @@
   
 </view>
 
-<view class="popup-box" wx:if="{{showIndex}}" bindtap="closePopup"></view>
+<view class="popup-box show" wx:if="{{showIndex}}" bindtap="closePopup"></view>
 <view class="info-bottom" wx:if="{{showIndex}}">
   <view class="title">点位信息</view>
   <view class="row-info">

+ 9 - 1
nnzwminiapp/pages/map/map.wxss

@@ -1227,12 +1227,20 @@ a {
 }
 
 .popup-box {
-  position: absolute;
+  position: fixed;
   z-index: 2000;
   top: 0;
+  bottom: 0;
   background-color: rgba(0, 0, 0, 0.5);
   width: 100%;
   height: 100%;
+  opacity: 0;
+  visibility: hidden;
+  transition: opacity .5s;
+}
+.popup-box.show {
+  opacity: 1;
+  visibility: visible;
 }
 
 .info-bottom {

+ 53 - 3
nnzwminiapp/pages/myCenter/myCenter.wxml

@@ -35,9 +35,59 @@
             </view>
         </view>
     </view>
-	<view class="life box"></view>
-	<view class="yvb box"></view>
-	<view class="mysever box"></view>
+	<view class="mysever box">
+		<view class="box-item">
+			<image class="icon" src="{{imgUrl}}/mytopzzd.png" />
+			<view  class="text">南岸早知道</view>
+		</view>
+		<view class="box-item">
+			<image class="icon" src="{{imgUrl}}/mytopwd.png"/>
+			<view  class="text">智能问答</view>
+		</view>
+		<view class="box-item">
+			<image class="icon" src="{{imgUrl}}/mytopkf.png" />
+			<view  class="text">掌上客服</view>
+		</view>
+		<view class="box-item">
+			<image class="icon" src="{{imgUrl}}/mytopmore.png" />
+			<view  class="text">更多</view>
+		</view>
+	</view>
+	<view class="life box">
+		<view class="titlebox">
+			<view class="line"></view>
+			<view  class="title">服务工具</view>
+		</view>
+		<view class="lifeitem">
+			<view class="box-item">
+				<image class="icon" src="{{imgUrl}}/myshjf.png" />
+				<view  class="text">生活缴费</view>
+			</view>
+			<view class="box-item">
+				<image class="icon" src="{{imgUrl}}/mysbfw.png" />
+				<view  class="text">社保服务</view>
+			</view>
+			<view class="box-item">
+				<image class="icon" src="{{imgUrl}}/mygjj.png" />
+				<view  class="text">公积金</view>
+			</view>
+			<view class="box-item">
+				<image class="icon" src="{{imgUrl}}/myddzz.png" />
+				<view  class="text">电子证照</view>
+			</view>
+		</view>
+		<view class="lifeitem">
+			<view class="box-item">
+				<image class="icon" src="{{imgUrl}}/myswfw.png" />
+				<view  class="text">税务服务</view>
+			</view>
+			<view class="box-item">
+				<image class="icon" src="{{imgUrl}}/mymore.png" />
+				<view  class="text">更多</view>
+			</view>
+		</view>
+	</view>
+	
     <!-- <view class="list cont-width">
 		<view class="list-nav">
 			<view bindtap="toPersonalData" class="list-item">

+ 66 - 0
nnzwminiapp/pages/myCenter/myCenter.wxss

@@ -167,4 +167,70 @@ button::after {
 .foot-nav img {
 	width: 1.1875rem;
 	height: 1.1875rem;
+}
+.mysever{
+	position: relative;
+	min-height: 180rpx;
+	
+}
+.life{
+	min-height: 400rpx;
+	padding-top: 10rpx;
+}
+.box{
+	width: 92%;
+	background: #fff;
+	margin:  0 auto;
+	margin-top: 40rpx;
+	border-radius: 20rpx;
+	box-shadow: #cfcfcf 2rpx 4rpx 10rpx;
+}
+
+.box-item{
+	width: 23%;
+	height: 150rpx;
+	float: left;
+	/* background: #727272; */
+	margin: 0 1% 0 1%;
+}
+.box-item .icon{
+	display: block;
+	width: 60rpx;
+	height: 60rpx;
+	margin: 27rpx auto 0;
+	
+}
+.box-item .text{
+	width: 100%;
+	height: 60rpx;
+	text-align: center;
+	line-height: 60rpx;
+	font-size: 28rpx;
+	color: #666;
+}
+.titlebox{
+	width: 80%;
+	height: 80rpx;
+	/* background: #333; */
+	
+}
+.titlebox .line{
+	width: 10rpx;
+	height: 45rpx;
+	background: #298ff5;
+	border-radius: 6rpx;
+	float: left;
+	margin-top: 20rpx;
+}
+.titlebox .title{
+	height: 80rpx;
+	line-height: 80rpx;
+	margin-left: 10rpx;
+	float: left;
+	font-size: 35rpx;
+	font-weight: bold;
+}
+
+.lifeitem{
+	height: 150rpx;
 }