瀏覽代碼

主题色

twt 1 年之前
父節點
當前提交
752a43729d
共有 4 個文件被更改,包括 8 次插入7 次删除
  1. 2 1
      ext.json
  2. 2 2
      pages.json
  3. 3 3
      pages/index/index.vue
  4. 1 1
      pages/user/user.vue

+ 2 - 1
ext.json

@@ -6,6 +6,7 @@
 		"shopId": "E37BB296-5A08-4534-859D-B351BA611AF9",
 		"url":"http://api.dms.66km.com.cn",
 		"unionId":"EEADACCD-8A19-499D-8AD7-6975D2C93243",
-		"appId":"wx33053a645546ec31"
+		"appId":"wx33053a645546ec31",
+		"themeColor":""
 	}
 }

+ 2 - 2
pages.json

@@ -29,8 +29,8 @@
 			"path": "pages/user/user",
 			"style": {
 				"navigationBarTitleText": "我的",
-				"navigationBarBackgroundColor": "#D53533",
-				"navigationBarTextStyle": "white",
+				/* "navigationBarBackgroundColor": "#D53533",
+				"navigationBarTextStyle": "white", */
 				"enablePullDownRefresh": true
 			}
 		}, {

+ 3 - 3
pages/index/index.vue

@@ -1148,7 +1148,7 @@
 		margin-left: 24rpx;
 	}
 	.indexTop{
-		background: #D53533;
+		/* background: #D53533; */
 		width: 750rpx;
 		position: fixed;
 		top: 0;
@@ -1228,12 +1228,12 @@
 	.topBox{
 		width: 750rpx;
 		height: 150rpx;
-		background: #D53533;
+		/* background: #D53533; */
 	}
 	.yuanhu{
 		width: 750rpx;
 		height: 50rpx;
-		background: #D53533;
+		/* background: #D53533; */
 		border-radius: 0 0 100% 100%;
 	}
 	.carinfoBox{

+ 1 - 1
pages/user/user.vue

@@ -1006,7 +1006,7 @@ padding-right: 10rpx;
 	.top {
 		height: 350rpx;
 		padding: 20rpx 24rpx 0;
-		background-color: #D53533;
+		/* background-color: #D53533; */
 		border-radius: 0 0 5% 5%;
 	}