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.
 
 
 
 

38 lines
538 B

<template>
<view class="succ">
Successful registration
</view>
</template>
<script>
import cont from "@/components/navigation/navigation.vue"
import tabBar from "@/components/tabBar/tabBar.vue"
export default {
data() {
return {
}
},
methods: {
}
};
</script>
<style scoped>
page{
background: #FAFAFA;
height: 100%;
}
.succ{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
font-weight: 500;
font-size: 30rpx;
}
</style>
<style>
@import './index.css';
</style>