| 123456789101112131415161718192021222324252627282930313233 |
- <template>
-
- <div class='share-bg-box'>
- <image src="../../static/share-bg.png"></image>
- </div>
-
- </template>
- <script>
- </script>
-
- <style>
-
- page {
- height: 100%;
- background-image: url("data:image/jpg;base64,/9j/4AAQSkZJRgABAQEA....");
- }
-
-
- .share-bg-box {
- width: 100%;
- height: 100%;
- /* background-image: '../../static/share-bg.png'; */
- }
- .share-bg-box image {
- width: 100%;
- height: 100%;
- z-index: -99;
- }
-
- </style>
|