diff --git a/assets/img/home/icon-message.png b/assets/img/home/icon-message.png
new file mode 100644
index 0000000..0c74a3d
Binary files /dev/null and b/assets/img/home/icon-message.png differ
diff --git a/assets/img/layout/icon-message-light.png b/assets/img/layout/icon-message-light.png
new file mode 100644
index 0000000..d914729
Binary files /dev/null and b/assets/img/layout/icon-message-light.png differ
diff --git a/assets/img/layout/icon-order-light.png b/assets/img/layout/icon-order-light.png
new file mode 100644
index 0000000..844802b
Binary files /dev/null and b/assets/img/layout/icon-order-light.png differ
diff --git a/assets/img/layout/icon-phone-light.png b/assets/img/layout/icon-phone-light.png
new file mode 100644
index 0000000..7fa48d7
Binary files /dev/null and b/assets/img/layout/icon-phone-light.png differ
diff --git a/assets/img/sckill/bkg-large.png b/assets/img/sckill/bkg-large.png
index bbb8f65..80c794a 100644
Binary files a/assets/img/sckill/bkg-large.png and b/assets/img/sckill/bkg-large.png differ
diff --git a/layouts/module/header/HeaderCart.vue b/layouts/module/header/HeaderCart.vue
index 4c18552..f06ea24 100644
--- a/layouts/module/header/HeaderCart.vue
+++ b/layouts/module/header/HeaderCart.vue
@@ -170,7 +170,7 @@ export default {
height: 42px;
line-height: 42px;
color: #999999;
- border-radius: 8px 8px 8px 8px;
+ border-radius: 4px;
border: 1px solid #eeeeee;
cursor: pointer;
.wrap-right-cart__tip {
@@ -181,16 +181,17 @@ export default {
border-radius: 50%;
color: #ffffff;
margin-left: 4px;
+ padding-top: 2px;
&--more {
width: unset;
- padding: 0 4px;
+ padding: 2px 5px 0 4px;
border-radius: 7px;
}
}
img {
width: 16px;
height: 16px;
- margin: 0 4px 0 10px;
+ margin-right: 10px;
}
}
.header-cart-popover {
diff --git a/layouts/module/header/HeaderCategory.vue b/layouts/module/header/HeaderCategory.vue
index ea9810b..c775f7c 100644
--- a/layouts/module/header/HeaderCategory.vue
+++ b/layouts/module/header/HeaderCategory.vue
@@ -29,7 +29,7 @@
'menu-left__item--light': item.id === currentCategroyId,
}"
>
-
+
{{ item.name }}
@@ -198,6 +198,7 @@ export default {
box-shadow: 7px 0px 10px 1px rgba(0, 0, 0, 0.1);
border: 1px solid #eeeeee;
background: #ffffff;
+ border-radius: 0 4px 4px 0;
.category-menu-right__wrap {
height: 36px;
margin-top: 23px;
diff --git a/layouts/module/header/HeaderInfoBar.vue b/layouts/module/header/HeaderInfoBar.vue
index f3e3593..fc35920 100644
--- a/layouts/module/header/HeaderInfoBar.vue
+++ b/layouts/module/header/HeaderInfoBar.vue
@@ -20,10 +20,10 @@