PublishApply.vue 314 B

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