首页/styles.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第157行: | 第157行: | ||
height:150px; | height:150px; | ||
flex-grow: 1; | flex-grow: 1; | ||
transition: transform 0.3s ease; | transition: transform 0.3s ease-in-out; | ||
} | } | ||
.flex_button_2{ | .flex_button_2{ | ||
第164行: | 第164行: | ||
height:auto; | height:auto; | ||
flex-grow: 1; | flex-grow: 1; | ||
border-right: 2px solid rgba(198, 154, 133, 0.75); | |||
border-right: 2px solid rgba( | border-bottom: 2px solid rgba(198, 154, 133, 0.75); | ||
border-bottom: 2px solid rgba( | |||
margin:0.3em; | margin:0.3em; | ||
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.8s ease-in-out; | |||
padding:4px; | |||
} | } | ||
.flex_button:hover{ | .flex_button:hover{ | ||
第204行: | 第205行: | ||
justify-content: center; | justify-content: center; | ||
align-items: center; | align-items: center; | ||
} | } | ||
.sidebar_block_left{ | .sidebar_block_left{ |