kongbai.vue 197 B

1234567891011121314
  1. <template>
  2. <view class="cointar">资料准备中,暂未开放</view>
  3. </template>
  4. <script>
  5. </script>
  6. <style>
  7. .cointar{
  8. text-align: center;
  9. font-size: 28px;
  10. margin-top: 200px;
  11. }
  12. </style>