12345678910111213141516171819202122232425262728293031323334353637383940 |
- <template>
- <view class="container">
-
-
-
- <view class="services">
- <img src="https://leaseraycos.oss-cn-shanghai.aliyuncs.com/document/20240913094443_2b17f27defdd4685f65f260e3a3a101.jpg" alt="" mode="widthFix" style="width: 100%;"/>
- </view>
- </view>
- </template>
- <style>
- .container {
- font-family:Arial, Helvetica, sans-serif;
- font-size: 12px;
-
-
- }
- .services {
-
- width: 100%;
- margin: 20px auto;
- padding: 0px;
-
- }
- .services img{
-
- width: 100%;
- height: 100%;
-
- }
- </style>
|