Commit be03b19d authored by 吴冠's avatar 吴冠

style

parent 6f3f0842
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
<!-- <div class="checkout" v-show = "showButton" @mouseover="hover()">退出</div> --> <!-- <div class="checkout" v-show = "showButton" @mouseover="hover()">退出</div> -->
<nuxt-link to="/login/user" class="login" v-show="showDefault">登录</nuxt-link> <nuxt-link to="/login/user" class="login" v-show="showDefault">登录</nuxt-link>
<span style="color:blue;margin-left:30px" class="other" @click="loginOther" v-show="showDefault">商家免费入驻</span> <span style="color:blue;margin-left:30px" class="other" @click="loginOther" v-show="showDefault">商家免费入驻</span>
<button @click="jump" v-show="!showDefault" class="right-pos">商家管理后台</button>
</div> </div>
</div> </div>
<div class="flex-item t1 collection"> <div class="flex-item t1 collection">
<button @click="jump" v-show="!showDefault" class="right-pos">商家管理后台</button>
<div @click="addFavo" class="t5">收藏网站</div> <div @click="addFavo" class="t5">收藏网站</div>
<img @click="addFavo" src="~/assets/head/collection.png" alt="收藏" class="t5"> <img @click="addFavo" src="~/assets/head/collection.png" alt="收藏" class="t5">
</div> </div>
...@@ -92,13 +92,13 @@ import Cookies from 'js-cookie' ...@@ -92,13 +92,13 @@ import Cookies from 'js-cookie'
<style scoped> <style scoped>
.right-pos{ .right-pos{
position: absolute;
top:12px; top:12px;
left:1000px;
cursor:pointer; cursor:pointer;
font-size: 10px; font-size: 10px;
color:blue; color:blue;
background: none; background: none;
font-size:12px;
margin-right:50px
} }
.header-line { .header-line {
...@@ -144,6 +144,7 @@ import Cookies from 'js-cookie' ...@@ -144,6 +144,7 @@ import Cookies from 'js-cookie'
} }
.other{ .other{
cursor: pointer; cursor: pointer;
margin-left:50px
} }
/* .checkout{ /* .checkout{
position: absolute; position: absolute;
...@@ -163,6 +164,6 @@ import Cookies from 'js-cookie' ...@@ -163,6 +164,6 @@ import Cookies from 'js-cookie'
cursor:pointer cursor:pointer
} }
.text{ .text{
font-size: 10px; font-size: 12px;
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment