.report-body{ padding-bottom: 30rpx; } /* 个性特质分析 */ .report-nav{ display: flex; justify-content: center; height: 92rpx; background-color: #FFFFFF; margin-top: 10rpx; } .report-nav>view{ font-size: 32rpx; line-height: 92rpx; margin: 0 30rpx; } /* .report-nav>view.active{ color: #3b99d9; } */ .report-relation{ display: flex; justify-content: space-around; height: 80rpx; background-color: #FFFFFF; margin-top: 10rpx; } .report-relation text{ font-size: 28rpx; line-height: 80rpx; } .section{ padding: 20rpx; background-color: #FFFFFF; border-radius: 16rpx; margin-top: 20rpx; } .report-title{ font-size: 36rpx; line-height: 60rpx; } .report-h2{ display: block; font-size: 32rpx; line-height: 46rpx; margin: 10rpx 0; } .report-h3{ display: block; font-size: 28rpx; line-height: 44rpx; text-align: justify; } .report-img, .report-img image{ width: 100%; } .report-img>text{ display: block; width: 100%; min-height: 500rpx; text-align: center; line-height: 500rpx; } /* 专业类匹配度 */ .exponent-title{ display: flex; justify-content: space-between; align-items: center; } .exponent-title>view{ font-size: 36rpx; line-height: 50rpx; } .exponent-list{ display: flex; justify-content: space-between; } .exponent-item{ width: 32%; text-align: center; } .exponent-item>text{ display: block; font-size: 30rpx; font-weight: 600; line-height: 48rpx; font-weight: 300; } .exponent-item>text:first-child{ font-size: 32rpx; font-weight: 600; border-bottom: 1px solid #2e9dff; padding-bottom: 10rpx; margin: 20rpx 0; }