首页/styles.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
第165行: | 第165行: | ||
flex-grow: 1; | flex-grow: 1; | ||
transition: transform 0.3s ease; | transition: transform 0.3s ease; | ||
border-right: 1px solid rgba(120, 155, 0, 0.75); | |||
border-bottom: 1px solid rgba(120, 155, 0, 0.75); | |||
margin:0.3em; | |||
background-color: rgba(255, 255, 255, 0.2); | |||
box-shadow: 0 2px 5px #aaa; | |||
} | } | ||
.flex_button:hover{ | .flex_button:hover{ | ||
第198行: | 第203行: | ||
height:100%; | height:100%; | ||
text-decoration: none; | text-decoration: none; | ||
font-size: | font-size: 18px; | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
align-items: center; | align-items: center; | ||
padding: | padding:4px; | ||
align-content: flex-start; | align-content: flex-start; | ||
} | } |