@@ -129,7 +129,8 @@
}, {
"path": "addressForm",
"style": {
- "navigationBarTitleText": "新增地址"
+ "navigationBarTitleText": "新增地址",
+ "backgroundColor": "#f7f7f7"
}
"path": "couponList",
@@ -134,6 +134,11 @@
</script>
+<style>
+ page {
+ background-color: #f7f7f7;
+ }
+</style>
<style lang="less" scoped>
page {
width: 100%;
@@ -162,6 +162,14 @@
.handle-custom {
background-color: #51A539;
+
+ /deep/button {
+ background-color: #56a83a;
+ /deep/.u-btn--success--disabled {
+ background-color: #74bd60 !important;
@@ -131,6 +131,14 @@
@@ -188,6 +188,14 @@