Browse Source

修改样式

master
longjieli 9 months ago
parent
commit
53fbd2ab76
2 changed files with 5 additions and 36 deletions
  1. +3
    -34
      components/review/review.vue
  2. +2
    -2
      pages/personalInfo/personalInfo.vue

+ 3
- 34
components/review/review.vue View File

@ -11,7 +11,7 @@
<view class="option-top">
<view class="option-top-left">
<u-radio :customStyle="{marginBottom: '8px'}"
activeColor="#aec438" :label="item.optionValue"
activeColor="#000" :label="item.optionValue"
:name="item.optionValue" />
</view>
<view class="option-top-right">
@ -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;


+ 2
- 2
pages/personalInfo/personalInfo.vue View File

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


Loading…
Cancel
Save