首页/styles.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第32行: | 第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 .screen-large, .video_block #neuro .screen-medium{ | ||
transform: scale(1.5); | transform: scale(1.5); | ||
} | } | ||
第40行: | 第40行: | ||
animation: float-evil 6s infinite ease-in-out; | animation: float-evil 6s infinite ease-in-out; | ||
} | } | ||
.video_block #evil | .video_block #evil .screen-large, .video_block #evil .screen-medium{ | ||
transform: scale(1.3); | transform: scale(1.3); | ||
} | } | ||
第48行: | 第48行: | ||
animation: float-vedal 5s infinite ease-in-out; | animation: float-vedal 5s infinite ease-in-out; | ||
} | } | ||
.video_block #vedal | .video_block #vedal .screen-large, .video_block #vedal .screen-medium{ | ||
transform: scale(1.0); | transform: scale(1.0); | ||
} | } |