page { background: #f5f5f5; } .card { display: flex; flex-direction: row; align-items: center; height: 172rpx; width: 100%; border-top: 2rpx solid rgba(242, 242, 242, 1); border-bottom: 12rpx solid rgba(242, 242, 242, 1); } .card .avatar { width: 123rpx; height: 123rpx; background: rgba(255, 155, 98, 1); border-radius: 50%; margin-left: 71rpx; } .card .flex { display: flex; flex-direction: column; justify-content: center; margin-left: 45rpx; } .card .flex .name { font-size: 32rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(34, 34, 34, 1); } .card .flex .wz { font-size: 22rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(153, 153, 153, 1); } /* 个人资料开始 */ .basic { display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 78rpx; width: 100%; border-bottom: 1rpx solid rgba(238, 238, 238, 1); } .basic .persondetail { font-size: 32rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(34, 34, 34, 1); padding-left: 60rpx; } .basic .edit { width: 29rpx; height: 29rpx; padding-right: 30rpx; } .basic-info { display: flex; flex-direction: column; align-items: center; height: 205rpx; width: 100%; border-bottom: 12rpx solid rgba(242, 242, 242, 1); padding-top: 25rpx; } .infoma { display: flex; flex-direction: row; /* height: 24rpx; */ width: 100%; margin-bottom: 16rpx; } .infoma .detailinfo { font-size: 26rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(102, 102, 102, 1); margin-left: 60rpx; width: 30%; } .infoma .detail { font-size: 26rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(102, 102, 102, 1); width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .basic-info1 { display: flex; flex-direction: column; align-items: center; height: 168rpx; width: 100%; border-bottom: 12rpx solid rgba(242, 242, 242, 1); padding-top: 25rpx; } .add { display: flex; flex-direction: row; align-items: center; width: 100%; height: 148rpx; border-bottom: 12rpx solid rgba(242, 242, 242, 1); } .add image { width: 76rpx; height: 77rpx; margin-left: 143rpx; } .add text { font-size: 26rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(153, 153, 153, 1); margin-left: 52rpx; } .basic-info2 { display: flex; flex-direction: column; align-items: center; height: 163rpx; width: 100%; border-bottom: 1rpx solid rgba(238, 238, 238, 1); padding-top: 25rpx; } .infoma .dba { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 70%; } .infoma .dba .detail { font-size: 26rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(102, 102, 102, 1); } .infoma .dba .edit1 { width: 29rpx; height: 29rpx; padding-right: 30rpx; } .wx { padding-top: 29rpx; width: 100%; }