| 1234567891011121314151617181920 |
- <template>
- <view class="content">
- <view class="header">
- 企业文化
- </view>
- </view>
- </template>
- <script>
- </script>
- <style lang="scss">
- .header{
- width: 100%;
- height: 80rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- </style>
|