_new-sale.scss 629 Bytes
.new-sale-page {
    .header-title {
        position: relative;
        width: 100%;
        height: 42px;
        margin-top: 20px;
        text-align: center;
        font-size: 20px;

        .count-wrap {
            position: relative;
        }

        .count {
            background: #fff;
            padding: 0 5px;
            color: #999;
            font-size: 12px;
            margin-top: 6px;
        }

        .line-through {
            position: absolute;
            bottom: 9px;
            left: 0;
            right: 0;
            height: 1px;
            border-top: 1px dotted #999;
        }
    }
}