no message
This commit is contained in:
parent
33b07ddc25
commit
9d7d9e277a
@ -212,9 +212,27 @@ body {
|
|||||||
}
|
}
|
||||||
.my-project .my-box .contrast-box .left {
|
.my-project .my-box .contrast-box .left {
|
||||||
width: 580px;
|
width: 580px;
|
||||||
|
animation: contrastLeftShow 0.3s;
|
||||||
|
}
|
||||||
|
@keyframes contrastLeftShow {
|
||||||
|
0% {
|
||||||
|
width: 0;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 580px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.my-project .my-box .contrast-box .left.left1 {
|
.my-project .my-box .contrast-box .left.left1 {
|
||||||
width: 820px;
|
width: 820px;
|
||||||
|
animation: contrastLeft1Show 0.3s;
|
||||||
|
}
|
||||||
|
@keyframes contrastLeft1Show {
|
||||||
|
0% {
|
||||||
|
width: 0;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 820px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.my-project .my-box .contrast-box .left .hint {
|
.my-project .my-box .contrast-box .left .hint {
|
||||||
height: 65px;
|
height: 65px;
|
||||||
@ -377,7 +395,7 @@ body {
|
|||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
width: 420;
|
width: 420px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.my-project .my-box .contrast-box .right .hint {
|
.my-project .my-box .contrast-box .right .hint {
|
||||||
|
@ -237,8 +237,29 @@ body {
|
|||||||
.left {
|
.left {
|
||||||
width: 580px;
|
width: 580px;
|
||||||
|
|
||||||
|
animation: contrastLeftShow 0.3s;
|
||||||
|
|
||||||
|
@keyframes contrastLeftShow {
|
||||||
|
0% {
|
||||||
|
width: 0;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 580px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.left1 {
|
&.left1 {
|
||||||
width: 820px;
|
width: 820px;
|
||||||
|
animation: contrastLeft1Show 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes contrastLeft1Show {
|
||||||
|
0% {
|
||||||
|
width: 0;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 820px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hint {
|
.hint {
|
||||||
@ -429,7 +450,7 @@ body {
|
|||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
width: 420;
|
width: 420px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user