|
@@ -7,6 +7,7 @@ li{list-style:none;}
|
|
|
.productShopBox a:hover{ color: #333333;}
|
|
|
.productShopBox .shop-item{ display: flex;flex: 1;flex-direction: row;align-items: center; }
|
|
|
.productShopBox .shopBox-logo{ width: 60px;height: 60px;border-radius: 30px;overflow: hidden;margin-right: 12px;background:rgba(0,0,0,0.02);}
|
|
|
+.productShopBox .shopBox-logo img{ width: 60px;height: 60px;border-radius: 30px;}
|
|
|
.productShopBox .shopBox-content{ display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;flex-direction: column }
|
|
|
.productShopBox .shopBox-name{ font-weight: 600;font-size: 16px;line-height: 24px;color: #11192d;margin-right: 16px;}
|
|
|
.productShopBox .shopBox-tit{ font-size: 14px;}
|