culture.vue 268 B

1234567891011121314151617181920
  1. <template>
  2. <view class="content">
  3. <view class="header">
  4. 企业文化
  5. </view>
  6. </view>
  7. </template>
  8. <script>
  9. </script>
  10. <style lang="scss">
  11. .header{
  12. width: 100%;
  13. height: 80rpx;
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. }
  18. </style>