模板:迷你世界首页顶部/styles.css
外观
.mw-top-banner {
display: flex;
align-items: center;
padding: 16px 20px;
background: linear-gradient(to bottom, #f8fcff, #eaf3fb);
border: 1px solid #d8e2ec;
border-radius: 4px;
margin-bottom: 20px;
}
.mw-top-left {
margin-right: 20px;
}
.mw-top-center {
flex: 1 1 auto;
}
.mw-top-title {
font-size: 28px;
font-weight: 400;
color: #0645ad;
margin-bottom: 6px;
}
.mw-top-slogan {
font-size: 14px;
color: #54595d;
}
.mw-top-right {
text-align: right;
white-space: nowrap;
}
.mw-top-count {
font-size: 14px;
color: #202122;
margin-bottom: 6px;
}
.mw-top-links {
font-size: 13px;
}
.mw-top-links a {
color: #0645ad;
text-decoration: none;
}
.mw-top-links a:hover {
text-decoration: underline;
}