style: 样式修复
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user