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.

34 lines
605 B

12 months ago
<template>
<div class="ycl">
<div class="ycl__title">各月份产量()</div>
</div>
</template>
<script>
export default {
name:'MainGeYueChanLiang'
}
</script>
<style scoped>
.ycl{
width: 1070px;
height: 342px;
background: url('../../../assets/kban/gyclbg.png') no-repeat;
background-size: 100% 100%;
text-align: center;
.ycl__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: 425px;
}
}
</style>