| | |
| | | <div class="pl-30 pr-30"> |
| | | <!-- <div class="font-30 mb-27 textColor">{{ $t('重要提示') }}</div> --> |
| | | <!-- <div class="font-28 text-grey" v-html="tip"></div> --> |
| | | <button class="btnMain text-white next-btn font-30 rounded-lg" @click="nextBtn">{{ $t('下一步') |
| | | }}</button> |
| | | |
| | | <button class="btnMain text-white next-btn font-30 rounded-lg" @click="nextBtn"> |
| | | {{ $t('下一步') }} |
| | | </button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | } |
| | | |
| | | .hint-box { |
| | | // background-color: $tab_background; |
| | | background-color: $inp-b; |
| | | padding-top: 35px; |
| | | padding-bottom: 52px; |
| | | } |