cardconfig.md 2.0 KB

卡片页面定制

[小飞龙]

"index": {

"css": "
    .content-bg{
        background: url('static/cardbg/xfl.png');
        background-size: cover;
    }
    .logo{
        width: 120px;
        height: 120px;
        background: url('static/logo/xfl.png') no-repeat center;
        background-size: contain;
    }
"

}, "rankList": {

"css": "
    .top{
        width: 100%;
        height: 26vh;
        padding-top: 36px;
        justify-content: space-between;
        background-image: url('static/backgroud/top_colorbar.png'), linear-gradient(180deg,#178bff 0%,#004d9b 100%);
        background-repeat: no-repeat;
        background-position: center, 0px 0px;
        background-size: auto 22vh , cover;
    }
    .logo{
        width: 150px;
        height: 150px;
        margin-top: 10px;
        background-image: url('static/logo/xfl.png');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: contain;
    }
",

}

[山青世界]

"index": {

"css": "
    .logo{
        width: 120px;
        height: 120px;
        background: url('static/logo/sqsj.png') no-repeat center;
        background-size: contain;
    }
"

}, "rankList": {

"css": "
    .top{
        width: 100%;
        height: 26vh;
        padding-top: 36px;
        justify-content: space-between;
        background-image: url('static/backgroud/top_colorbar.png'), linear-gradient(180deg,#178bff 0%,#004d9b 100%);
        background-repeat: no-repeat;
        background-position: center, 0px 0px;
        background-size: auto 22vh , cover;
    }
    .logo{
        width: 150px;
        height: 150px;
        margin-top: 10px;
        background-image: url('static/logo/xfl.png');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: contain;
    }
",
"popupDataList": [
    {
        "type": 1,
        "data": {
            "title": "山青活动",
            "img": "/static/logo/sqsj.png",
            "content": "山青世界为广大青少年提供了亲近自然、劳动实践、拓展培训、军事教育、科普体验、自然探索的平台和机会,也为企事业单位青年团队提供会议培训、拓展训练等服务"
        }
    }, 
    "default"
],

}