page{ background-color: #F4F4F4; } .container{ width: 100vw; padding-top: 20rpx; } .list{ width: 92vw; margin: 0 auto; } .item{ display: flex; flex-direction: row; background-color: #fff; padding: 20rpx; border-radius: 10rpx; margin-bottom: 20rpx; align-items: center; justify-content: space-between; } .item_top{ display: flex; align-items: center; } .van_img{ display: flex; justify-content: center; } .item_content{ font-size: 34rpx; color: #333333; margin-left: 10rpx; } .hongdian{ height: 50rpx; display: flex; align-items: center; }