Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-07-15 15:46:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ebc13c30ae9c28e2dac36e956f94b5ed65d052f2
ebc13c30
1 parent
22408564
style: 将主题色从 #fb923c 统一改为 #FFA135
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
src/components/payCard.vue
src/pages/index/index.config.js
src/pages/index/index.vue
src/pages/messages/index.vue
src/pages/myOrders/index.less
src/pages/profile/index.vue
src/pages/sell/index.config.js
src/pages/sell/index.vue
src/components/payCard.vue
View file @
ebc13c3
...
...
@@ -12,7 +12,7 @@
<view style="font-size: 32rpx;">实付金额</view>
<view style="color: red; margin: 10rpx 0;"><text style="font-size: 50rpx;">¥</text><text style="font-size: 80rpx;">{{ price }}</text></view>
<!-- <view style="font-size: 28rpx; margin-bottom: 20rpx;">支付剩余时间 <text style="color: red;">{{ formatTime(remain_time) }}</text></view> -->
<nut-button block color="#
fb923c
" @tap="goToPay">立即支付</nut-button>
<nut-button block color="#
FFA135
" @tap="goToPay">立即支付</nut-button>
</view>
</nut-action-sheet>
</div>
...
...
src/pages/index/index.config.js
View file @
ebc13c3
...
...
@@ -8,5 +8,5 @@
export
default
{
navigationBarTitleText
:
''
,
enableShareAppMessage
:
true
,
// navigationBarBackgroundColor: '#
fb923c
'
// navigationBarBackgroundColor: '#
FFA135
'
}
...
...
src/pages/index/index.vue
View file @
ebc13c3
<!--
* @Date: 2025-06-28 10:33:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-15 15:4
3:30
* @LastEditTime: 2025-07-15 15:4
5:21
* @FilePath: /jgdl/src/pages/index/index.vue
* @Description: 捡个电驴首页
-->
...
...
src/pages/messages/index.vue
View file @
ebc13c3
...
...
@@ -516,7 +516,7 @@ onMounted(() => {
}
.bg-orange-400 {
background-color: #
fb923c
;
background-color: #
FFA135
;
}
.p-4 {
...
...
@@ -659,7 +659,7 @@ onMounted(() => {
left: 0;
right: 0;
height: 4rpx;
background: linear-gradient(90deg, #f97316, #
fb923c
);
background: linear-gradient(90deg, #f97316, #
FFA135
);
border-radius: 2rpx;
animation: slideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
...
...
src/pages/myOrders/index.less
View file @
ebc13c3
...
...
@@ -112,7 +112,7 @@
left: 0;
right: 0;
height: 4rpx;
background: linear-gradient(90deg, #f97316, #
fb923c
);
background: linear-gradient(90deg, #f97316, #
FFA135
);
border-radius: 2rpx;
animation: slideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
...
...
src/pages/profile/index.vue
View file @
ebc13c3
...
...
@@ -191,7 +191,7 @@ const onMyAuthCar = () => {
}
.header {
background: #
fb923c
;
background: #
FFA135
;
padding: 64rpx 0 32rpx;
position: relative;
...
...
src/pages/sell/index.config.js
View file @
ebc13c3
...
...
@@ -7,5 +7,5 @@
*/
export
default
{
navigationBarTitleText
:
''
,
// navigationBarBackgroundColor: '#
fb923c
'
// navigationBarBackgroundColor: '#
FFA135
'
}
...
...
src/pages/sell/index.vue
View file @
ebc13c3
...
...
@@ -332,7 +332,7 @@ import { addVehicleAPI, editVehicleAPI, getVehicleDetailAPI } from '@/api/car';
import { getSchoolsAPI, getBrandsModelsAPI } from '@/api/other';
const themeVars = ref({
navbarBackground: '#
fb923c
',
navbarBackground: '#
FFA135
',
navbarColor: '#ffffff',
})
...
...
Please
register
or
login
to post a comment