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.
|
<template> |
|
<div class="main"> |
|
2 |
|
</div> |
|
</template> |
|
|
|
<script setup> |
|
|
|
|
|
</script> |
|
|
|
<style scoped> |
|
.main{ |
|
width: 20px; |
|
height: 30px; |
|
border: 2px solid #f82caa; |
|
text-align: center; |
|
font-size: 20px; |
|
line-height: 30px; |
|
font-weight: 700; |
|
color: #f82caa; |
|
} |
|
</style> |