1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <template>
- <view class="container">
-
-
-
- <view class="services">
- <img src="https://leaseraycos.oss-cn-shanghai.aliyuncs.com/document/20240912211659_682c88f9e48d13ccf568d3372383c2d9_206868_1872_2272.jpg" alt="" mode="widthFix" style="width: 100%;"/>
- </view>
- </view>
- </template>
- <style scoped>
- .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>
|