1234567891011121314151617181920212223 |
- <template>
- <div class="step-3">
- <div class="ptc-block mb48">
- <p class="text">
- Please enter a valid email address, we will send you the latest status
- of the order through this contact method。
- </p>
- <input class="ptc-input" placeholder="email address" />
- </div>
- <div class="ptc-wrap">
- <button class="ptc-button">$89 NEXT</button>
- </div>
- </div>
- </template>
- <style lang="scss" scoped>
- .text {
- margin-bottom: 48px;
- line-height: 44px;
- font-size: 32px;
- color: #333;
- }
- </style>
|