JClockH xc(讨论 | 贡献) 小无编辑摘要 |
JClockH xc(讨论 | 贡献) 小无编辑摘要 |
||
| 第30行: | 第30行: | ||
} | } | ||
.mainpage_background { | .mainpage_background { | ||
position: | position: relative; | ||
top: 0; | top: 0; | ||
right: 0; | right: 0; | ||
| 第45行: | 第45行: | ||
.mainpage_background:after { | .mainpage_background:after { | ||
position: | position: relative; | ||
pointer-events: none; | pointer-events: none; | ||
top: 0; | top: 0; | ||
| 第55行: | 第55行: | ||
} | } | ||
.header_all { | .header_all { | ||
height: 200px; | height: 200px; | ||
} | } | ||
2023年8月14日 (一) 20:57的版本
.title {
font-size: 15px;
line-height: 18px;
margin-top: 3em;
margin-bottom: 1em;
text-align: center;
font-family: 'Minecraft AE' !important;
}
.sub {
font-size: 8px;
margin-left: 20em;
}
.subtitle {
width: 1150px;
font-size: 16px;
margin-top: 1em;
margin-bottom: 1.5em;
text-align: center;
background-color: #D3D3D3;
color: #ffffff;
font-family: 'Minecraft AE' !important;
}
.header {
pointer-events: none;
height: 100%;
width: 100%;
display: block;
align-items: center;
padding: 0 15px;
}
.mainpage_background {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: center center;
}
.mainpage_background img {
width: 100%;
padding-bottom: 300px;
object-fit: cover;
object-position: center;
}
.mainpage_background:after {
position: relative;
pointer-events: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
content: "";
}
.header_all {
height: 200px;
}