Merge branch 'main' of git.zdool.com:xs/ggfwjsc
This commit is contained in:
commit
2f13454c84
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
|
@ -20,6 +20,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<img src="../assets/RightLine.gif" class="rightLineClass">
|
||||
<img src="../assets/RightLine.gif" class="leftLineClass">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -218,5 +220,17 @@ onMounted(() => {
|
|||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.rightLineClass{
|
||||
position: absolute;
|
||||
right: -70px;
|
||||
bottom: -50px;
|
||||
}
|
||||
.leftLineClass{
|
||||
position: absolute;
|
||||
transform: scaleX(-1);
|
||||
left: -70px;
|
||||
bottom: -50px;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue