This commit is contained in:
hh
2021-12-08 08:44:16 +08:00
parent 3047f7f63e
commit 6895a51323
13 changed files with 456 additions and 224 deletions

View File

@ -31,8 +31,8 @@ export default {
<style lang="scss" scoped>
.container3 {
width: 766px;
height: 632px;
width: 769px;
height: 586px;
background-image: url(./bg.png);
background-size: cover;
overflow: hidden;
@ -41,8 +41,8 @@ export default {
position: absolute;
top: 0;
left: 0;
width: 766px;
height: 632px;
width: 100%;
height: 100%;
background-image: url(./bg.png);
background-size: cover;
pointer-events: none;