Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
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
34edf1f0
authored
May 28, 2026
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
style(login): 优化按钮文本样式和成功状态背景
更新按钮文本颜色、字重和字间距,添加文本阴影和呼吸动画。修改成功状态的背景渐变和阴影效果。
parent
f4109888
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
assets/css/mine/login.scss
assets/css/mine/login.scss
View file @
34edf1f0
...
@@ -271,7 +271,23 @@
...
@@ -271,7 +271,23 @@
}
}
.btn-text
{
.btn-text
{
letter-spacing
:
4rpx
;
color
:
#ffffff
;
font-weight
:
500
;
letter-spacing
:
2rpx
;
text-shadow
:
0
1rpx
2rpx
rgba
(
13
,
71
,
161
,
0
.45
);
animation
:
textBreath
1
.6s
ease-in-out
infinite
;
}
}
@keyframes
textBreath
{
0
%
,
100
%
{
opacity
:
0
.85
;
}
50
%
{
opacity
:
1
;
}
}
}
}
...
@@ -289,7 +305,8 @@
...
@@ -289,7 +305,8 @@
&
.success
{
&
.success
{
.btn-bg
{
.btn-bg
{
background
:
linear-gradient
(
135deg
,
#10b981
0%
,
#059669
100%
);
background
:
linear-gradient
(
135deg
,
#3b82f6
0%
,
#1969f9
100%
);
box-shadow
:
0
4rpx
16rpx
rgba
(
25
,
105
,
249
,
0
.3
);
animation
:
successPop
0
.6s
cubic-bezier
(
0
.34
,
1
.56
,
0
.64
,
1
);
animation
:
successPop
0
.6s
cubic-bezier
(
0
.34
,
1
.56
,
0
.64
,
1
);
}
}
...
...
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