optimization.less
396 Bytes
@charset "UTF-8";
.optimization-box {
margin-top: 30px;
.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: 30px 0 50px 0;
.components-box {
margin-bottom: 50px;
&:last-child {
margin-bottom: 0;
}
}
}
}