v 1.1.0
This commit is contained in:
BIN
components/decoration5/img/decoration.gif
Normal file
BIN
components/decoration5/img/decoration.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
22
components/decoration5/index.vue
Normal file
22
components/decoration5/index.vue
Normal file
@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<div class="dv-decoration-5">
|
||||
<img src="./img/decoration.gif" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Decoration5'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
.dv-decoration-5 {
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
margin-top: -21%;
|
||||
margin-bottom: -25%;
|
||||
}
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user