模板:会议大厅页顶/style.css:修订间差异
小 (// Edit via Wikiplus) |
(// Edit via Wikiplus) |
||
第1行: | 第1行: | ||
.meeting-hall-title { | .meeting-hall-title { | ||
text-align: center; | text-align: center; | ||
font-size: larger; | |||
font-weight: 700 | |||
} | } | ||
.apply-button-list { | .apply-button-list { | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | |||
justify-content: space-around; | |||
} | } | ||
第15行: | 第15行: | ||
font-size: 1.2em; | font-size: 1.2em; | ||
font-weight: 700; | font-weight: 700; | ||
line-height: 100%; | |||
border: 2px solid #2a52be; | border: 2px solid #2a52be; | ||
border-radius: 0.3em; | border-radius: 0.3em; | ||
transition: .3s all; | |||
} | } | ||
.apply-button-list>a::after { | .apply-button-list>a::after { | ||
display: none; | display: none; | ||
} | |||
.apply-button-list a:hover { | |||
background: #f2f2f2; | |||
} | } |
2023年2月5日 (日) 19:13的版本
.meeting-hall-title { text-align: center; font-size: larger; font-weight: 700 } .apply-button-list { display: flex; flex-wrap: wrap; justify-content: space-around; } .apply-button-list>a { padding: .4em .5em; font-size: 1.2em; font-weight: 700; line-height: 100%; border: 2px solid #2a52be; border-radius: 0.3em; transition: .3s all; } .apply-button-list>a::after { display: none; } .apply-button-list a:hover { background: #f2f2f2; }