Your Creation详情页

This commit is contained in:
李志鹏
2025-10-21 13:41:54 +08:00
parent fe2b1194bb
commit b2003d8a85
7 changed files with 327 additions and 91 deletions

View File

@@ -32,7 +32,9 @@
</p>
</div>
<div class="btns">
<button class="sandblasted-blurred" @click="handleUploadFace"><span>Upload Face</span></button>
<button class="sandblasted-blurred" @click="handleUploadFace">
<span>Upload Face</span>
</button>
<button class="sandblasted-blurred" @click="handleFinish"><span>Finish</span></button>
</div>
</div>
@@ -54,25 +56,6 @@
width: 100%;
height: auto;
}
.btns {
width: 100%;
display: flex;
justify-content: center;
> button {
width: 40rem;
height: 8.3rem;
border-radius: 0.7rem;
border: 0.4rem solid #fff;
font-family: satoshiMedium;
font-weight: 500;
font-size: 5.5rem;
margin: 0 1.8rem;
color: #fff;
}
}
}
.upload-face-1 {
> .texts {
top: 0;
left: 0;
@@ -88,9 +71,17 @@
line-height: 132%;
}
}
> .btns {
>.btns {
width: 100%;
display: flex;
justify-content: center;
bottom: 19.7rem;
> button {
width: 40rem;
height: 8.3rem;
border-radius: 0.7rem;
margin: 0 1.8rem;
}
}
}
</style>