bugfix250107.1
全站通知:

模板:ActivitiesBanner

来自咸鱼之王WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

模板:[刷新此页面] [编辑] [页面历史]
文档:[创建]

说明文档

限时活动添加一个Banner标签

参数

{{ActivitiesBanner
|bannerBg=活动背景图(必填项,需要填写图片格式)
|link=链接地址(必填项,本wiki以“限时活动/”开头)
|title=主标题(必填项,填写活动标题)
|subtitle=副标题(选填项,若不填可删除此行)
|time=活动时间(必填项,填写活动时间)
}}

示例

样式

.activities-box {
    overflow: hidden;
    position: relative;
    border-radius: 7px;
    transform: scale(0.95);
    transition: transform .2s;
    box-shadow: 0 0 3px #000;
    font-family: Eczar;
    color: white;
    width: 300px;
    min-height:80px;
    background: #D7D7D7;
    opacity: 1;
    display:inline-block;
}
.activities-box:hover{
    transform: scale(1.0)
}
.activities-box .date {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 5px 0;
    align-items: center;
    justify-content: center;
    font-size: 120%;
    font-weight: bold;
    background: linear-gradient(to top, #000, transparent)
}


所有模板列表