bitcooo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

43 lines
732 B

<template>
<view class="">
<view class="wrap">
<image src="../../../static/tongyonh/Group285.png" mode="aspectFit" class="logo mar"></image>
<image src="../../../static/tongyonh/bit.png" mode="aspectFit" class="bit mar"></image>
<image src="../../../static/tongyonh/cry.png" mode="aspectFit" class="cry mar"></image>
</view>
</view>
</template>
<script>
import cont from "@/components/navigation/navigation.vue"
export default {
data() {
return {
}
},
onLoad() {
},
methods: {
},
}
</script>
<style scoped>
page {
background: linear-gradient(to bottom,#2B1763 30%,#130B30 70%);
height: 100%;
position: relative;
}
</style>
<style>
@import './index.css';
</style>