.top{ width: 100vw; background-color: cornflowerblue; height: 370rpx; display: flex; justify-content: center; align-items: center; align-content: center; flex-direction: column; } .name{ color: white; margin-top: 30rpx; text-align: justify; text-justify: inter-word; text-align-last: justify; font-size: 28rpx; width: 180rpx; } .my{ display: flex; height: 100rpx; /* background-color: teal; */ align-items: center; padding-left: 30rpx; color: black; border-bottom: 1px solid rgb(209, 206, 206); } .item{ display: flex; height: 100rpx; /* background-color: teal; */ align-items: center; padding-left: 30rpx; color: black; } .item_name{ margin-left: 20rpx; }