.container1 { display: flex; flex-direction: column; background-color: #f5f5f5; } .text-item{ font-size: 30rpx; color: #333; height: 100rpx; align-items: center; display: flex; } .divider { width: 100%; height: 1rpx; background-color: #ccc; }