page { background: #fff; } .phone { display: flex; flex-direction: column; align-items: center; } .phone-icon { margin-top: 50rpx; display: flex; align-content: center; justify-content: center; width: 100rpx; height: 100rpx; background: linear-gradient(0deg, #FF4330 0%, #FF7B60 100%); border-radius: 50%; } .phone-name { font-size: 30rpx; color: #333333; margin-top: 20rpx; } .phone-number { font-size: 24rpx; color: #999999; margin-top: 10rpx; margin-bottom: 40rpx; } .problem-tag { padding-left: 40rpx; display: flex; align-items: center; width: 100%; height: 60rpx; background: #F3F5F9; font-size: 30rpx; color: #333333; } .content { font-size: 26rpx; line-height: 48rpx; margin-left: 50rpx; color: #333333; } .da { color: #FF4330; }