From 53fbd2ab76153ad37549caa595191f610ac98507 Mon Sep 17 00:00:00 2001 From: longjieli <1060695654@qq.com> Date: Sun, 18 Aug 2024 17:48:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/review/review.vue | 37 +++---------------------------------- pages/personalInfo/personalInfo.vue | 4 ++-- 2 files changed, 5 insertions(+), 36 deletions(-) diff --git a/components/review/review.vue b/components/review/review.vue index 0dd0886..2be5973 100644 --- a/components/review/review.vue +++ b/components/review/review.vue @@ -11,7 +11,7 @@ @@ -41,37 +41,6 @@ en : 'answerEnglish', es : "answerSpanish" }, - // "A" : "This app has been with me since lstarted hiah school and continued unti!had my child, You deserve to have it.", - // "B" : "Very easy to use,l have recommendedt to my familly and friends.", - // "C" : "This APp is very suitable for beginnerso choose.", - // "D" : "This APP interface is very good.", - // "E" : "Not bad, but not good either, barelyworth usina." - // optionList: [{ - // letter: 'A.', - // mark: 5, - // content: this.$t('page.review.A') - // }, - // { - // letter: 'B.', - // mark: 4, - // content: this.$t('page.review.B') - // }, - // { - // letter: 'C.', - // mark: 3, - // content: this.$t('page.review.C') - // }, - // { - // letter: 'D.', - // mark: 2, - // content: this.$t('page.review.D') - // }, - // { - // letter: 'E.', - // mark: 1, - // content: this.$t('page.review.E') - // } - // ], evaluateList : [] } }, @@ -156,9 +125,9 @@ background-color: #00000099; .review-main { - background: black; + background: $uni-bg-color; width: 600rpx; - color: white; + color: $uni-bg-color-app; border-radius: 10rpx; padding: 15rpx; border: 1px solid #ccc; diff --git a/pages/personalInfo/personalInfo.vue b/pages/personalInfo/personalInfo.vue index 82d60b5..97abe86 100644 --- a/pages/personalInfo/personalInfo.vue +++ b/pages/personalInfo/personalInfo.vue @@ -133,7 +133,7 @@ border-bottom: 1px solid #00000080; .title , .edit-descript{ - color: #687527; + color: $uni-bg-color-app; font-size: 28rpx; } @@ -143,7 +143,7 @@ } .name{ - color: white; + color: $uni-bg-color-app; font-size: 28rpx; } }