PublishApply.vue 261 B

12345678910111213
  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. margin-bottom:20px;
  11. }
  12. </style>