Newer
Older
KaiFengPC / src / views / sponeScreen / projectHM / ProjectYype.vue
@鲁yixuan 鲁yixuan on 22 Jun 252 bytes update
<template>
  <div class="partTitleHM">项目类型</div>
  <div class="ConstrucClass">项目类型</div>
</template>
<script setup></script>

<style lang="scss" scoped>
.ConstrucClass {
  width: 100%;
  height: 310px;
  background: #07347f;
}
</style>