<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-top: 300px; /* 顶部外边距为300像素 */
}
.a {
position: relative; /* 设置容器为相对定位 */
color: #03e9f4; /* 设置文本颜色为亮蓝色 */
text-decoration: none; /* 取消文本的下划线 */
transiti