mirror of
https://github.com/talktao/Vue3-Vite-Vant-TS-H5.git
synced 2025-06-11 04:59:20 +08:00
29 lines
394 B
Vue
29 lines
394 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div class="welfare">
|
|
<CustomHeader title="福利票" />
|
|
</div>
|
|
</template>
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
.title {
|
|
display: block;
|
|
font-size: 36px;
|
|
text-align: center;
|
|
}
|
|
p {
|
|
padding: 20px 10px;
|
|
font-size: 16px;
|
|
}
|
|
img {
|
|
display: block;
|
|
width: 150px;
|
|
height: 150px;
|
|
margin: 0 auto;
|
|
}
|
|
</style> |