| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="aside_center"></div> |
| | | <div class="aside_center"> |
| | | <asideNew /> |
| | | </div> |
| | | <div class="aside_bottom"> |
| | | <asideTitle /> |
| | | </div> |
| | |
| | | <waterBottom /> |
| | | </div> |
| | | </div> |
| | | <p class="declare"> |
| | | <span |
| | | >声明:本平台仅提供水务智能化服务,不提供任何形式的法律或法规建议,请用户自行判断使用风险,并自行承担因使用本平台而产生的法律责任。</span |
| | | > |
| | | </p> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | </template> |
| | | |
| | | <script setup lang="ts"> |
| | | import asideNew from './component/waterLeftAside/asideNew.vue'; |
| | | import asideTitle from './component/waterLeftAside/asideTitle.vue'; |
| | | import waterBottom from './component/waterRight/bottom.vue'; |
| | | import waterCenter from './component/waterRight/center.vue'; |
| | |
| | | line-height: 18px; |
| | | box-sizing: border-box; |
| | | } |
| | | .declare { |
| | | position: absolute; |
| | | bottom: 0; |
| | | z-index: 9; |
| | | width: 100%; |
| | | height: 34px; |
| | | font-size: 14px; |
| | | font-weight: 400; |
| | | color: #999; |
| | | text-align: center; |
| | | } |
| | | } |
| | | } |
| | | </style> |