/* 人员信息绑定 */ /* 头部部分 */ .information-header{ display: flex; flex-direction: column; justify-content: space-around; align-items: center; width: 220rpx; height: 220rpx; margin-top:192rpx; margin-bottom: 172rpx; } /* 底部部分 */ .information-footer{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 480rpx; height: 180rpx; }