|
@@ -62,8 +62,7 @@
|
|
|
</template>
|
|
|
</v-text-field>
|
|
|
</validation-provider>
|
|
|
-
|
|
|
- <div class="">
|
|
|
+ <div class="submit-btn-box">
|
|
|
<v-btn
|
|
|
type="submit"
|
|
|
:loading="submitting"
|
|
@@ -198,14 +197,20 @@ export default {
|
|
|
.box1 {
|
|
|
margin-top: 275px;
|
|
|
}
|
|
|
+.submit-btn-box {
|
|
|
+ // 解决百度APP广告屏蔽导致按钮被隐藏
|
|
|
+ display: flex !important;
|
|
|
+ margin-top: 24px;
|
|
|
+ // align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
.submit-btn {
|
|
|
display: block;
|
|
|
- margin: auto;
|
|
|
+ // margin: auto;
|
|
|
width: 302px !important;
|
|
|
height: 62px !important;
|
|
|
background-image: url('~/assets/image/activity/invite-user/share-button@2x.png');
|
|
|
background-size: 100% 100%;
|
|
|
- margin-top: 24px;
|
|
|
color: #dd1b0d !important;
|
|
|
font-size: 22px !important;
|
|
|
font-weight: bold !important;
|