_about-us.css 2.68 KB
.about-us {
    width: 100%;
    height: 100%;
    background: #fff;

    .description {
        position: fixed;
        top: 680px;
        width: 425px;
        height: 75px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;

        p {
            font-size: 28px;
            margin-top: 10px;
        }
    }

    .icon-container {
        position: fixed;
        top: 404px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blk-start-icon {
        display: block;
        width: 180px;
        height: 180px;
        margin: 0 auto;
        background: resolve('me/blk-icon.png');
        background-size: cover;
    }

    .icon-label {
        margin-top: 10px;
        font-size: 30px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    p {
        text-align: center;
        font-size: 24px;
    }

    .provisions {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 200px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;

        a {
            text-decoration: underline;
        }
    }

    .yoho-img {
        position: fixed;
        bottom: 100px;
        width: 214px;
        height: 53px;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;

        &:before {
            content: "NewPower Co.";
        }
    }
}

.provisions {
    margin: 20px 3%;
    font-size: 30px;
    width: 94%;
    overflow: hidden;

    h4 {
        line-height: 60px;
    }

    ul {
        list-style: disc;
        list-style-position: inside;
        margin-left: 10px;
    }

    li {
        margin-bottom: 10px;
    }

    p {
        line-height: 40px;
        margin-top: 40px;
    }
}

.agreement {
    margin: 0 30px;
    font-size: 30px;
    line-height: 44px;

    h3 {
        text-align: center;
        display: block;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
        font-weight: 700;
    }

    strong {
        font-weight: 700;
    }

    p {
        text-indent: 1.5rem;
    }

    .select-btn {
        margin-bottom: 30px;

        span {
            font-size: 28px;
        }

        i {
            font-size: 30px;
            margin-left: 3px;
            margin-right: 16px;
        }

        .submit-btn {
            margin-top: 20px;
            width: 690px;
            height: 86px;
            background: #444;
            text-align: center;
            line-height: 86px;
            color: #fff;
            border-radius: 6px;
            display: block;
        }
    }
}