cardconfig.md 3.7 KB

卡片页面定制

[小飞龙]

"index": {

"css": "
    .content-bg{
        background: url('static/cardbg/xfl.png');
        background-size: cover;
    }
    .logo{
        width: 50vw;
        height: 50vw;
        background: url('static/logo/xfl.png') no-repeat center;
        background-size: contain;
    }
    .mod-text {
        color: #FF6203 !important;
    }
    .mod-button {
        color: #ffffff !important;
        background-color: #FF6203 !important;
    }
"

}, "signup": {

"css": "
    .top{
        width: 100%;
        height: 206px;
        padding-top: 36px;
        padding-bottom: 30px;
        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 176px , 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;
    }
",
"teamType": 1

}, "rankList": {

"css": "
    .top{
        width: 100%;
        height: 24.6vh;
        padding-top: 36px;
        justify-content: space-between;
        background-image: url('static/backgroud/top_run.png'), url('static/backgroud/top_colorbar.png'), linear-gradient(180deg,#178bff 0%,#004d9b 100%);
        background-repeat: no-repeat;
        background-position: 45px 25px, center, 0px 0px;
        background-size: auto 27vh, auto 22vh , cover;
    }
",
"teamType": 1

}

[山青世界]

"index": {

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

}, "signup": {

"css": "
    .top{
        width: 100%;
        height: 206px;
        padding-top: 36px;
        padding-bottom: 30px;
        justify-content: space-between;
        background-image: url('static/backgroud/top_colorbar.png'), linear-gradient(180deg,#7aedff 0%,#047200 100%);
        background-repeat: no-repeat;
        background-position: center, 0px 0px;
        background-size: auto 176px , cover;
    }
    .logo{
        width: 150px;
        height: 150px;
        margin-top: 10px;
        background-image: url('static/logo/sqsj.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"
],
"introduce": {
    "title" : "介绍:",
    "content": "山青世界为广大青少年提供了亲近自然、劳动实践、拓展培训、军事教育、科普体验、自然探索的平台和机会,也为企事业单位青年团队提供会议培训、拓展训练等服务"
},
"teamType": 0

}, "rankList": {

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

}