thank.vue 466 B

1234567891011121314151617181920212223242526
  1. <template>
  2. <view class="thank">
  3. <!-- <image src="../../static/images/thank.png" mode=""></image> -->
  4. </view>
  5. </template>
  6. <script>
  7. </script>
  8. <style lang="scss" scoped>
  9. page {
  10. // width: 100%;
  11. width: 750rpx;
  12. height: 100%;
  13. // background-image: url(../../static/images/thank.png);
  14. background-size: 100% 100%;
  15. }
  16. // .thank {
  17. // width: 100%;
  18. // height: 100%;
  19. // image {
  20. // width: 100%;
  21. // height: 100%;
  22. // }
  23. // }
  24. </style>