The editors' meeting has been canceled for technical reasons.
直播记录/styles.css:修订间差异
< 直播记录
小无编辑摘要 |
小无编辑摘要 |
||
第17行: | 第17行: | ||
box-shadow: 0 2px 5px #aaa; | box-shadow: 0 2px 5px #aaa; | ||
transition: all 0.3s ease-in-out; | transition: all 0.3s ease-in-out; | ||
overflow: hidden; | |||
} | } | ||
.item1{ | .item1{ | ||
第40行: | 第41行: | ||
.item:hover{ | .item:hover{ | ||
background-color: rgba(0, 0, 0, 0.6); | background-color: rgba(0, 0, 0, 0.6); | ||
} | |||
.item > .mw-default-size{ | |||
position: absolute; | |||
left: 0; | |||
} | } |
2024年12月1日 (日) 20:20的版本
.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; box-shadow: 0 2px 5px #aaa; transition: all 0.3s ease-in-out; overflow: hidden; } .item1{ background-color: rgba(145, 71, 255, 0.8); } .item > a{ position: relative; display: flex; width: 100%; height: 100%; justify-content: right; align-items: flex-end; font-size: 42px; color: #ffffff; transition: all 0.3s ease-in-out; padding-right:0; text-decoration: none; } .item:hover > a{ padding-right:26px; text-decoration: none; } .item:hover{ background-color: rgba(0, 0, 0, 0.6); } .item > .mw-default-size{ position: absolute; left: 0; }