.container-view { display: flex; flex-direction: column; background-color: #f5f5f5; } .text-item{ font-size: 30rpx; color: #333; height: 100rpx; align-items: center; padding-left: 20rpx; display: flex; } .view_class{ display: flex; } .qr{ align-items: center; width: 60%; height: 450rpx; display: flex; justify-content: center; } .divider { width: 100%; height: 1rpx; background-color: #ccc; } .list-item { font-size: 30rpx; height: 100rpx; color: #333; border-bottom: 1rpx solid #eee; align-items: center; display: flex; border-bottom: 1rpx solid #ccc; }