PublishApply.vue 284 B

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