The editors' meeting has been canceled for technical reasons.
直播记录/styles.css:修订间差异
< 直播记录
小无编辑摘要 |
小无编辑摘要 |
||
第26行: | 第26行: | ||
align-items: flex-end; | align-items: flex-end; | ||
font-size: 42px; | font-size: 42px; | ||
color: | color: #ffffff; | ||
transition: transform 0.3s ease-in-out; | |||
} | |||
.item:hover > a{ | |||
justify-content: left; | |||
color: #000000; | |||
} | } |
2024年12月1日 (日) 00:16的版本
.base_block{ border: 2px outset #9147ff; background-color: rgba(255, 255, 255, 0.1); box-shadow: 0 2px 5px #aaa; display: flex; justify-content: space-evenly; flex-wrap: wrap; padding: 15px; } .item{ max-width: 360px; min-width: 200px; height: 124px; flex-grow: 1; padding: 0; display: flex; background-color: rgba(255, 255, 255, 0.1); box-shadow: 0 2px 5px #aaa; } .item > a{ position: relative; display: flex; width: 100%; height: 100%; justify-content: right; align-items: flex-end; font-size: 42px; color: #ffffff; transition: transform 0.3s ease-in-out; } .item:hover > a{ justify-content: left; color: #000000; }