Browse Source

样式修改

elis 2 years ago
parent
commit
8555e15da1

+ 3 - 2
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/myCenter/myCenter.wxss

@@ -1,13 +1,14 @@
 /* pages/myCenter/myCenter.wxss */
 page{
-	background: #F5F5F5;
+	background: #ffffff;
 }
 
 .bg {
 	background: #F5F5F5;
 	min-height: 100%;
-	height: 100%;
+	/* height: 100%; */
 	position: relative;
+	height: 1549rpx;
 }
 
 .head-bg {

+ 4 - 2
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/serve/serve.wxml

@@ -1,6 +1,7 @@
 <!--pages/serve/serve.wxml-->
 <!-- 头部 -->
-<scroll-view style="height: 1549rpx;" scroll-y="true">
+<view style="background-color: #EEEEEE;">
+	<scroll-view style="height: 1549rpx;" scroll-y="true">
 	<view class="header" style="background-image: url({{imgUrl}}bgfw.webp)">
 		<image src="{{imgUrl}}map-logo.png" class="logo"></image>
 		<view class="search" bindtap="gotoYkb" data-url="http://tysb.cqgxqzwzx.com:17070/appWB/#/home/500108/null/1/ykbApp">
@@ -160,4 +161,5 @@
 			<li style="background-image: url({{imgUrl}}bg-gou.png);">购</li>
 		</ul>
 	</view>
-</scroll-view>
+</scroll-view>
+</view>

+ 1 - 1
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/serve/serve.wxss

@@ -14,7 +14,7 @@ a{
     text-decoration: none;
 }
 page {
-    background: #F5F5F5;
+    background: #ffffff;
     height: 100%;
 }
 .header {