Browse Source

Signed-off-by: liuboyan <632697560@qq.com>
bug

liuboyan 4 years ago
parent
commit
b24dcdf6fb
5 changed files with 31 additions and 1 deletions
  1. 2 1
      pages.json
  2. 5 0
      pagesMain/addressForm.vue
  3. 8 0
      pagesMain/evaluateForm.vue
  4. 8 0
      pagesMain/messageForm.vue
  5. 8 0
      pagesMain/messageList.vue

+ 2 - 1
pages.json

@@ -129,7 +129,8 @@
 		}, {
 			"path": "addressForm",
 			"style": {
-				"navigationBarTitleText": "新增地址"
+				"navigationBarTitleText": "新增地址",
+				"backgroundColor": "#f7f7f7"
 			}
 		}, {
 			"path": "couponList",

+ 5 - 0
pagesMain/addressForm.vue

@@ -134,6 +134,11 @@
 	}
 </script>
 
+<style>
+	page {
+		background-color: #f7f7f7;
+	}
+</style>
 <style lang="less" scoped>
 	page {
 		width: 100%;

+ 8 - 0
pagesMain/evaluateForm.vue

@@ -162,6 +162,14 @@
 
 			.handle-custom {
 				background-color: #51A539;
+
+				/deep/button {
+					background-color: #56a83a;
+				}
+
+				/deep/.u-btn--success--disabled {
+					background-color: #74bd60 !important;
+				}
 			}
 		}
 	}

+ 8 - 0
pagesMain/messageForm.vue

@@ -131,6 +131,14 @@
 
 			.handle-custom {
 				background-color: #51A539;
+
+				/deep/button {
+					background-color: #56a83a;
+				}
+
+				/deep/.u-btn--success--disabled {
+					background-color: #74bd60 !important;
+				}
 			}
 		}
 	}

+ 8 - 0
pagesMain/messageList.vue

@@ -188,6 +188,14 @@
 
 			.handle-custom {
 				background-color: #51A539;
+
+				/deep/button {
+					background-color: #56a83a;
+				}
+
+				/deep/.u-btn--success--disabled {
+					background-color: #74bd60 !important;
+				}
 			}
 		}
 	}