<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>