不记得写了什么..
This commit is contained in:
parent
f112b475ea
commit
51b6c5b51b
@ -70,40 +70,45 @@ export default {
|
|||||||
height: 1rem
|
height: 1rem
|
||||||
margin: .25rem .5rem
|
margin: .25rem .5rem
|
||||||
.websocket.on
|
.websocket.on
|
||||||
background: green
|
background: #00ee00
|
||||||
|
|
||||||
.main
|
.main
|
||||||
>header.header>div
|
>header.header
|
||||||
display: flex
|
position: fixed
|
||||||
align-items: flex-end
|
top: 0
|
||||||
padding-top: .5rem
|
left: 0
|
||||||
>.logo
|
width: 100%
|
||||||
font-size: 2rem
|
padding: 1rem 0
|
||||||
font-weight: 900
|
>div
|
||||||
margin-right: 1.5rem
|
|
||||||
>nav.navbar
|
|
||||||
flex: 1
|
|
||||||
display: flex
|
display: flex
|
||||||
align-items: center
|
align-items: flex-end
|
||||||
//justify-content: center
|
>.logo
|
||||||
.navbar-item
|
font-size: 2rem
|
||||||
margin: 0 .25rem
|
font-weight: 900
|
||||||
padding: 0 .75rem
|
margin-right: 1.5rem
|
||||||
height: 2rem
|
>nav.navbar
|
||||||
line-height: 2rem
|
flex: 1
|
||||||
text-align: center
|
display: flex
|
||||||
font-weight: 600
|
align-items: center
|
||||||
>.online
|
//justify-content: center
|
||||||
.navbar-user
|
.navbar-item
|
||||||
.userinfo
|
margin: 0 .25rem
|
||||||
|
padding: 0 .75rem
|
||||||
|
height: 2rem
|
||||||
|
line-height: 2rem
|
||||||
|
text-align: center
|
||||||
font-weight: 600
|
font-weight: 600
|
||||||
display: flex
|
>.online
|
||||||
align-items: center
|
.navbar-user
|
||||||
.avatar
|
.userinfo
|
||||||
width: 24px
|
font-weight: 600
|
||||||
height: 24px
|
display: flex
|
||||||
border-radius: 50%
|
align-items: center
|
||||||
margin-right: .5rem
|
.avatar
|
||||||
|
width: 24px
|
||||||
|
height: 24px
|
||||||
|
border-radius: 50%
|
||||||
|
margin-right: .5rem
|
||||||
|
|
||||||
footer.footer
|
footer.footer
|
||||||
text-align: center
|
text-align: center
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
.tags
|
.tags
|
||||||
span.tag test
|
span.tag test
|
||||||
span.tag demo
|
span.tag demo
|
||||||
.content.main-width
|
.content.circumscription
|
||||||
p {{ thread.data }}
|
p {{ thread.data }}
|
||||||
PostList(:data="postlist")
|
PostList(:data="postlist")
|
||||||
.post-create(v-if="account.online")
|
.post-create(v-if="account.online")
|
||||||
|
Loading…
Reference in New Issue
Block a user