diff --git a/src/components/EditOption.vue b/src/components/EditOption.vue index a0c2772..375e554 100644 --- a/src/components/EditOption.vue +++ b/src/components/EditOption.vue @@ -184,7 +184,7 @@ onMounted(async () => { diff --git a/src/pages/list.vue b/src/pages/list.vue index 0ffe3b6..622f14e 100644 --- a/src/pages/list.vue +++ b/src/pages/list.vue @@ -1,28 +1,58 @@ @@ -201,20 +153,6 @@ const onSelectOption = (itemIndex, value) => { width: 5vw; margin-right: 3vw; } -.selector { - padding: 10px; - background-color: #fff; - border-radius: 10px; - position: relative; -} -.selector > button { - position: absolute; - top: 0; - right: 0; -} -.selector > button > image { - width: 40px; -} .point-records { margin: 0 15px; margin-top: 10px; @@ -229,34 +167,4 @@ const onSelectOption = (itemIndex, value) => { color: #999999; font-size: 14px; } -.tip-content { - width: 100%; - padding: 25px; - display: flex; - flex-direction: column; - color: #000; -} -.tip-content > text { - width: 100%; - text-align: center; - font-size: 14px; - margin-top: 5px; -} -.tip-content > view { - display: flex; - justify-content: space-between; - margin-top: 20px; -} -.tip-content > view > button { - width: 48%; - background: linear-gradient(180deg, #fbfbfb 0%, #f5f5f5 100%); - border-radius: 22px; - border: 1px solid #eeeeee; - padding: 12px 0; - font-size: 14px; - color: #000; -} -.tip-content > view > button:last-child { - background: #fed847; -} diff --git a/src/pages/profile.vue b/src/pages/profile.vue index 8fc6559..feca8ef 100644 --- a/src/pages/profile.vue +++ b/src/pages/profile.vue @@ -9,8 +9,8 @@ const { user } = storeToRefs(store); const props = defineProps({ editAvatar: { - type: String, - default: "", + type: Function, + default: () => {}, }, }); diff --git a/src/pages/signin.vue b/src/pages/signin.vue index 81d7a27..6109329 100644 --- a/src/pages/signin.vue +++ b/src/pages/signin.vue @@ -25,35 +25,29 @@ const toResetPasswordPage = () => { - + Forgot Password? login - + user agreement and - - + privacy policy + @@ -71,6 +65,7 @@ const toResetPasswordPage = () => { width: 176rpx; height: 176rpx; margin-top: 40rpx; + border-radius: 20rpx; } .app-name { font-weight: 600; @@ -83,7 +78,7 @@ const toResetPasswordPage = () => { display: flex; justify-content: flex-end; } -.btn-row > button { +.btn-row > view { font-size: 24rpx; color: #287fff; margin-bottom: 25rpx; @@ -103,7 +98,7 @@ const toResetPasswordPage = () => { height: 32rpx; margin-right: 10rpx; } -.agreement > button { +.agreement > view { color: #333; font-size: 24rpx; margin: 0 10rpx; @@ -114,7 +109,7 @@ const toResetPasswordPage = () => { flex-direction: column; margin: 60rpx 0; } -.thrid-signin > button { +.thrid-signin > view { width: 100%; height: 88rpx; display: flex; @@ -126,7 +121,7 @@ const toResetPasswordPage = () => { color: #333333; margin: 20rpx 0; } -.thrid-signin > button > image { +.thrid-signin > view > image { width: 40rpx; margin-right: 20rpx; } @@ -137,7 +132,7 @@ const toResetPasswordPage = () => { justify-content: center; align-items: center; } -.to-sign-up > button { +.to-sign-up > view { font-size: 24rpx; color: #287fff; margin-left: 20rpx; diff --git a/src/pages/signup.vue b/src/pages/signup.vue index 1a2d2db..5bec194 100644 --- a/src/pages/signup.vue +++ b/src/pages/signup.vue @@ -21,13 +21,13 @@ const toSignInPage = () => { login By clicking “Sign Up”, you agree to our - + user agreement and - + privacy policy @@ -70,7 +70,7 @@ const toSignInPage = () => { height: 32rpx; margin-right: 10rpx; } -.agreement > button { +.agreement > view { color: #333; font-size: 24rpx; margin: 0 10rpx; @@ -83,7 +83,7 @@ const toSignInPage = () => { align-items: center; margin-top: 100rpx; } -.to-sign-up > button { +.to-sign-up > view { font-size: 24rpx; color: #287fff; margin-left: 20rpx;