perillPgjs.vue 533 B

12345678910111213141516171819202122232425262728
  1. <template>
  2. <view class="page adffc" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
  3. <cus-header title='PERILL团队发展动态评估介绍'></cus-header>
  4. <image src="https://oss.familydaf.cn/sxsnfile/20260119/1b5158ed8d624784b3381c93a27973bd.jpg" mode="widthFix"></image>
  5. </view>
  6. </template>
  7. <script>
  8. export default {
  9. data(){
  10. return {
  11. }
  12. },
  13. methods:{
  14. }
  15. }
  16. </script>
  17. <style scoped lang="scss">
  18. .page{
  19. box-sizing: border-box;
  20. image{
  21. width: 100%;
  22. }
  23. }
  24. </style>