portrait.vue 298 B

12345678910111213141516
  1. <template>
  2. <view style="width: 100%;padding: 40% 0;">
  3. <view style="width: 100%;">
  4. <image style="width: 100%;" src="../../../../static/img/family/listimage/1.jpg"></image>
  5. </view>
  6. </view>
  7. </template>
  8. <script>
  9. </script>
  10. <style>
  11. body {
  12. background-color: #000000 !important;
  13. }
  14. </style>