首页/styles.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第18行: | 第18行: | ||
.base_block .video_block .neuro-button{ | .base_block .video_block .neuro-button{ | ||
position: absolute; | position: absolute; | ||
width: 0; | width: 0; | ||
overflow: hidden; | overflow: hidden; | ||
第28行: | 第26行: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
transition: width 1s, transform 0.3s; | transition: width 1s, transform 0.3s; | ||
font-size: 32px; | |||
} | } | ||
.base_block .video_block:hover .neuro-button{ | .base_block .video_block:hover .neuro-button{ | ||
width: auto; | width: auto; | ||
padding: 5px; | |||
animation: float 2.15s infinite ease-in-out; | animation: float 2.15s infinite ease-in-out; | ||
animation: float-left 3s infinite ease-in-out; | |||
} | |||
.base_block .video_block #neuro{ | |||
top: 50%; | |||
right: 10%; | |||
} | } | ||
@keyframes float { | @keyframes float { | ||
第41行: | 第46行: | ||
} | } | ||
} | } | ||
@keyframes float-left { | |||
0%, 100% { | |||
transform: translateX(0); | |||
} | |||
50% { | |||
transform: translateX(-8px); | |||
} | |||
} | |||
.base_block .video_block p .mw-default-size span img { | .base_block .video_block p .mw-default-size span img { | ||
max-width: 100%; | max-width: 100%; |