添加看板
parent
b2f017ee01
commit
b784c63cd8
Binary file not shown.
|
After Width: | Height: | Size: 649 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 454 KiB |
@ -0,0 +1,25 @@
|
||||
<template>
|
||||
<main class="board-page">
|
||||
<img class="board-device" src="@/assets/board/index/device.png" alt="" />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.board-page {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 1002;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
background: url('@/assets/board/index/bg.jpg') center / cover no-repeat;
|
||||
}
|
||||
|
||||
.board-device {
|
||||
display: block;
|
||||
width: 95%;
|
||||
max-height: 95vh;
|
||||
object-fit: contain;
|
||||
}
|
||||
</style>
|
||||
Loading…
Reference in New Issue