tide-command.page.css 1.14 KB
.tide-command-page {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f2f2f2;

    .command-textarea {
        height: 94px;
        width: 100%;
        font-size: 28px;
        line-height: 94px;
        color: #000;
        border: none;
        resize: none;
        background-color: #fff;
        padding-left: 30px;
    }

    .close {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background-color: #c0c0c0;
        color: #fff;
        text-align: center;
        line-height: 30px;
        position: absolute;
        right: 30px;
        top: 32px;
    }

    .rules {
        padding: 30px;
        color: #a6a6a6;
        line-height: 40px;
        font-size: 24px;

        .title {
            line-height: 60px;
            font-size: 26px;
            font-weight: 700;
            width: 100%;
            color: #000;
            display: inline-block;
        }
    }

    .resources {
        width: 690px;
        height: 285px;
        margin-left: 30px;
        position: fixed;
        bottom: 0;
    }

    .hide {
        display: none;
    }
}