Commit be03b19d authored by 吴冠's avatar 吴冠

style

parent 6f3f0842
......@@ -17,10 +17,10 @@
<!-- <div class="checkout" v-show = "showButton" @mouseover="hover()">退出</div> -->
<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>
<button @click="jump" v-show="!showDefault" class="right-pos">商家管理后台</button>
</div>
</div>
<div class="flex-item t1 collection">
<button @click="jump" v-show="!showDefault" class="right-pos">商家管理后台</button>
<div @click="addFavo" class="t5">收藏网站</div>
<img @click="addFavo" src="~/assets/head/collection.png" alt="收藏" class="t5">
</div>
......@@ -92,13 +92,13 @@ import Cookies from 'js-cookie'
<style scoped>
.right-pos{
position: absolute;
top:12px;
left:1000px;
cursor:pointer;
font-size: 10px;
color:blue;
background: none;
font-size:12px;
margin-right:50px
}
.header-line {
......@@ -144,6 +144,7 @@ import Cookies from 'js-cookie'
}
.other{
cursor: pointer;
margin-left:50px
}
/* .checkout{
position: absolute;
......@@ -163,6 +164,6 @@ import Cookies from 'js-cookie'
cursor:pointer
}
.text{
font-size: 10px;
font-size: 12px;
}
</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