index.scss 3.61 KB
.sell-page {
    padding: 0 40px;

    .red {
        color: #D0021B;
    }

    .black {
        color: #000;
    }

    .product-info {
        display: flex;
        align-items: center;
        width: 100%;
        
        .product-img {
            width: 240px;
            height: 240px;
        }

        .color {
            font-family: PingFang-SC-Medium;
            font-size: 24px;
            color: #999;
        }

        .price {
            font-family: PingFangSC-Regular;
            font-size: 28px;
            color: #000;

            .num {
                font-family: DINAlternate-Bold;
                font-size: 40px;
                color: #000;
                line-height: 56px;
            }
        }

        .product-dec {
            margin-left: 20px;
        }
    }

    .custom-self{
        width: 670px;
        height: 100px;
        background: #F5F5F5;
        border-radius: 10px;
        padding: 0 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;

        .left-nav {
            font-family: DINAlternate-Bold;
            font-size: 40px;
            color: #000;
        }

        .placeholder {
            font-family: PingFang-SC-Regular;
            font-size: 24px;
            color: #ccc;
        }
        
        .price-input {
            margin-left: 10px;
            width: 570px;
        }
    }

    .bond-area {
        margin-top: 30px;

        .bond-num {
            font-family: PingFang-SC-Regular;
            font-size: 28px;
            color: #000;
            display: flex;
            align-items: center;
        }

        .bond-dec {
            font-family: PingFang-SC-Regular;
            font-size: 24px;
            color: #999;
        }

        .dec-icon {
            margin-left: 20px;
        }
    }

    .dec-icon {
        width: 30px;
        height: 30px;
        vertical-align: middle;
    }

    .other-cost{
        margin-top: 40px;
        padding: 40px 0;
        border-top: 2px solid #eee;
        border-bottom: 2px solid #eee;

        .cost-item {
            display: flex;
            justify-content: space-between;
            font-family: PingFang-SC-Regular;
            font-size: 28px;
            color: #999;
            margin-bottom: 12px;

            &:last-child {
                margin-bottom: 0;
            }
        }
    }

    .address {
        height: 240px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        border-bottom: 2px solid #eee;


        .add-address {
            font-family: PingFang-SC-Medium;
            font-size: 40px;
            color: #000;
            text-align: center;
            width: 100%;

            .address-icon {
                width: 40px;
                height: 40px;
            }
        }

        .dec {
            width: 100%;
            font-family: PingFang-SC-Regular;
            font-size: 24px;
            color: #999;
            letter-spacing: 0.86px;
            text-align: center;
        }
    }

    .protocol {
        font-family: PingFang-SC-Regular;
        font-size: 24px;
        color: #999;
        display: flex;
        align-items: center;
        margin: 80px 0 30px;

        .protocol-url {
            color: #65AB85;
            margin-left: 10px;
        }

        .checkbox {
            zoom: 60%;
        }
    }

    .submit-btn {
        width: 670px;
        background: #002B47;
        color: #fff;
        border-radius: 0;
        margin-bottom: 40px;

        &.disabled {
            background: #ccc;
        }

        &:after {
            border: none;
        }
    }
}