浏览代码

主题色

chenrui 4 年之前
父节点
当前提交
40a62be8fb
共有 5 个文件被更改,包括 9 次插入9 次删除
  1. 2 2
      pages.json
  2. 2 2
      pages/cleared/index.vue
  3. 1 1
      pages/index/index.vue
  4. 2 2
      pages/userCenter/changePwd.vue
  5. 2 2
      pages/userCenter/index.vue

+ 2 - 2
pages.json

@@ -28,7 +28,7 @@
 			"path": "pages/userCenter/index",
 			"style": {
 				"navigationBarTitleText": "个人中心",
-				"navigationBarBackgroundColor": "#2ab4e5",
+				"navigationBarBackgroundColor": "#ff0000",
 				"navigationBarTextStyle": "white"
 			}
 		},
@@ -58,7 +58,7 @@
 	},
 	"tabBar": {
 		"color": "#7A7E83",
-		"selectedColor": "#2ab4e5",
+		"selectedColor": "#ff0000",
 		"backgroundColor": "#ffffff",
 		"fontSize": "14px",
 		"list": [

+ 2 - 2
pages/cleared/index.vue

@@ -55,8 +55,8 @@
 				noDataText: '暂无数据',  //  列表请求状态提示语
 				status: 'loadmore',  //  加载中状态
 				customBtnStyle: {  //  撤销单据  自定义按钮样式
-					borderColor: '#2ab4e5',
-					backgroundColor: '#2ab4e5',
+					borderColor: '#ff0000',
+					backgroundColor: '#ff0000',
 					color: '#fff'
 				},
 				scrollTop: 0,  //  滚动条位置

+ 1 - 1
pages/index/index.vue

@@ -31,7 +31,7 @@
 		height: 100%;
 		background-color: rgba(0,0,0,.6);
 		.scan-con{
-			background-color: #fa3534;
+			background-color: #ff0000;
 			width: 260upx;
 			height: 260upx;
 			border-radius: 50%;

+ 2 - 2
pages/userCenter/changePwd.vue

@@ -42,8 +42,8 @@
 				},
 				loading: false,
 				customBtnStyle: {  //  自定义按钮样式
-					borderColor: '#2ab4e5',
-					backgroundColor: '#2ab4e5',
+					borderColor: '#ff0000',
+					backgroundColor: '#ff0000',
 					color: '#fff'
 				},
 			}

+ 2 - 2
pages/userCenter/index.vue

@@ -34,7 +34,7 @@
 				quitButton: {
 					borderRadius:'100rpx',
 					fontSize:'30rpx',
-					background: '#2ab4e5'
+					background: '#ff0000'
 				},
 				userInfoData: null,  //  用户信息
 				userAvatarUrl: ''  //  用户头像
@@ -108,7 +108,7 @@
 	.user-content{
 		width: 100%;
 		.user-head{
-			background: #2ab4e5;
+			background: #ff0000;
 			display: flex;
 			align-items: center;
 			padding: 35rpx 55rpx;