fxyk-gap.vue 253 B

12345678910111213
  1. <template>
  2. <u-gap height="73" bg-color="#40349C" margin-top="54" margin-bottom="38" class="d-flex a-center j-center word-style">节点办理</u-gap>
  3. </template>
  4. <script>
  5. </script>
  6. <style>
  7. .word-style {
  8. color: #fff;
  9. font-size: 38rpx;
  10. }
  11. </style>