Skip to content
Snippets Groups Projects
Commit 511f79be authored by Shibo Wang's avatar Shibo Wang
Browse files

Merge branch 'local_main' into 'main'

Local main

See merge request !35
parents 10f223ad efb857b3
No related branches found
No related tags found
1 merge request!35Local main
Pipeline #121893 passed
......@@ -53,30 +53,62 @@ article p {
overflow: visible;
}
.cinfo:nth-child(1){
background: url(https://static.igem.wiki/teams/4223/wiki/h1/b/1.png) no-repeat;
background-position:0 0% ;
background-size: 30%;
animation:cinfo1 10s infinite linear alternate;
}
.cinfo:nth-child(3){
background: url(https://static.igem.wiki/teams/4223/wiki/h1/b/3.png) no-repeat;
background-position:0 90% ;
background-size: 30%;
background-position: 420px 560px;
animation:cinfo3 10s infinite linear alternate;
}
.cinfo:nth-child(5){
background: url(https://static.igem.wiki/teams/4223/wiki/h1/b/4.png) no-repeat;
background-position:0 90% ;
background-size: 25%;
background-position: 330px 110%;
animation:cinfo5 10s infinite linear alternate;
}
.cinfo:nth-child(6){
background: url(https://static.igem.wiki/teams/4223/wiki/h1/b/5.png) no-repeat;
background-position:100% 100% ;
background-size: 20%;
background-position: 100% 100%;
animation:cinfo6 2s infinite linear alternate;
}
@keyframes cinfo1{
from{background-position: 285px -150px;};
to{background-position: 0 0;};
}
@keyframes cinfo3{
0%{background-position: 0px 400px;};
100%{background-position: 420px 560px;};
}
@keyframes cinfo5{
from{background-position: 0 90%;};
to{background-position: 330px 110%;};
}
@keyframes cinfo6{
0%{background-position: 100% 90%;};
100%{background-position: 100% 110%;};
}
/* 位置操作标签 */
.center {
position: relative;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment