Prechádzať zdrojové kódy

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

liuboyan 4 rokov pred
rodič
commit
b24dcdf6fb

+ 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;
+				}
 			}
 		}
 	}