头部样式修改
This commit is contained in:
@@ -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 */
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user