头部样式修改

This commit is contained in:
xuli3099
2025-08-28 14:10:14 +08:00
parent c7b5f355ae
commit 5365116306

View File

@@ -51,22 +51,20 @@ const handleBack = () => {
<style scoped>
.custom-navbar {
width: 750rpx;
width: 100%;
position: fixed;
top: 0;
left: 50%;
margin-left:-375rpx;
z-index: 999;
/* #ifdef APP-PLUS */
/* background: url('@/static/images/bg-Blue-header.png') no-repeat;
background-size:750rpx 160rpx;
height:160rpx; */
background: #307AF5 url('@/static/images/bg-Blue-header.png') no-repeat;
background-size:100% 160rpx;
height:160rpx;
/* #endif */
/* #ifndef APP-PLUS */
/* background: url('@/static/images/bg-Blue-header2.png') no-repeat;
background-size:750rpx 116rpx;
height:116rpx; */
background: #307AF5 url('@/static/images/bg-Blue-header2.png') no-repeat;
background-size:100% 116rpx;
height:116rpx;
/* #endif */
}