index.vue 496 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <template>
  2. <view class="container">
  3. <view class="services">
  4. <img src="https://leaseraycos.oss-cn-shanghai.aliyuncs.com/document/20240912211512_1bcb38b2c7d3ecfc9dbfd74d3e795295_304193_1822_2268.jpg" alt="" mode="widthFix" style="width: 100%;"/>
  5. </view>
  6. </view>
  7. </template>
  8. <style>
  9. .container {
  10. font-family: Arial, Helvetica, sans-serif;
  11. font-size: 12px;
  12. }
  13. .services {
  14. width: 100%;
  15. }
  16. .services img {
  17. width: 100%;
  18. height: 100%;
  19. display: block;
  20. }
  21. </style>