index.vue 523 B

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