首页/styles.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第44行: | 第44行: | ||
.video_block .neuro-button:hover{ | .video_block .neuro-button:hover{ | ||
height: 60px; | height: 60px; | ||
padding: | padding: 9px; | ||
} | } | ||
.video_block #neuro{ | .video_block #neuro{ | ||
第52行: | 第52行: | ||
} | } | ||
.video_block #evil{ | .video_block #evil{ | ||
top: | top: 53%; | ||
left: | left: 18%; | ||
animation: float-evil 0. | animation: float-evil 0.27s infinite ease-in-out; | ||
} | } | ||
.video_block #vedal{ | .video_block #vedal{ | ||
top: | top: 25%; | ||
right: 25%; | right: 25%; | ||
animation: float-vedal 0.41s infinite ease-in-out; | animation: float-vedal 0.41s infinite ease-in-out; | ||
第100行: | 第100行: | ||
bottom: 0; | bottom: 0; | ||
width: 100%; | width: 100%; | ||
height: | height: 0; | ||
color: white; | color: white; | ||
text-align: center; | text-align: center; | ||
background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); | background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); | ||
transition: height 0.3s ease-in-out, transform 0.3s ease-in-out; | |||
} | |||
.video_block:hover .progress_bar{ | |||
height: 64px; | |||
} | } | ||
.video_block .progress_bar .bar{ | .video_block .progress_bar .bar{ |