diff --git a/pagesC/seekadvicefrom/seekadvicefrom.vue b/pagesC/seekadvicefrom/seekadvicefrom.vue index 7e08971..6274d37 100644 --- a/pagesC/seekadvicefrom/seekadvicefrom.vue +++ b/pagesC/seekadvicefrom/seekadvicefrom.vue @@ -699,15 +699,17 @@ position: fixed; top: 0; z-index: 99999; + width: 100vh; image { - margin: 0 4% 0 4%; + margin: 0 25rpx 0 25rpx; width: 20rpx; height: 30rpx; } .navbartitle { - width: 31%; + width: calc(100vh - 70rpx); + overflow: hidden; font-size: 34rpx; font-weight: 500; color: #FFFFFF;