.userInfo{ width: 100%; display: flex; justify-content: start; align-items: center; padding-left: 30rpx; background-color:#576b95; } .heard{ width:100rpx; height: 100rpx; border-radius: 10%; overflow: hidden; margin: 10rpx 0; } .account{ flex: 1; display: flex; flex-direction: column; color: white; font-size: 30rpx; height: 100%; font-weight: 600; } .account text{ font-size: 24rpx; font-weight: 400; margin: 10rpx 0; } .list{ width: 100%; height: 100vh; background-color: #eee; } .order{ width: 100%; display: flex; flex-direction: row; justify-content: start; align-items: center; margin-bottom: 20rpx; background-color:white; padding-left: 30rpx; height: 80rpx; } .order image{ width:50rpx; border-radius: 50%; } .order .order-detail{ width: 86%; display: flex; flex-direction: row; justify-content: space-between; } .order text{ margin-left: 20rpx; font-size: 20rpx; }