20 lines
238 B
Vue
20 lines
238 B
Vue
|
<template>
|
||
|
<div class="content3">
|
||
|
|
||
|
</div>
|
||
|
</template>
|
||
|
<script setup>
|
||
|
|
||
|
</script>
|
||
|
|
||
|
|
||
|
|
||
|
<style scoped>
|
||
|
.content3{
|
||
|
height: 1rpx;
|
||
|
width: 100%;
|
||
|
background-image: url("../../static/zx303@3x (1).png");
|
||
|
background-size: 100%;
|
||
|
}
|
||
|
</style>
|