首页/styles.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第27行: | 第27行: | ||
transition: width 2s ease-in-out, padding 1.2s ease-in-out, transform 0.3s ease-in-out; | transition: width 2s ease-in-out, padding 1.2s ease-in-out, transform 0.3s ease-in-out; | ||
font-size: 24px; | font-size: 24px; | ||
text-align: center; | |||
} | } | ||
.base_block .video_block:hover .neuro-button{ | .base_block .video_block:hover .neuro-button{ | ||
width: 120px; | |||
padding: 5px; | padding: 5px; | ||
padding-left:10px; | padding-left:10px; | ||
第52行: | 第53行: | ||
} | } | ||
50% { | 50% { | ||
transform: translateY(- | transform: translateY(-5px); | ||
transform: translateX(-2px); | |||
} | } | ||
80% { | 80% { | ||
transform: translateX(-3px); | transform: translateX(-3px); | ||
transform: translateY(-2.5px); | |||
} | } | ||
} | } |