添加个人联系页面

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

@@ -61,10 +61,12 @@ import Guide from "@/components/Guide.vue";
width: 70%;
text-align: center;
font-size: 14px;
height: 40px;
}
.founded-room > view > button {
background-color: #fed847;
width: 30%;
line-height: 40px;
border-radius: 30px;
font-size: 14px;
padding: 3px 0;
@@ -84,7 +86,6 @@ import Guide from "@/components/Guide.vue";
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
}
.create-room > view > image:first-child {
width: 18vw;
@@ -110,8 +111,10 @@ import Guide from "@/components/Guide.vue";
.create-room > button {
background-color: #fed847;
border-radius: 30px;
margin: 0 auto;
width: 70%;
font-size: 15px;
transform: translateY(-110%);
padding: 15px 0;
}
</style>