增加前端格式检查配置
This commit is contained in:
@@ -61,7 +61,9 @@
|
||||
font-size: 15px;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.5px;
|
||||
transition: opacity 0.2s, width 0.3s;
|
||||
transition:
|
||||
opacity 0.2s,
|
||||
width 0.3s;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -168,7 +170,9 @@
|
||||
}
|
||||
|
||||
.nav-text {
|
||||
transition: opacity 0.2s, width 0.3s;
|
||||
transition:
|
||||
opacity 0.2s,
|
||||
width 0.3s;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -256,8 +260,13 @@
|
||||
}
|
||||
|
||||
@keyframes loginPulse {
|
||||
0%, 100% { transform: translate(0, 0); }
|
||||
50% { transform: translate(5%, 5%); }
|
||||
0%,
|
||||
100% {
|
||||
transform: translate(0, 0);
|
||||
}
|
||||
50% {
|
||||
transform: translate(5%, 5%);
|
||||
}
|
||||
}
|
||||
|
||||
.admin-login-panel {
|
||||
@@ -408,7 +417,9 @@ h1 {
|
||||
background: #ffffff;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
|
||||
transition: transform 0.2s, box-shadow 0.2s;
|
||||
transition:
|
||||
transform 0.2s,
|
||||
box-shadow 0.2s;
|
||||
}
|
||||
|
||||
.metric-card:hover {
|
||||
@@ -1054,7 +1065,9 @@ h1 {
|
||||
background: #ffffff;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
|
||||
transition: transform 0.2s, box-shadow 0.2s;
|
||||
transition:
|
||||
transform 0.2s,
|
||||
box-shadow 0.2s;
|
||||
}
|
||||
|
||||
.notification-item:hover {
|
||||
@@ -1115,7 +1128,9 @@ h1 {
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
|
||||
text-decoration: none;
|
||||
transition: transform 0.2s, box-shadow 0.2s;
|
||||
transition:
|
||||
transform 0.2s,
|
||||
box-shadow 0.2s;
|
||||
}
|
||||
|
||||
.listing-card:hover {
|
||||
|
||||
Reference in New Issue
Block a user