NavHeader.wxss 242 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 .header { padding-bottom: 20rpx; } .header .title { font-size: 32rpx; line-height: 80rpx; color: #666; } .header .more { float: right; border: 1rpx solid #333; padding: 10rpx 20rpx; font-size: 24rpx; border-radius: 30rpx; }