<template>
<view class="content">
<view class="a">
<text></text>
<text></text>
<text></text>
<text></text>
发光按钮
</view>
</view>
</template>
<script>
</script>
<style>
body {
background-color: black; /* 设置页面背景色为黑色 */
}
.content {
display: flex;
flex-direction: column; /* 将元素垂直排列 */
align-items: center; /* 水平居中对齐 */
justify-content: center; /* 垂直居中对齐 */
margin-to