let bg display center
This commit is contained in:
parent
e10b5b76f3
commit
82c0791824
@ -314,9 +314,9 @@ export default {
|
||||
...this.settings,
|
||||
user_bg_switch: true,
|
||||
user_bg_url:'https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3256812185,612138532&fm=26&gp=0.jpg',
|
||||
user_bg_is_dark: true,
|
||||
user_bg_is_dark: false,
|
||||
lesson_opacity: .7,
|
||||
bar_show_style: 0,
|
||||
bar_show_style: 1,
|
||||
}
|
||||
this.setSettings([settings, this])
|
||||
},
|
||||
@ -615,6 +615,8 @@ export default {
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center top;
|
||||
}
|
||||
}
|
||||
.dark-word {
|
||||
|
Loading…
x
Reference in New Issue
Block a user