|
@@ -762,19 +762,21 @@ export default {
|
|
display: flex;
|
|
display: flex;
|
|
padding-bottom: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
background: #fff;
|
|
background: #fff;
|
|
|
|
+ padding-left: 15rpx;
|
|
|
|
+
|
|
|
|
|
|
image {
|
|
image {
|
|
- margin: auto;
|
|
|
|
width: 128rpx;
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
height: 128rpx;
|
|
- margin-right: 20rpx;
|
|
|
|
border: 2rpx solid #FFFFFF;
|
|
border: 2rpx solid #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
.all-products-item-content {
|
|
.all-products-item-content {
|
|
|
|
+
|
|
width: calc(100% - 128rpx);
|
|
width: calc(100% - 128rpx);
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
+ padding-left: 15rpx;
|
|
|
|
|
|
|
|
|
|
.all-products-item-content-t {
|
|
.all-products-item-content-t {
|