Ser Archer (Talk | contribs) |
Ser Archer (Talk | contribs) |
||
Line 44: | Line 44: | ||
background: url(https://static.igem.org/mediawiki/2018/b/bc/T--CPU_CHINA--wiki-background.png) center 29px;position:relative; | background: url(https://static.igem.org/mediawiki/2018/b/bc/T--CPU_CHINA--wiki-background.png) center 29px;position:relative; | ||
+ | } | ||
+ | |||
+ | @keyframes mymove { | ||
+ | from {} | ||
+ | to { | ||
+ | transform: rotate(360deg); | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @-moz-keyframes mymove { | ||
+ | from {} | ||
+ | to { | ||
+ | transform: rotate(360deg); | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @-webkit-keyframes mymove { | ||
+ | from {} | ||
+ | to { | ||
+ | transform: rotate(360deg); | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @-o-keyframes mymove { | ||
+ | from {} | ||
+ | to { | ||
+ | transform: rotate(360deg); | ||
+ | } | ||
+ | } | ||
+ | |||
+ | .wheel | ||
+ | { | ||
+ | position: absolute; | ||
+ | top: 220px; | ||
+ | width: 200px; | ||
+ | height: 200px; | ||
+ | animation: rotate 10s infinite; | ||
+ | -webkit-animation: mymove 10s infinite; | ||
+ | animation-timing-function: linear; | ||
+ | background: url(https://static.igem.org/mediawiki/2018/0/0a/T--CPU_CHINA--background-wheel.png); | ||
+ | background-size: 150px 150px; | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | z-index: -1; | ||
} | } | ||
</style> | </style> | ||
Line 134: | Line 178: | ||
− | + | <!-- *******************************************临时文字********************************************--> | |
<div id="title" style="font-size:23px;color:black;text-align:center;position:relative;top:190px;"> | <div id="title" style="font-size:23px;color:black;text-align:center;position:relative;top:190px;"> | ||
A gene therapy strategy to traget hepatocellular carcinoma based on conditional RNA interference | A gene therapy strategy to traget hepatocellular carcinoma based on conditional RNA interference | ||
Line 149: | Line 193: | ||
More relevant background information can be seen in <a href="/Team:CPU_CHINA/Background">Background</a> | More relevant background information can be seen in <a href="/Team:CPU_CHINA/Background">Background</a> | ||
<div> | <div> | ||
+ | |||
+ | <!-- *****************************************马车动画*********************************************--> | ||
+ | <div class="box"> | ||
+ | <div class="carriage"> | ||
+ | </div> | ||
+ | |||
+ | <div class="wheel"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
</body> | </body> | ||
Revision as of 05:39, 24 August 2018
A gene therapy strategy to traget hepatocellular carcinoma based on conditional RNA interference
More relevant background information can be seen in Background