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