11.13早上提交

This commit is contained in:
zoujiandong
2025-11-13 08:41:08 +08:00
parent 4816054b96
commit 1e134f236c
67 changed files with 12733 additions and 7885 deletions
+4 -12
View File
@@ -1,15 +1,6 @@
<template>
<uni-nav-bar
left-icon="left"
title="肝胆新闻"
@clickLeft="goBack"
fixed
color="#8B2316"
height="180rpx"
:border="false"
backgroundColor="#eeeeee"
></uni-nav-bar>
<navBar title="肝胆新闻" />
<view class="news-page">
<!-- Fixed Banner Swiper -->
<view class="banner-container">
@@ -143,7 +134,8 @@
import { onShow } from "@dcloudio/uni-app";
import api from '@/api/api.js';
import docUrl from "@/utils/docUrl.js";
import navTo from '../../utils/navTo';
import navTo from '../../utils/navTo';
import navBar from '@/components/navBar/navBar.vue';
onMounted(() => {
loadNewsBanner();
@@ -270,7 +262,7 @@ import navTo from '../../utils/navTo';
/* Fixed Banner Container */
.banner-container {
position: fixed;
top: 180rpx; /* uni-nav-bar height */
top:calc(var(--status-bar-height) + 44px);
left: 0;
right: 0;
z-index: 50;