|
@ -46,8 +46,8 @@ onMounted(() => { |
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
.wrap { |
|
|
.wrap { |
|
|
width: 100%; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
|
width: 100vw; |
|
|
|
|
|
height: 100vh; |
|
|
background: url(../../../../assets/img/readwidely/back1.png) no-repeat; |
|
|
background: url(../../../../assets/img/readwidely/back1.png) no-repeat; |
|
|
background-size: 100% 100%; |
|
|
background-size: 100% 100%; |
|
|
display: flex; |
|
|
display: flex; |
|
|