Skip to content
main.css 1.12 KiB
Newer Older

#videos li{
    position: relative;
}

#videos li i{
    position: absolute;
    left: -20px;
    top: 3px;
    color: #fff;
    font-size: 20px;
}


#collect-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 99999998;
}

#collect-modal .dialog-layout{
    margin: 0 auto;
    display: flex;
    width: 90% !important;
    max-width: 1600px;
    height: 100%;
    align-items: center;
}

#collect-modal .dialog-box {
    /*margin: 50px auto;*/
    /*height: 68vh;*/
    max-height: 700px;
    /* 防止重复平铺 */
    width: 100% !important;
    max-width: 1600px;
    background-image: url(../images/tc_bj.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #00254d00; */
    border: none;
    background-color: transparent;
    z-index: 99999999;
}
#collect-modal .dialog-box .dialog-content {
    padding: 15px;
}
#collect-modal .dialog-box .dialog-content .title{
    text-align: center;
    line-height: 35px;
    margin-top: 15px;
    font-size: 26px;
}
iframe {
    border: none;
}