init2
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
<template>
|
||||
<div class="container3">
|
||||
<slot />
|
||||
<div class="container3bg"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -35,5 +36,17 @@ export default {
|
||||
background-image: url(./bg.png);
|
||||
background-size: cover;
|
||||
overflow: hidden;
|
||||
z-index: 10;
|
||||
.container3bg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 766px;
|
||||
height: 632px;
|
||||
background-image: url(./bg.png);
|
||||
background-size: cover;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user