首页/styles.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
第26行: | 第26行: | ||
animation: float 4s infinite ease-in-out; | animation: float 4s infinite ease-in-out; | ||
} | } | ||
.video_block div { | |||
transition: all 0.3s ease-in-out; | transition: all 0.3s ease-in-out; | ||
} | } | ||
第56行: | 第56行: | ||
transform: scale(1.0); | transform: scale(1.0); | ||
} | } | ||
.video_block .neuro-button .screen-large, .video_block .neuro-button .screen-large .screen-medium{ | |||
transition: all 0.3s ease-in-out; | transition: all 0.3s ease-in-out; | ||
} | } | ||
.video_block:hover | .video_block:hover .neuro-button .screen-large, .video_block:hover .neuro-button .screen-large .screen-medium{ | ||
transform: scale(1.0); | transform: scale(1.0); | ||
} | } | ||
.video_block:hover | .video_block:hover .neuro-button{ | ||
top: 0; | top: 0; | ||
right: 0; | right: 0; |