optimization.less 369 Bytes
@charset "UTF-8";

.optimization-box {
    .goods-list-box {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 10%, rgba(249, 249, 249, 1) 100%);
        padding-top: 50px;
        .components-box {
            margin-bottom: 50px;
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}