hookehuyr

style: 将主题色从 #fb923c 统一改为 #FFA135

...@@ -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="#fb923c" @tap="goToPay">立即支付</nut-button> 15 + <nut-button block color="#FFA135" @tap="goToPay">立即支付</nut-button>
16 </view> 16 </view>
17 </nut-action-sheet> 17 </nut-action-sheet>
18 </div> 18 </div>
......
...@@ -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: '#fb923c' 11 + // navigationBarBackgroundColor: '#FFA135'
12 } 12 }
......
1 <!-- 1 <!--
2 * @Date: 2025-06-28 10:33:00 2 * @Date: 2025-06-28 10:33:00
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-07-15 15:43:30 4 + * @LastEditTime: 2025-07-15 15:45:21
5 * @FilePath: /jgdl/src/pages/index/index.vue 5 * @FilePath: /jgdl/src/pages/index/index.vue
6 * @Description: 捡个电驴首页 6 * @Description: 捡个电驴首页
7 --> 7 -->
......
...@@ -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: #fb923c; 519 + background-color: #FFA135;
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, #fb923c); 662 + background: linear-gradient(90deg, #f97316, #FFA135);
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, #fb923c); 115 + background: linear-gradient(90deg, #f97316, #FFA135);
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: #fb923c; 194 + background: #FFA135;
195 padding: 64rpx 0 32rpx; 195 padding: 64rpx 0 32rpx;
196 position: relative; 196 position: relative;
197 197
......
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
7 */ 7 */
8 export default { 8 export default {
9 navigationBarTitleText: '', 9 navigationBarTitleText: '',
10 - // navigationBarBackgroundColor: '#fb923c' 10 + // navigationBarBackgroundColor: '#FFA135'
11 } 11 }
......
...@@ -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: '#fb923c', 335 + navbarBackground: '#FFA135',
336 navbarColor: '#ffffff', 336 navbarColor: '#ffffff',
337 }) 337 })
338 338
......