首页/styles.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第163行: | 第163行: | ||
min-width:70px; | min-width:70px; | ||
height:auto; | height:auto; | ||
font-size: 18px; | |||
flex-grow: 1; | flex-grow: 1; | ||
border-right: 3px solid rgba(198, 154, 133, 0.85); | border-right: 3px solid rgba(198, 154, 133, 0.85); | ||
第169行: | 第170行: | ||
background-color: rgba(255, 255, 255, 0.2); | background-color: rgba(255, 255, 255, 0.2); | ||
box-shadow: 0 2px 5px #aaa; | box-shadow: 0 2px 5px #aaa; | ||
transition: transform 0.3s ease-in-out,box-shadow 0. | transition: transform 0.3s ease-in-out,box-shadow 0.4s ease-in-out,font-size 0.6s ease-in-out; | ||
padding:4px; | padding:4px; | ||
} | } | ||
.flex_button_2:hover{ | .flex_button_2:hover{ | ||
box-shadow: 0 8px 15px #aaa; | box-shadow: 0 8px 15px #aaa; | ||
font-size: 16px; | |||
} | } | ||
.flex_button:hover{ | .flex_button:hover{ | ||
第204行: | 第206行: | ||
height:100%; | height:100%; | ||
text-decoration: none; | text-decoration: none; | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; |