From f4c3f82a3bd142bc555ec7f632dabc66ef86f5af Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期二, 19 八月 2025 16:51:45 +0800 Subject: [PATCH] 11 --- 项目代码/DP/src/views/indexs/index copy.vue | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 117 insertions(+), 0 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/DP/src/views/indexs/index copy.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/DP/src/views/indexs/index copy.vue" new file mode 100644 index 0000000..e04a22b --- /dev/null +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/DP/src/views/indexs/index copy.vue" @@ -0,0 +1,117 @@ +<template> + <div> + + <!--===============================绗竴鍧楄疆鎾浘===============================--> + <div class="contents"> + <div class="contetn_center" style="border: 1px solid #fff;"> + <!-- <CenterMap class="contetn_center_top" /> --> + </div> + <div class="contetn_left"> + <div class="pagetab"> + </div> + + <ItemWrap class="contetn_left-bottom contetn_lr-item" title="搴撲綅淇℃伅"> + <!-- <stationone /> --> + </ItemWrap> + + <ItemWrap class="contetn_left-bottom contetn_lr-item2" title="搴撳瓨淇℃伅"> + <!-- <stationtwo /> --> + </ItemWrap> + </div> + </div> + <!--===============================绗竴鍧楄疆鎾浘===============================--> + + <!--===============================绗簩鍧楄疆鎾浘===============================--> + <div> + 绗簩鍧楄疆鎾浘 + </div> + <!--===============================绗簩鍧楄疆鎾浘===============================--> + + <!--===============================绗笁鍧楄疆鎾浘===============================--> + <div> + 绗笁鍧楄疆鎾浘 + </div> + <!--===============================绗笁鍧楄疆鎾浘===============================--> + </div> +</template> + +<script> +import CenterMap from "./center-map.vue"; +import stationone from './station-one.vue' +import stationtwo from './station-two.vue' +export default { + components: { + CenterMap, + stationone, + stationtwo, + }, + data() { + return { + + }; + }, + filters: { + numsFilter(msg) { + return msg || 0; + }, + }, + created() { + }, + + mounted() { }, + methods: { + + }, +}; +</script> +<style lang="scss" scoped> +// 鍐呭 +.contents { + + .contetn_left, + .contetn_right { + width: 475px; + box-sizing: border-box; + // padding: 16px 0; + } + + .contetn_center { + width: 1400px; + } + + //宸﹀彸涓や晶 涓変釜鍧� + .contetn_lr-item { + height: 310px; + } + + .contetn_lr-item2 { + height: 620px; + } + + .contetn_center_top { + width: 100%; + } + + // 涓棿 + .contetn_center { + display: flex; + flex-direction: column; + justify-content: space-around; + } + + .contetn_center-bottom { + height: 315px; + } + + //宸﹁竟 鍙宠竟 缁撴瀯涓�鏍� + .contetn_left, + .contetn_right { + display: flex; + flex-direction: column; + justify-content: space-around; + position: relative; + + + } +} +</style> -- Gitblit v1.9.3