Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HainanU_China
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2022 Competition
HainanU_China
Commits
511f79be
Commit
511f79be
authored
2 years ago
by
Shibo Wang
Browse files
Options
Downloads
Plain Diff
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
!35
Local main
Pipeline
#121893
passed
2 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/css/content.css
+36
-4
36 additions, 4 deletions
static/css/content.css
wiki/pages/model.html
+458
-131
458 additions, 131 deletions
wiki/pages/model.html
with
494 additions
and
135 deletions
static/css/content.css
+
36
−
4
View file @
511f79be
...
...
@@ -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.
Click to expand it.
wiki/pages/model.html
+
458
−
131
View file @
511f79be
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment