_img-check.css 670 Bytes
/* ======================= *\
   Module: 图片旋转验证 
\* ======================= */
.img-check {
    margin-top: 45px;
    margin-bottom: 30px;
}

.img-check-header {
    font-size: 28px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 30px;
    color: #B0B0B0;
}

.img-check-refresh {
    float: right;
    font-size: 22px;
    color: #36A74C;
}

.img-check-pics {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;

    li {
        background-size: 600px 600px;
        background-repeat: no-repeat;
        background-color: #575757;
        width: 150px;
        height: 150px;
    }
}