| 12345678910111213141516171819202122232425262728 |
- <template>
- <view class="page adffc" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
- <cus-header title='PERILL团队发展动态评估介绍'></cus-header>
- <image src="https://oss.familydaf.cn/sxsnfile/20260119/1b5158ed8d624784b3381c93a27973bd.jpg" mode="widthFix"></image>
- </view>
- </template>
- <script>
- export default {
- data(){
- return {
-
- }
- },
- methods:{
-
- }
- }
- </script>
- <style scoped lang="scss">
- .page{
- box-sizing: border-box;
- image{
- width: 100%;
- }
- }
- </style>
|