lock.uvue 366 B

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