Merge branch 'dev' of http://120.46.213.136:9528/isoftstone/lc_frontend into dev
This commit is contained in:
@@ -1355,7 +1355,7 @@ const timeOut1 = (): void => {
|
||||
|
||||
@keyframes typeFlashEffect {
|
||||
0% {
|
||||
background-color: #1afb8f;
|
||||
background-color: #158e56;
|
||||
}
|
||||
|
||||
50% {
|
||||
@@ -1363,7 +1363,7 @@ const timeOut1 = (): void => {
|
||||
}
|
||||
|
||||
100% {
|
||||
background-color: #1afb8f;
|
||||
background-color: #158e56;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1381,14 +1381,14 @@ const timeOut1 = (): void => {
|
||||
line-height: 25px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
background-color: #1afb8f;
|
||||
background-color: #158e56;
|
||||
border-radius: 2px;
|
||||
animation: typeNumberPulse 1.5s ease-in-out infinite;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.type-number:hover {
|
||||
background-color: #16d47a;
|
||||
background-color: #158e56;
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user