page { width: 100%; height: auto; overflow-y: auto; background: #f7f7f7; font-family: PingFang SC; } .header { width: 100%; height: 150rpx; /* position: fixed; top: 0; left: 0; z-index: 1000; */ } .header .header-bg { width: 100%; height: 100%; /* position: absolute; z-index: 10; left: 0; top: 0; */ position: absolute; height: 100%; z-index: -999; } .header .navigation { width: 100%; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32rpx; position: relative; z-index: 1; } .top20{margin-top: 20rpx;} .w20 { width: 38rpx; } .flex1 { flex: 1; } .list { padding: 0rpx 40rpx; background-color: #fff; } .list .item { padding: 45rpx 0rpx; border-bottom: solid #F5F5F5 1px; display: flex; } .list .item image { width: 70rpx; height: 70rpx; margin-right: 25rpx; border-radius: 12rpx; } .list .item .vbetween{ flex: 1; } .list .item .h1 { font-size: 34rpx; color: #333333; margin-bottom: 20rpx; line-height: 1rem; } .list .item .h2 { font-size: 26rpx; color: #999999; line-height: 1rem; } .list .item .time{ color: #BABABA; font-size: 24rpx;line-height: 45rpx; }