Showing
11 changed files
with
15 additions
and
15 deletions
| ... | @@ -37,7 +37,7 @@ export default { | ... | @@ -37,7 +37,7 @@ export default { |
| 37 | ], | 37 | ], |
| 38 | window: { | 38 | window: { |
| 39 | backgroundTextStyle: 'light', | 39 | backgroundTextStyle: 'light', |
| 40 | - navigationBarBackgroundColor: '#FFA135', | 40 | + navigationBarBackgroundColor: '#fb923c', |
| 41 | navigationBarTitleText: 'WeChat', | 41 | navigationBarTitleText: 'WeChat', |
| 42 | navigationBarTextStyle: 'white' | 42 | navigationBarTextStyle: 'white' |
| 43 | }, | 43 | }, | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2023-12-20 14:11:11 | 2 | * @Date: 2023-12-20 14:11:11 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-07-15 15:39:33 | 4 | + * @LastEditTime: 2025-07-15 15:56:28 |
| 5 | * @FilePath: /jgdl/src/components/payCard.vue | 5 | * @FilePath: /jgdl/src/components/payCard.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
| 12 | <view style="font-size: 32rpx;">实付金额</view> | 12 | <view style="font-size: 32rpx;">实付金额</view> |
| 13 | <view style="color: red; margin: 10rpx 0;"><text style="font-size: 50rpx;">¥</text><text style="font-size: 80rpx;">{{ price }}</text></view> | 13 | <view style="color: red; margin: 10rpx 0;"><text style="font-size: 50rpx;">¥</text><text style="font-size: 80rpx;">{{ price }}</text></view> |
| 14 | <!-- <view style="font-size: 28rpx; margin-bottom: 20rpx;">支付剩余时间 <text style="color: red;">{{ formatTime(remain_time) }}</text></view> --> | 14 | <!-- <view style="font-size: 28rpx; margin-bottom: 20rpx;">支付剩余时间 <text style="color: red;">{{ formatTime(remain_time) }}</text></view> --> |
| 15 | - <nut-button block color="#FFA135" @tap="goToPay">立即支付</nut-button> | 15 | + <nut-button block color="#fb923c" @tap="goToPay">立即支付</nut-button> |
| 16 | </view> | 16 | </view> |
| 17 | </nut-action-sheet> | 17 | </nut-action-sheet> |
| 18 | </div> | 18 | </div> | ... | ... |
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | ||
| 20 | <!-- 我要认证按钮 --> | 20 | <!-- 我要认证按钮 --> |
| 21 | <view class="px-16 mt-5"> | 21 | <view class="px-16 mt-5"> |
| 22 | - <nut-button color="#FFA135" size="large" block @click="handleAuth" class="auth-button"> | 22 | + <nut-button color="#fb923c" size="large" block @click="handleAuth" class="auth-button"> |
| 23 | <view class="flex items-center justify-center"> | 23 | <view class="flex items-center justify-center"> |
| 24 | <Check class="mr-2" size="20" color="#ffffff" /> | 24 | <Check class="mr-2" size="20" color="#ffffff" /> |
| 25 | <text class="text-white font-medium">我要认证</text> | 25 | <text class="text-white font-medium">我要认证</text> | ... | ... |
| ... | @@ -8,5 +8,5 @@ | ... | @@ -8,5 +8,5 @@ |
| 8 | export default { | 8 | export default { |
| 9 | navigationBarTitleText: '', | 9 | navigationBarTitleText: '', |
| 10 | enableShareAppMessage: true, | 10 | enableShareAppMessage: true, |
| 11 | - // navigationBarBackgroundColor: '#FFA135' | 11 | + // navigationBarBackgroundColor: '#fb923c' |
| 12 | } | 12 | } | ... | ... |
| ... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
| 28 | </nut-sticky> | 28 | </nut-sticky> |
| 29 | 29 | ||
| 30 | <!-- Banner --> | 30 | <!-- Banner --> |
| 31 | - <view class="px-4 pt-4" style="background: linear-gradient( 180deg, #FFA135 0%, rgba(255,203,53,0) 61%);"> | 31 | + <view class="px-4 pt-4" style="background: linear-gradient( 180deg, #fb923c 0%, rgba(255,203,53,0) 61%);"> |
| 32 | <nut-swiper :init-page="0" :pagination-visible="true" pagination-color="#ffffff" auto-play="3000" | 32 | <nut-swiper :init-page="0" :pagination-visible="true" pagination-color="#ffffff" auto-play="3000" |
| 33 | class="rounded-lg overflow-hidden" height="160"> | 33 | class="rounded-lg overflow-hidden" height="160"> |
| 34 | <nut-swiper-item v-for="(image, index) in bannerImages" :key="index"> | 34 | <nut-swiper-item v-for="(image, index) in bannerImages" :key="index"> | ... | ... |
| ... | @@ -516,7 +516,7 @@ onMounted(() => { | ... | @@ -516,7 +516,7 @@ onMounted(() => { |
| 516 | } | 516 | } |
| 517 | 517 | ||
| 518 | .bg-orange-400 { | 518 | .bg-orange-400 { |
| 519 | - background-color: #FFA135; | 519 | + background-color: #fb923c; |
| 520 | } | 520 | } |
| 521 | 521 | ||
| 522 | .p-4 { | 522 | .p-4 { |
| ... | @@ -659,7 +659,7 @@ onMounted(() => { | ... | @@ -659,7 +659,7 @@ onMounted(() => { |
| 659 | left: 0; | 659 | left: 0; |
| 660 | right: 0; | 660 | right: 0; |
| 661 | height: 4rpx; | 661 | height: 4rpx; |
| 662 | - background: linear-gradient(90deg, #f97316, #FFA135); | 662 | + background: linear-gradient(90deg, #f97316, #fb923c); |
| 663 | border-radius: 2rpx; | 663 | border-radius: 2rpx; |
| 664 | animation: slideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1); | 664 | animation: slideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1); |
| 665 | } | 665 | } | ... | ... |
| ... | @@ -112,7 +112,7 @@ | ... | @@ -112,7 +112,7 @@ |
| 112 | left: 0; | 112 | left: 0; |
| 113 | right: 0; | 113 | right: 0; |
| 114 | height: 4rpx; | 114 | height: 4rpx; |
| 115 | - background: linear-gradient(90deg, #f97316, #FFA135); | 115 | + background: linear-gradient(90deg, #f97316, #fb923c); |
| 116 | border-radius: 2rpx; | 116 | border-radius: 2rpx; |
| 117 | animation: slideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1); | 117 | animation: slideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1); |
| 118 | } | 118 | } | ... | ... |
| ... | @@ -191,7 +191,7 @@ const onMyAuthCar = () => { | ... | @@ -191,7 +191,7 @@ const onMyAuthCar = () => { |
| 191 | } | 191 | } |
| 192 | 192 | ||
| 193 | .header { | 193 | .header { |
| 194 | - background: #FFA135; | 194 | + background: #fb923c; |
| 195 | padding: 64rpx 0 32rpx; | 195 | padding: 64rpx 0 32rpx; |
| 196 | position: relative; | 196 | position: relative; |
| 197 | 197 | ... | ... |
| ... | @@ -249,10 +249,10 @@ | ... | @@ -249,10 +249,10 @@ |
| 249 | 249 | ||
| 250 | <!-- 底部按钮 --> | 250 | <!-- 底部按钮 --> |
| 251 | <view class="bottom-actions"> | 251 | <view class="bottom-actions"> |
| 252 | - <nut-button v-if="!isAuthMode" color="#FFA135" size="large" block @click="onPublish"> | 252 | + <nut-button v-if="!isAuthMode" color="#fb923c" size="large" block @click="onPublish"> |
| 253 | {{ isEditMode ? '保存修改' : '确认发布' }} | 253 | {{ isEditMode ? '保存修改' : '确认发布' }} |
| 254 | </nut-button> | 254 | </nut-button> |
| 255 | - <nut-button v-else color="#FFA135" size="large" block @click="onPublish"> | 255 | + <nut-button v-else color="#fb923c" size="large" block @click="onPublish"> |
| 256 | 确认发布 | 256 | 确认发布 |
| 257 | </nut-button> | 257 | </nut-button> |
| 258 | </view> | 258 | </view> |
| ... | @@ -332,7 +332,7 @@ import { addVehicleAPI, editVehicleAPI, getVehicleDetailAPI } from '@/api/car'; | ... | @@ -332,7 +332,7 @@ import { addVehicleAPI, editVehicleAPI, getVehicleDetailAPI } from '@/api/car'; |
| 332 | import { getSchoolsAPI, getBrandsModelsAPI } from '@/api/other'; | 332 | import { getSchoolsAPI, getBrandsModelsAPI } from '@/api/other'; |
| 333 | 333 | ||
| 334 | const themeVars = ref({ | 334 | const themeVars = ref({ |
| 335 | - navbarBackground: '#FFA135', | 335 | + navbarBackground: '#fb923c', |
| 336 | navbarColor: '#ffffff', | 336 | navbarColor: '#ffffff', |
| 337 | }) | 337 | }) |
| 338 | 338 | ... | ... |
-
Please register or login to post a comment