/* pages/member/Performance/Performance.wxss */ .performance { text-align: center; } .performance .content { background: #fff; padding: 20rpx 0; } .chart-box { background: white; width: 100%; height: 400px; } .performance .content .info_a { font-size: 28rpx; line-height: 60rpx; } .performance .content .info_b { font-size: 64rpx; color: #ff672b; line-height: 96rpx; } .performance .content .info_c { display: flex; margin-top: 20rpx; } .performance .content .info_c .li { width: 50%; line-height: 48rpx; font-size: 28rpx; color: #8c8c8c; } .performance .content .info_c .li:first-child { border-right: solid 2rpx #ebebeb; } .performance .content .info_c .li .span:last-child { color: #ff672b; font-size: 36rpx; }