You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
614 B
32 lines
614 B
<template> |
|
<div class="main"> |
|
<img style="width: 100%;height: 100%;" src="../../../assets/images/setzijie.png" alt="" srcset=""> |
|
</div> |
|
</template> |
|
|
|
<script setup > |
|
</script> |
|
|
|
<style scoped > |
|
.main{ |
|
position: relative; |
|
width: 40px; |
|
height: 40px; |
|
|
|
text-align: center; |
|
font-size: 16px; |
|
line-height: 40px; |
|
font-weight: 700; |
|
|
|
} |
|
.main::after{ |
|
content: "写入的字节"; |
|
display: block; |
|
position: absolute; |
|
width: 120px; |
|
top: -35px; |
|
left: -40px; |
|
font-size: 12px; |
|
color: #fff; |
|
} |
|
</style> |