置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

Template:沙盒/bbb.css

贴贴♀百科,万娘皆可贴的百科全书!转载请标注来源页面的网页链接,并声明引自贴贴百科。内容不可商用。
跳到导航 跳到搜索
.bbb-sh-root {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 1096px;
    margin: auto;
}

.bbb-sh-container {
    width: 520px;
    max-width: 100vw;
}

.bbb-sh-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    background-color: #3366DD;
}

.bbb-sh-title {
    flex: 1;
    max-width: 66.7%;
    padding: 0 .25rem;
}

.bbb-sh-subtitle {
    min-width: 33.3%;
    padding: 0 .25rem;
}

.bbb-sh-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: .25rem 0;
}

.bbb-sh-image {
    max-width: 66.7%;
    flex: 1;
}

.bbb-sh-image img {
    max-width: 100%;
    height: auto;
}

.bbb-sh-intro {
    display: flex;
    max-width: 50%;
    min-width: 33.3%;
}

.bbb-sh-intro-title {
    flex: 1;
    background-color: rgb(51, 102, 221);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bbb-sh-intro-text {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bbs-sh-intro-container {
    margin: .25rem;
}

.bbb-sh-divider {
    width: 100%
}
/* [[Category:在模板名字空间下的CSS页面]] */