| 1234567891011121314151617181920212223242526 |
- <template>
- <view class="thank">
- <!-- <image src="../../static/images/thank.png" mode=""></image> -->
- </view>
- </template>
- <script>
- </script>
- <style lang="scss" scoped>
- page {
- // width: 100%;
- width: 750rpx;
- height: 100%;
- // background-image: url(../../static/images/thank.png);
- background-size: 100% 100%;
- }
- // .thank {
- // width: 100%;
- // height: 100%;
- // image {
- // width: 100%;
- // height: 100%;
- // }
- // }
- </style>
|