footerCenterChenPin.vue
372 Bytes
<template>
<div class="dv-content-body-bottom-list-center">
<dv-border-box-12 :dur="35"> </dv-border-box-12>
</div>
</template>
<script>
export default {
data() {
return {
sysData: {},
}
},
methods: {},
mounted() {},
}
</script>
<style scoped>
.dv-content-body-bottom-list-center {
width: 33vw;
height: 95%;
/* background-color: #a5c8ca; */
}
</style>