| .product_ul { | .product_ul { | ||||
| height: 100%; | height: 100%; | ||||
| @include flex(column, space-between, flex-start, null); | |||||
| @include flex(column, flex-start, flex-start, null); | |||||
| li { | li { | ||||
| @include size(100%, 160px); | @include size(100%, 160px); | ||||
| @include flex(row, space-between, center, null); | @include flex(row, space-between, center, null); | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| .product_ul > li + li { | |||||
| margin-top: 40px; | |||||
| } | |||||
| .have_no_product { | .have_no_product { | ||||
| @include flex(column, space-around, center, null); | @include flex(column, space-around, center, null); | ||||
| padding: 130px 88px; | padding: 130px 88px; |