index.css 2.73 KB
.show-box .brand {
    max-height: 108px;
    line-height: 48px;
    overflow: hidden;

    img {
        vertical-align: middle;
    }

    h2 {
        font-size: 28px;
        vertical-align: middle;
        margin-left: 30px;
    }

    a {
        float: right;
        margin-top: 12px;
        font-size: 28px;
        color: #b0b0b0;
        display: inline-block;
        vertical-align: middle;
    }
}

.separator {
    text-align: center;
    color: #c4c4c4;
    height: 110px;
    line-height: 110px;
    margin-bottom: -20px;

    span {
        background: #f6f6f6;
        padding: 0 15px;
    }

    hr {
        max-width: 512px;
        margin-top: -55px;
        border: none;
        border-top: 1px solid #eeeeee;
    }
}

i.info {
    font-style: normal;
    color: #b0b0b0;
    margin-top: 24px;
    display: block;
    font-size: 18px;
}

.image-box {
    background: #ffffff;
}

.title-box {
    text-align: center;
    margin-bottom: 50px;
    max-height: 195px;

    h1 {
        text-align: center;
        font-size: 30px;
        line-height: 48px;
        font-weight: normal;
        max-width: 580px;
        margin: 30px auto 30px auto;
    }

    i.price {
        color: #b0b0b0;
        font-size: 32px;
        font-weight: lighter;
        font-style: normal;

        &.strike-through {
            text-decoration: line-through;
        }

        &.highlight {
            color: #d0021b;
        }
    }
}

.control-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    position: fixed;
    width: 100%;
    height: 99px;
    bottom: 0;

    .control-button {
        min-width: 100px;
        border: none;
        border-top: 1px solid #CCC;

        .icon {
            font-size: 40px;
        }

    }

    .control-button:first-child {
        border-right: 1px solid #CCC;
    }

    .button-solid {
        font-size: 26px;
    }

}

.horizon-wrapper {
    overflow-x: scroll;
}

.table {
    border-collapse: collapse;

    th {
        background: #f6f6f6;
    }

    th, td {
        border: 1px solid #eeeeee;
        min-width: 170px;
        line-height: 66px;
        text-align: center;
        vertical-align: middle;
    }
}

.wash-condition {
    display: flex;
    justify-content: space-around;
}

.wash-condition-item {
    flex: 1;
    text-align: center;
}

.description {
    font-size: 0;

    li {
        font-size: 24px;
        width: 325px;
        line-height: 40px;
        display: inline-block;
    }

    .desc-caption {
        color: #c7c7c7;
        min-width: 100px;
    }
}

.model-avatar {
    vertical-align: middle;
    border-radius: 100%;
}

.model-name {
    width: 100px;
    display: inline-block;
}

.badge-tr {
    margin-top: -10px;
}