diff --git a/components/base/m-navbar.vue b/components/base/m-navbar.vue index 3f17b4a..c44ac80 100644 --- a/components/base/m-navbar.vue +++ b/components/base/m-navbar.vue @@ -30,7 +30,7 @@ width: 100%; height: 90rpx; // background: linear-gradient(to right, #4899a6, #6fc6ad); - // background: black; + background: #fff; border-bottom: 1px solid #ccc; display: flex; justify-content: center; diff --git a/components/center/center.vue b/components/center/center.vue index a3e88d7..f430f68 100644 --- a/components/center/center.vue +++ b/components/center/center.vue @@ -179,7 +179,7 @@ - @@ -411,7 +411,7 @@ .title { font-size: 44rpx; - color: #afc638; + color: $uni-text-color; font-weight: bold; } @@ -426,14 +426,14 @@ .address-detail { .title { - color: #afc638; + color: $uni-text-color; margin-bottom: 20rpx; font-size: 28rpx; } textarea { - border: 1px solid #afc638; - color: #afc638; + border: 1px solid $uni-text-color; + color: $uni-text-color; border-radius: 25rpx; height: 150rpx; width: 100%; @@ -447,7 +447,8 @@ display: flex; align-items: center; justify-content: center; - background: #afc638; + background: $uni-bg-color-app; + color: $uni-text-color-inverse !important; height: 80rpx; margin: 20rpx auto; border-radius: 30rpx; diff --git a/pages/invitationList/invitationList.vue b/pages/invitationList/invitationList.vue index 17bf345..034fc35 100644 --- a/pages/invitationList/invitationList.vue +++ b/pages/invitationList/invitationList.vue @@ -69,32 +69,31 @@ .invitation-list { width: 750rpx; min-height: 100vh; - background-color: black; + // background-color: black; margin: 0 auto; background-size: 100%; background-repeat: no-repeat; - color: white; + color: $uni-text-color; .noFans{ height: 100vh; display: flex; align-items: center; justify-content: center; - color: #ffffff80; } .fan-list{ width: 96%; margin: 0rpx auto; padding-top: 20rpx; - border: 1px solid #ffffff80; + border: 1px solid #00000080; margin-top: 20rpx; .fan-item{ display: flex; justify-content: space-between; align-items: center; - border-bottom: 1px solid #ffffff80; + border-bottom: 1px solid #00000080; padding: 20rpx; box-sizing: border-box; diff --git a/pages/modifyUser/modifyUser.vue b/pages/modifyUser/modifyUser.vue index 3f02a45..17a9c05 100644 --- a/pages/modifyUser/modifyUser.vue +++ b/pages/modifyUser/modifyUser.vue @@ -100,7 +100,7 @@ .modify-user{ width: 750rpx; min-height: 100vh; - background-color: black; + // background-color: black; margin: 0 auto; background-size: 100%; background-repeat: no-repeat; @@ -127,12 +127,12 @@ } .title{ - color: #788a1c; + color: $uni-text-color; font-size: 28rpx; } input{ - color: #afc638; + color: $uni-text-color; text-indent: 1em; height: 60rpx; font-size: 28rpx; @@ -146,12 +146,13 @@ display: flex; align-items: center; justify-content: center; - background: #afc638; + background: $uni-bg-color-app; margin: 30rpx auto; border-radius: 20rpx; height: 80rpx; font-size: 40rpx; font-weight: bold; + color: $uni-text-color-inverse; } .tips{ diff --git a/pages/personalInfo/personalInfo.vue b/pages/personalInfo/personalInfo.vue index 969cd10..82d60b5 100644 --- a/pages/personalInfo/personalInfo.vue +++ b/pages/personalInfo/personalInfo.vue @@ -109,7 +109,7 @@ .personal-info { width: 750rpx; min-height: 100vh; - background-color: black; + // background-color: black; margin: 0 auto; // background-image: url('@/static/personalInfo/bg.png'); background-size: 100%; @@ -121,7 +121,7 @@ } .base-info , .edit-user-info-btns{ - border: 1px solid #ffffff80; + border: 1px solid #00000080; margin: 20rpx auto 30rpx auto; .base-info-item , .edit-item{ @@ -130,7 +130,7 @@ align-items: center; height: 100rpx; padding: 15rpx 10rpx; - border-bottom: 1px solid #ffffff80; + border-bottom: 1px solid #00000080; .title , .edit-descript{ color: #687527; @@ -152,7 +152,7 @@ .address-content { box-sizing: border-box; - border: 1px solid #ffffff80; + border: 1px solid #00000080; padding: 15rpx; .address-top { @@ -164,7 +164,7 @@ .title { font-size: 36rpx; - color: #afc638; + color: $uni-text-color; font-weight: bold; } @@ -179,7 +179,7 @@ .address-detail { .title { - color: #afc638; + color: $uni-text-color; margin-bottom: 10rpx; font-size: 28rpx; } diff --git a/pages/runningWater/runningWater.vue b/pages/runningWater/runningWater.vue index 19ffd51..513b7cf 100644 --- a/pages/runningWater/runningWater.vue +++ b/pages/runningWater/runningWater.vue @@ -69,7 +69,7 @@ .running-water { width: 750rpx; min-height: 100vh; - background-color: black; + // background-color: black; margin: 0 auto; background-size: 100%; background-repeat: no-repeat; @@ -92,7 +92,7 @@ box-sizing: border-box; padding: 15rpx; width: calc(50% - 15rpx); - border: 1px solid #ffffff80; + border: 1px solid #00000080; margin-bottom: 25rpx; image { @@ -101,7 +101,7 @@ } .descript { - color: #AEC43C; + // color: #AEC43C; font-size: 36rpx; } @@ -111,7 +111,7 @@ } .money-detail { - color: #3AA56B; + // color: #3AA56B; font-size: 36rpx; } } diff --git a/pages/signIn/signIn.vue b/pages/signIn/signIn.vue index e3a58d8..e56362b 100644 --- a/pages/signIn/signIn.vue +++ b/pages/signIn/signIn.vue @@ -227,30 +227,20 @@