|
@@ -6,7 +6,7 @@ li{list-style:none;}
|
|
.productShopBox{width: 100%;box-sizing: border-box;height: 80px;padding: 0 16px;margin: 16px auto;background: #FFFFFF;border-radius: 16px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
|
|
.productShopBox{width: 100%;box-sizing: border-box;height: 80px;padding: 0 16px;margin: 16px auto;background: #FFFFFF;border-radius: 16px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
|
|
.productShopBox a:hover{ color: #333333;}
|
|
.productShopBox a:hover{ color: #333333;}
|
|
.productShopBox .shop-item{ display: flex;flex: 1;flex-direction: row;align-items: center; }
|
|
.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{ width: 60px;height: 60px;border-radius: 30px;overflow: hidden;margin-right: 12px;background:rgba(0,0,0,0.02);border: 1px solid #F7F7F7;}
|
|
.productShopBox .shopBox-logo img{ width: 60px;height: 60px;border-radius: 30px;}
|
|
.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-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-name{ font-weight: 600;font-size: 16px;line-height: 24px;color: #11192d;margin-right: 16px;}
|