首页/styles.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第19行: | 第19行: | ||
position: absolute; | position: absolute; | ||
width: 0; | width: 0; | ||
height: 26px; | |||
overflow: hidden; | overflow: hidden; | ||
white-space: nowrap; | white-space: nowrap; | ||
第25行: | 第26行: | ||
padding: 0; | padding: 0; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
transition: width 1.2s ease-in-out, padding 2.3s ease-in-out, transform 0.3s ease-in-out; | transition: width 1.2s ease-in-out, padding 2.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; | ||
font-size: 24px; | font-size: 24px; | ||
text-align: center; | text-align: center; | ||
第31行: | 第32行: | ||
.base_block .video_block:hover .neuro-button{ | .base_block .video_block:hover .neuro-button{ | ||
width: 120px; | width: 120px; | ||
padding: | padding: 3px; | ||
padding-left: | padding-left:6px; | ||
padding-right:6px; | |||
animation: float-left 0.35s infinite ease-in-out; | animation: float-left 0.35s infinite ease-in-out; | ||
} | |||
.base_block .video_block .neuro-button:hover{ | |||
height: 120px; | |||
padding: 6px; | |||
} | } | ||
.base_block .video_block #neuro{ | .base_block .video_block #neuro{ |