默认封面
This commit is contained in:
parent
9b2bbc1649
commit
adde0681d8
@ -43,7 +43,10 @@ export default {
|
||||
<style lang="sass">
|
||||
.account
|
||||
>.header
|
||||
background-color: rgba(0, 0, 0, .5)
|
||||
background-color: rgba(0, 0, 0, .15)
|
||||
background-image: linear-gradient(45deg, #ccc 25%, transparent 0, transparent 75%, #ccc 0),linear-gradient(45deg, #ccc 25%, transparent 0, transparent 75%, #ccc 0)
|
||||
background-position: 0 0, 40px 40px
|
||||
background-size: 90px 60px
|
||||
text-align: center
|
||||
height: 200px
|
||||
padding: 4rem
|
||||
|
@ -89,7 +89,10 @@ export default {
|
||||
.thread
|
||||
>.header
|
||||
height: 240px
|
||||
background-color: rgba(0, 0, 0, .5)
|
||||
background-color: rgba(0, 0, 0, .15)
|
||||
background-image: linear-gradient(45deg, #ccc 25%, transparent 0, transparent 75%, #ccc 0),linear-gradient(45deg, #ccc 25%, transparent 0, transparent 75%, #ccc 0)
|
||||
background-position: 0 0, 40px 40px
|
||||
background-size: 90px 60px
|
||||
margin: 0
|
||||
padding: 4rem
|
||||
text-align: center
|
||||
|
@ -52,7 +52,9 @@ export default {
|
||||
.header
|
||||
padding: 1rem
|
||||
border-bottom: 1px solid #ccc
|
||||
background-color: rgba(0, 0, 0, .5)
|
||||
background-image: linear-gradient(45deg, #eee 25%, transparent 0, transparent 75%, #eee 0),linear-gradient(45deg, #eee 25%, transparent 0, transparent 75%, #eee 0)
|
||||
background-position: 0 0, 40px 40px
|
||||
background-size: 90px 60px
|
||||
text-align: center
|
||||
height: 200px
|
||||
.title
|
||||
|
@ -25,7 +25,10 @@ export default {
|
||||
<style lang="sass">
|
||||
.user
|
||||
>.header
|
||||
background: rgba(0, 0, 0, .5)
|
||||
background-color: rgba(0, 0, 0, .15)
|
||||
background-image: linear-gradient(45deg, #ccc 25%, transparent 0, transparent 75%, #ccc 0),linear-gradient(45deg, #ccc 25%, transparent 0, transparent 75%, #ccc 0)
|
||||
background-position: 0 0, 40px 40px
|
||||
background-size: 90px 60px
|
||||
height: 200px
|
||||
margin: 0
|
||||
padding: 4rem
|
||||
|
Loading…
Reference in New Issue
Block a user