.goods-block{cursor:pointer}.goods-block .goods-preiew-area{margin-top:20px;display:grid;grid-template-columns:repeat(2,150px);grid-gap:8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.goods-block .goods-preiew-area .goods-item{margin-bottom:20px}.goods-block .goods-preiew-area .goods-item .goods-image{width:150px;height:150px;background-color:#f6f6f6;border-radius:3px}.goods-block .goods-preiew-area .goods-item .goods-image .el-image{width:150px;height:150px}.goods-block .goods-preiew-area .goods-item .goods-info .title{color:#2b2b2b;font-size:13px;font-weight:500px;margin:6px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis}.goods-block .goods-preiew-area .goods-item .goods-info .price{color:#ff3931;font-size:13px;font-weight:500}