page { width: 100%; height: auto; overflow-y: auto; background: #f7f7f7; } .list{ width: 100%; height: auto; margin-top: 10rpx; padding: 0rpx 23rpx; box-sizing: border-box; background: #fff; display: flex; justify-content: space-between; flex-direction: column; } .name{ height: 80rpx; border-bottom: 1rpx solid #e7eeee; font-size: 28rpx; line-height: 80rpx; color: #adadad; } .detail{ width: 100%; min-height: 80rpx; /* line-height: 80rpx; */ font-size: 32rpx; color: #333333; padding: 23rpx 0rpx; box-sizing: border-box; }