头部样式修改
This commit is contained in:
@@ -51,22 +51,20 @@ const handleBack = () => {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.custom-navbar {
|
.custom-navbar {
|
||||||
width: 750rpx;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 50%;
|
|
||||||
margin-left:-375rpx;
|
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
/* #ifdef APP-PLUS */
|
/* #ifdef APP-PLUS */
|
||||||
/* background: url('@/static/images/bg-Blue-header.png') no-repeat;
|
background: #307AF5 url('@/static/images/bg-Blue-header.png') no-repeat;
|
||||||
background-size:750rpx 160rpx;
|
background-size:100% 160rpx;
|
||||||
height:160rpx; */
|
height:160rpx;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
|
||||||
/* #ifndef APP-PLUS */
|
/* #ifndef APP-PLUS */
|
||||||
/* background: url('@/static/images/bg-Blue-header2.png') no-repeat;
|
background: #307AF5 url('@/static/images/bg-Blue-header2.png') no-repeat;
|
||||||
background-size:750rpx 116rpx;
|
background-size:100% 116rpx;
|
||||||
height:116rpx; */
|
height:116rpx;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user