- <template>
- <div class="publish-apply"></div>
- </template>
- <script>
- </script>
- <style lang="scss">
- .publish-apply {
- border-radius:5px;
- background: url('/images/applyPurchase/banner.png') center center/cover no-repeat;
- height: 400px;
- margin-bottom:20px;
- }
- </style>
|