|
@@ -12,7 +12,7 @@
|
|
|
>
|
|
|
<img
|
|
|
class="logo"
|
|
|
- src="@/assets/images/logo.png"
|
|
|
+ src="@/assets/images/logo-new.png"
|
|
|
alt=""
|
|
|
draggable="false"
|
|
|
@click="router.push({name: 'Banner'})"
|
|
@@ -339,7 +339,7 @@ html, body {
|
|
|
justify-content: space-around;
|
|
|
>img.logo{
|
|
|
flex: 0 0 auto;
|
|
|
- width: 131px;
|
|
|
+ width: 171px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
>menu.tab-bar{
|
|
@@ -397,7 +397,9 @@ html, body {
|
|
|
}
|
|
|
>.right-button-wrap{
|
|
|
flex: 0 0 auto;
|
|
|
+ width: 171px;
|
|
|
display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
align-items: center;
|
|
|
gap: 14px;
|
|
|
>button.shop{
|