首页/styles.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
第156行: | 第156行: | ||
min-width:70px; | min-width:70px; | ||
height:150px; | height:150px; | ||
flex-grow: 1; | |||
transition: transform 0.3s ease; | |||
} | |||
.flex_button_2{ | |||
width:auto; | |||
min-width:70px; | |||
height:28px; | |||
flex-grow: 1; | flex-grow: 1; | ||
transition: transform 0.3s ease; | transition: transform 0.3s ease; | ||
第168行: | 第175行: | ||
.sidebar_block{ | .sidebar_block{ | ||
flex-basis: 300px; | flex-basis: 300px; | ||
} | |||
} | |||
@media (min-width: 1500px) { | |||
.flex_button_2{ | |||
width:100%; | |||
} | } | ||
} | } | ||
.flex_button a{ | .flex_button a{ | ||
width:100%; | |||
height:100%; | |||
text-decoration: none; | |||
font-size: 24px; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
} | |||
.flex_button_2 a{ | |||
width:100%; | width:100%; | ||
height:100%; | height:100%; |