默认封面

This commit is contained in:
2024-04-16 20:40:25 +08:00
parent 9b2bbc1649
commit adde0681d8
4 changed files with 15 additions and 4 deletions

View File

@ -43,7 +43,10 @@ export default {
<style lang="sass"> <style lang="sass">
.account .account
>.header >.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 text-align: center
height: 200px height: 200px
padding: 4rem padding: 4rem

View File

@ -89,7 +89,10 @@ export default {
.thread .thread
>.header >.header
height: 240px 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 margin: 0
padding: 4rem padding: 4rem
text-align: center text-align: center

View File

@ -52,7 +52,9 @@ export default {
.header .header
padding: 1rem padding: 1rem
border-bottom: 1px solid #ccc 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 text-align: center
height: 200px height: 200px
.title .title

View File

@ -25,7 +25,10 @@ export default {
<style lang="sass"> <style lang="sass">
.user .user
>.header >.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 height: 200px
margin: 0 margin: 0
padding: 4rem padding: 4rem