Browse Source

修改顶部样式

306132416@qq.com 4 years ago
parent
commit
322969e121
2 changed files with 4 additions and 3 deletions
  1. 2 2
      components/top-title/top-title.vue
  2. 2 1
      pages.json

+ 2 - 2
components/top-title/top-title.vue

@@ -41,9 +41,9 @@ export default {
 	line-height: 90rpx;
 }
 .scroll-style {
-	background: #02A7F0;
+	background: #4AA5E4;
 	top: 0;
-	height: 135rpx;
+	height: 145rpx;
 	line-height: 160rpx;
 }
 </style>

+ 2 - 1
pages.json

@@ -3,7 +3,8 @@
 			"path": "pages/index/index",
 			"style": {
 				"navigationBarTitleText": "空i企",
-				"navigationStyle": "custom"
+				"navigationStyle": "custom",
+				"navigationBarTextStyle": "white"
 			}
 		},
 		{