添加个人联系页面

This commit is contained in:
kron
2025-05-07 23:34:15 +08:00
parent 29c332f171
commit ab169af87f
11 changed files with 79 additions and 82 deletions

View File

@@ -23,10 +23,11 @@ import Guide from "@/components/Guide.vue";
}
.start-btn {
margin: 0 10px;
padding: 15px 0;
font-weight: bold;
width: calc(100% - 20px);
background-color: #fed847;
font-size: 15px;
padding: 3px;
border-radius: 10px;
}
</style>