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.

35 lines
613 B

8 months ago
<template>
<div class="cq">
<div class="cq__title">出勤情况</div>
</div>
</template>
<script>
export default {
name:'Cq'
}
</script>
<style scoped>
.cq{
width: 369px;
height: 294px;
background: url('../../../assets/kban/cqbg.png') no-repeat;
background-size: 100% 100%;
margin-left: 41px;
margin-top: 14px;
text-align: center;
.cq__title{
width: 231px;
height: 41px;
background: url('../../../assets/kban/cltitle.png') no-repeat;
background-size: 100% 100%;
font-weight: bold;
font-size: 20px;
padding: 12px 26px;
margin-left: 71px;
}
}
</style>