/* 评论样色 */ .commentForm { margin: 20px auto; } .commentFormPage { max-width: 920px; padding: 20px 0 } .commentForm .commentTitle { font-size: 30px; line-height: 2; margin-bottom: 10px; } .commentForm .tips { color: #999; overflow: hidden; margin-bottom: 10px; } .commentForm .tips .count { float: right; } /* 评论框 */ .replyBoxIn { border: 4px solid #F0F0F0; background: #fff; margin-bottom: 20px; } .replyBox .replyContent { padding: 15px; border-bottom: 1px solid #F0F0F0 } .replyBox .replyContent textarea { width: 100%; max-width: 100%; height: 100px; border: 0; background: none; outline: none; font-size: 14px; } .replyBox .loginpage { overflow: hidden; padding: 15px; } .replyBox .comment { float: right; } .replyBox .addcommentbutton { height: 32px; line-height: 32px; display: block; padding: 0 15px; background: #e00000; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .replyBox .addcommentbutton:hover { text-decoration: none; background: #ef0000 } .replyBox .labelfloat { float: left } .replyBox .labelfloat span { color: red } .hotComments { margin-bottom: 30px; } /* 评论列表 */ .commentForm h3.title { font-size: 16px; font-weight: bold; margin-bottom: -5px; } .comments ul { padding: 0 0 0 40px; padding-top: 15px; margin-top: 15px; border-top: 1px solid #e5e5e5 } .comments .del { color: #999; text-decoration: line-through } .comments .nickname { color: #0068B7 } .comments .commenttime { color: #999; font-size: 12px; margin-left: 10px } .comments .operate { overflow: hidden; } .comments .operate a { font-size: 12px; color: #999; margin-right: 10px; float: left; } .comments .operate i { margin-right: 5px; } .comments .dropcomment { display: none } .errormessagenotice { float: left; color: red; } .comments .showlogin { display: none } .loginpage .validationcode { float: left; margin-right: 10px; } .commentstatus { font-size: 12px; color: red; } .commentSuccess { background: #f1f1f1; padding: 5px 20px; margin-bottom: 10px; color: #31c500; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align: center; } .loadmorecommont { margin: 5px 0 0 40px; padding: 6px 20px; border: 0; background: #e6e6e6; color: #666 } /* 移动端样色 */ .mobileCommentPage .commentFormPage { margin: 0 auto; padding: 10px 10px 20px 10px; } .mobileCommentPage .commentTitle { font-size: 24px; line-height: 1.5; } .mobileCommentPage .commentpanelcontent { display: block; float: none; clear: both; } .mobileCommentPage .commentpanelcontent a { height: 42px; line-height: 42px; text-align: center; } .mobileCommentPage .errormessagenotice { display: block; clear: both; font-size: 14px; padding: 10px 0; } .mobileCommentPage .comments ul { padding-left: 20px }