| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:24 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-11-07 19:24:45 |
| | | * @LastEditTime: 2024-11-08 11:50:25 |
| | | * @FilePath: \bigScreen\src\views\layout\index.vue |
| | | * @Description: |
| | | * |
| | |
| | | --> |
| | | <template> |
| | | <div class="wrapper"> |
| | | <div v-if="showSinglePage" class="main-content" id="MainContent"> |
| | | <div v-if="showSinglePage" class="main-content single-page" id="MainContent"> |
| | | <div class="w100 h100"> |
| | | <div class="main-header"> |
| | | <div class="title">吉水化工园区“一园一策一图”VR平台</div> |
| | |
| | | <main-search></main-search> |
| | | <main-tool></main-tool> |
| | | |
| | | <div v-if="showSubLayout" class="main-container"> |
| | | <router-view></router-view> |
| | | <div v-if="showSubLayout" class="w100 h100"> |
| | | <router-view class="w100 h100"></router-view> |
| | | </div> |
| | | |
| | | <div v-if="!showSubLayout" class="w100 h100"> |
| | |
| | | |
| | | pointer-events: none; |
| | | |
| | | &.single-page { |
| | | background: url(/images/header.png) no-repeat center / 100% 100%, |
| | | url(/images/pro-bg.png) no-repeat center / 100% 100%, |
| | | rgba(0, 0, 0, 1); |
| | | } |
| | | |
| | | .main-header { |
| | | position: absolute; |
| | | top: 0; |