| 1234567891011121314151617181920 |
- <template>
- <div class="step3">
- <p>恭喜您,项目已提交!</p>
- <p>客户经理将尽快联系您</p>
- </div>
- </template>
- <style lang="scss">
- .step3 {
- margin-top:130px;
- margin-bottom: 350px;
- text-align: center;
- p {
- font-size: 20px;
- font-weight: 400;
- color: #0B121A;
- line-height: 30px
- }
- }
- </style>
|