access.vue 233 B

12345678910111213141516171819202122
  1. <template>
  2. <view class="jyy-bg">
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. data() {
  8. return {
  9. };
  10. }
  11. }
  12. </script>
  13. <style>
  14. .jyy-bg{
  15. height: 1250upx;
  16. background-image: url("/static/access/bg.png");
  17. }
  18. </style>