| 12345678910111213 |
- <script setup lang='ts'>
- </script>
- <template>
- <view class="absolute top-0 left-0 w-full h-full flex items-center justify-center bg1">
- <cl-image src="https://oss.xiaoxiongcode.com/static/home/lock.png" mode="widthFix" width="30%" height="auto" />
- </view>
- </template>
- <style lang="scss" scoped>
- .bg1 {
- background-color: rgba(255, 255, 255, 0.5);
- }
- </style>
|