/** vant样式覆写 */ .van-nav-bar__content { height: 60px; background-image: url("../images/tiileimg.png"); background-size: 100%; //background: linear-gradient(270deg, rgba(229, 0, 18, 1) 1%, rgba(255, 87, 108, 1) 98%); } .van-nav-bar__title { line-height: 30px; font-weight: 700; font-size: 22px; color: #FFFFFF; } .van-nav-bar { z-index: 99999999; } .van-field__label { color: #999999; }