page { background: #fff; } .container { padding: 0 40rpx 0 30rpx; } .top { display: flex; flex-direction: row; justify-content: space-between; align-items: center; border-bottom: 1rpx solid #E8E8E8; } .title-class { font-size: 32rpx !important; color: #333333 !important; line-height: 40rpx!important; } .custom-class { font-size: 24rpx; color: #FF3C41 !important; } .item { padding: 35rpx 0 30rpx 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1rpx solid #E8E8E8; } .score { margin-left: 10rpx; font-size: 36rpx; } .score-plus { color: #FF3C41; } .score-reduce { color: #666; } .left { display: flex; flex-direction: column; flex: 1; } .title { font-size: 28rpx; color: #4D4D4D; margin-bottom: 20rpx; } .content { font-size: 22rpx; color: #999999; }