Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
scm_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7aaeeb6a
authored
May 29, 2026
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
style(home): 更新背景渐变色以统一视觉风格
- 修改首页和个人信息页的背景渐变色,确保一致性 - 将物流车辆申请、临时额度申请和授信额度申请的背景色调整为相同的渐变色
parent
7573331c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
assets/css/home/index.scss
pages/home/index.vue
pages/mine/index.vue
assets/css/home/index.scss
View file @
7aaeeb6a
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
left
:
0
;
left
:
0
;
right
:
0
;
right
:
0
;
height
:
320rpx
;
height
:
320rpx
;
background
:
linear-gradient
(
135deg
,
#
1e3a8a
0%
,
#2563eb
55%
,
#3b82f6
100%
);
background
:
linear-gradient
(
135deg
,
#
3b82f6
0%
,
#2563eb
100%
);
border-radius
:
0
0
48rpx
48rpx
;
border-radius
:
0
0
48rpx
48rpx
;
&
:
:
before
{
&
:
:
before
{
...
...
pages/home/index.vue
View file @
7aaeeb6a
...
@@ -56,14 +56,14 @@
...
@@ -56,14 +56,14 @@
title
:
'日常业务'
,
title
:
'日常业务'
,
items
:
[
items
:
[
{
id
:
'fee'
,
name
:
'业务费用减免'
,
icon
:
'rmb-circle-fill'
,
bg
:
'linear-gradient(135deg, #3b82f6 0%, #2563eb 100%)'
,
url
:
'/pages/apply/index'
},
{
id
:
'fee'
,
name
:
'业务费用减免'
,
icon
:
'rmb-circle-fill'
,
bg
:
'linear-gradient(135deg, #3b82f6 0%, #2563eb 100%)'
,
url
:
'/pages/apply/index'
},
{
id
:
'logistics'
,
name
:
'物流车辆申请'
,
icon
:
'car-fill'
,
bg
:
'linear-gradient(135deg, #
0ea5e9 0%, #0284c7
100%)'
,
url
:
'/pages/logistics/index'
}
{
id
:
'logistics'
,
name
:
'物流车辆申请'
,
icon
:
'car-fill'
,
bg
:
'linear-gradient(135deg, #
3b82f6 0%, #2563eb
100%)'
,
url
:
'/pages/logistics/index'
}
]
]
},
},
{
{
title
:
'额度风控'
,
title
:
'额度风控'
,
items
:
[
items
:
[
{
id
:
'tempQuota'
,
name
:
'临时额度申请'
,
icon
:
'clock-fill'
,
bg
:
'linear-gradient(135deg, #
f59e0b 0%, #d97706
100%)'
,
disabled
:
true
},
{
id
:
'tempQuota'
,
name
:
'临时额度申请'
,
icon
:
'clock-fill'
,
bg
:
'linear-gradient(135deg, #
3b82f6 0%, #2563eb
100%)'
,
disabled
:
true
},
{
id
:
'creditQuota'
,
name
:
'授信额度申请'
,
icon
:
'integral-fill'
,
bg
:
'linear-gradient(135deg, #
8b5cf6 0%, #7c3aed
100%)'
,
disabled
:
true
}
{
id
:
'creditQuota'
,
name
:
'授信额度申请'
,
icon
:
'integral-fill'
,
bg
:
'linear-gradient(135deg, #
3b82f6 0%, #2563eb
100%)'
,
disabled
:
true
}
]
]
}
}
]
]
...
...
pages/mine/index.vue
View file @
7aaeeb6a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</view>
</view>
<view
class=
"info-content"
>
<view
class=
"info-content"
>
<text
class=
"info-label"
>
{{
item
.
label
}}
</text>
<text
class=
"info-label"
>
{{
item
.
label
}}
</text>
<text
class=
"info-value"
:class=
"
{ empty: !info[item.key] }">
{{
info
[
item
.
key
]
||
'
--
'
}}
</text>
<text
class=
"info-value"
:class=
"
{ empty: !info[item.key] }">
{{
info
[
item
.
key
]
||
'
未设置
'
}}
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment