no message
This commit is contained in:
parent
9d7d9e277a
commit
c8e8cbef8b
@ -212,27 +212,9 @@ body {
|
||||
}
|
||||
.my-project .my-box .contrast-box .left {
|
||||
width: 580px;
|
||||
animation: contrastLeftShow 0.3s;
|
||||
}
|
||||
@keyframes contrastLeftShow {
|
||||
0% {
|
||||
width: 0;
|
||||
}
|
||||
100% {
|
||||
width: 580px;
|
||||
}
|
||||
}
|
||||
.my-project .my-box .contrast-box .left.left1 {
|
||||
width: 820px;
|
||||
animation: contrastLeft1Show 0.3s;
|
||||
}
|
||||
@keyframes contrastLeft1Show {
|
||||
0% {
|
||||
width: 0;
|
||||
}
|
||||
100% {
|
||||
width: 820px;
|
||||
}
|
||||
}
|
||||
.my-project .my-box .contrast-box .left .hint {
|
||||
height: 65px;
|
||||
|
@ -236,30 +236,9 @@ body {
|
||||
border-radius: 0 0 12px 12px;
|
||||
.left {
|
||||
width: 580px;
|
||||
|
||||
animation: contrastLeftShow 0.3s;
|
||||
|
||||
@keyframes contrastLeftShow {
|
||||
0% {
|
||||
width: 0;
|
||||
}
|
||||
100% {
|
||||
width: 580px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
&.left1 {
|
||||
width: 820px;
|
||||
animation: contrastLeft1Show 0.3s;
|
||||
}
|
||||
|
||||
@keyframes contrastLeft1Show {
|
||||
0% {
|
||||
width: 0;
|
||||
}
|
||||
100% {
|
||||
width: 820px;
|
||||
}
|
||||
}
|
||||
|
||||
.hint {
|
||||
|
Loading…
Reference in New Issue
Block a user