添加个人联系页面
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user