StepEnd.vue 362 B

1234567891011121314151617181920
  1. <template>
  2. <div class="step3">
  3. <p>恭喜您,项目已提交!</p>
  4. <p>客户经理将尽快联系您</p>
  5. </div>
  6. </template>
  7. <style lang="scss">
  8. .step3 {
  9. margin-top:130px;
  10. margin-bottom: 350px;
  11. text-align: center;
  12. p {
  13. font-size: 20px;
  14. font-weight: 400;
  15. color: #0B121A;
  16. line-height: 30px
  17. }
  18. }
  19. </style>