|
|
@ -1,25 +1,25 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="homeHeadPanel">
|
|
|
|
<div class="homeHeadPanel">
|
|
|
|
<div class="homeHeadWrap">
|
|
|
|
<div class="homeHeadWrap">
|
|
|
|
<rotateWrap
|
|
|
|
<!-- <rotateWrap
|
|
|
|
style="top: -30px"
|
|
|
|
style="top: -30px"
|
|
|
|
ref="rotateWrap"
|
|
|
|
ref="rotateWrap"
|
|
|
|
filePath="index_top"
|
|
|
|
filePath="index_top"
|
|
|
|
fileName="合成1_000"
|
|
|
|
fileName="合成1_000"
|
|
|
|
:total="41"
|
|
|
|
:total="41"
|
|
|
|
>
|
|
|
|
> -->
|
|
|
|
<div class="homeTitle">
|
|
|
|
<div class="homeTitle">
|
|
|
|
{{ title }}
|
|
|
|
{{ title }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</rotateWrap>
|
|
|
|
<!-- </rotateWrap> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import rotateWrap from "@/loveflow/components/animate/rotate.vue";
|
|
|
|
//import rotateWrap from "@/loveflow/components/animate/rotate.vue";
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
components: { rotateWrap },
|
|
|
|
components: {},
|
|
|
|
props: {
|
|
|
|
props: {
|
|
|
|
title: {
|
|
|
|
title: {
|
|
|
|
type: String,
|
|
|
|
type: String,
|
|
|
@ -50,7 +50,7 @@ export default {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 110px;
|
|
|
|
height: 110px;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-end;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|