/* 评价头部 */ .comment-header{ height: 160upx; padding: 0 30upx; border-bottom: 10upx solid #f1f1f1; } /* 评价头部 */ /* 评价标题 */ .comment-title{ font-size: 28upx; color: #333; line-height: 40upx; font-weight: 500; } .comment-title text{ margin-left: 6upx; } /* 评价标题 */ /* 分类头部模块 */ .comment-tab-group{ margin-top: 22upx; } .comment-tab{ min-width:120upx; padding: 0 20upx; height:45upx; border-radius: 20upx; background-color: #f1f1f1; margin-right: 30upx; font-size: 24upx; line-height: 28upx; color: #666; } .comment-tab-active{ background-color: #FFF0F0; color: #FF8080; } .comment-tab text{ letter-spacing: 2upx; } /* 分类头部模块 */ /* 评价列表 */ .comment-screen{ padding: 0 30upx; border-bottom: 1upx solid #EEEEEE; } .comment-control-footer{ padding-bottom: 15upx; } .comment-control-item{ font-size: 28upx; line-height: 30upx; color: #999; margin-left: 40upx; } .comment-control-item image{ width: 22upx; height: 22upx; margin-left: 8upx; } /* 评价列表 */