首页/styles.css:修订间差异
跳转到导航
跳转到搜索
小无编辑摘要 |
无编辑摘要 |
||
第26行: | 第26行: | ||
.video_block .neuro-button{ | .video_block .neuro-button{ | ||
position: absolute; | position: absolute; | ||
} | } | ||
.video_block #neuro{ | .video_block #neuro{ | ||
第36行: | 第32行: | ||
animation: float-neuro 4.5s infinite ease-in-out; | animation: float-neuro 4.5s infinite ease-in-out; | ||
} | } | ||
.video_block #neuro | .video_block #neuro div{ | ||
transform: scale(1.5); | transform: scale(1.5); | ||
} | } | ||
.video_block #evil{ | .video_block #evil{ | ||
top: | top: 15%; | ||
left: | left: 20%; | ||
animation: float-evil 6s infinite ease-in-out; | animation: float-evil 6s infinite ease-in-out; | ||
} | |||
.video_block #evil div{ | |||
transform: scale(1.3); | |||
} | } | ||
.video_block #vedal{ | .video_block #vedal{ | ||
top: | top: 8%; | ||
right: | right: 7%; | ||
animation: float-vedal 5s infinite ease-in-out; | animation: float-vedal 5s infinite ease-in-out; | ||
} | |||
.video_block #vedal div{ | |||
transform: scale(1.0); | |||
} | } | ||
@keyframes float { | @keyframes float { |