123456789101112131415161718192021222324252627282930313233343536373839 |
- <template>
- <view class="container">
- <view class="services">
- <img src="https://leaseraycos.oss-cn-shanghai.aliyuncs.com/document/20240912211512_1bcb38b2c7d3ecfc9dbfd74d3e795295_304193_1822_2268.jpg" alt="" mode="widthFix" style="width: 100%;"/>
- </view>
- </view>
- </template>
- <style>
- .container {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- }
- .services {
- width: 100%;
- }
- .services img {
- width: 100%;
- height: 100%;
- display: block;
- }
- </style>
|