| | |
| | | <script setup lang="ts"> |
| | | import ItemWrap from "@/components/item-wrap"; |
| | | import MenuHeader from "@/components/menu-header.vue"; |
| | | // import MenuHeader from "@/components/menu-header.vue"; |
| | | import LeftTop from "./left-top.vue"; |
| | | import LeftCenter from "./left-center.vue"; |
| | | import LeftBottom from "./left-bottom.vue"; |
| | |
| | | } |
| | | |
| | | .contetn_lr-item_right { |
| | | flex: auto; |
| | | width: 48%; |
| | | } |
| | | |
| | | .contetn_lr-item_left { |
| | | flex: 1; |
| | | width: 50%; |
| | | } |
| | | |
| | | .contetn_lr-item_contetn { |
| | |
| | | .item_title_content { |
| | | //height: $item_title_content-height; |
| | | margin: 20px 0; |
| | | border: 1px solid #29466A; |
| | | //background: #11223A; |
| | | } |
| | | |
| | | .item_title_content_def { |