style: 样式修复

This commit is contained in:
2026-03-31 13:39:50 +08:00
parent aac25b05fe
commit 2d335399f5
7 changed files with 39 additions and 28 deletions

View File

@@ -341,7 +341,7 @@
</div>
<div class="submit-container" v-if="showStep(3)">
<div class="submit-btn poppins-bold" @click="handleSubmitForm">
<div class="step-btn submit-btn poppins-bold" @click="handleSubmitForm">
{{ t('AwardApply.submitYourDesign') }}
</div>
<div class="desc">
@@ -1732,16 +1732,16 @@ onUnmounted(() => {
.submit-container {
margin-top: 12rem;
.submit-btn {
height: 5rem;
background-color: #454545;
border-radius: 0.8rem;
color: #fff;
line-height: 5rem;
text-align: center;
font-size: 1.6rem;
cursor: pointer;
}
// .submit-btn {
// height: 8rem;
// background-color: #454545;
// border-radius: 0.8rem;
// color: #fff;
// line-height: 8rem;
// text-align: center;
// font-size: 1.6rem;
// cursor: pointer;
// }
.desc {
font-family: 'Instrument';