page{ background-color: #f2f2f2; } .content{ width: 690rpx; margin: 0 auto; display: flex; flex-direction: column; } .content-title{ height: 86rpx; border-bottom: 1rpx solid #efefef; font-size: 30rpx; color: #333; display: flex; align-items: center; font-weight: bold; } .content-text{ display: flex; padding: 30rpx 0rpx; align-items: center; } .content-text-title{ font-size: 26rpx; color: #333; width: 130rpx; margin-left: 20rpx; font-weight: 600; } .content-number{ font-size: 26rpx; color: #666; width: 80%; } .success{ color: #33ad37; } .ps{ font-size: 26rpx; color: #333; margin-left: 20rpx; } .reply{ padding: 20rpx; display: flex; } .reply-title{ width: 130rpx; font-size: 26rpx; color: #333; font-weight: 600; } .reply-text{ width: 550rpx; font-size: 26rpx; color: #666; }