PublishApply.vue 237 B

123456789101112
  1. <template>
  2. <div class="publish-apply"></div>
  3. </template>
  4. <script>
  5. </script>
  6. <style lang="scss">
  7. .publish-apply {
  8. background: url('/images/applyPurchase/banner.png') center center/cover no-repeat;
  9. height: 400px;
  10. }
  11. </style>