@@ -190,17 +190,26 @@ a.tab_current:hover {background-color: #445; color: #fff; text-decoration: none;
190
190
.page .page-comment .comment-title : after { display : block;visibility : hidden;height : 0 ; content : '\0020' ; clear : both; }
191
191
.page .page-comment .comment-title h2 { font-size : 24px ;color : # D55252 ;font-weight : normal;float : left; font-family : "microsoft yahei" ; margin-top : 0px ; }
192
192
.page .page-comment .comment-title .h2-tip { font-size : 12px ;margin-left : 8px ;float : left;color : # 505050 ;padding-top : 4px ;font-family : "nsimsun" ; margin-bottom : 10.5px ;}
193
- .page .page-comment .md-toolbar ul { margin-bottom : 2px ;}
193
+ /* .page .page-comment .md-toolbar ul { margin-bottom:2px;}
194
194
.page .page-comment .md-toolbar ul a.op { -moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;padding: 0 5px;line-height: 18px;font-size: 12px;margin-right: 6px;text-shadow: 0;color: #444;border: 1px solid #fff;}
195
195
.page .page-comment .md-toolbar ul a.op:hover { text-decoration: none;}
196
196
.page .page-comment .md-toolbar ul .cur a.op { background: #fff;border: 1px solid #ddd;color: #666;}
197
+ */
198
+ ul .comment-tab-menu { margin-bottom : 2px ; }
199
+ ul .comment-tab-menu a .op {-moz-border-radius : 8px ;-webkit-border-radius : 8px ;border-radius : 8px ;padding : 0 5px ;line-height : 18px ;font-size : 12px ;margin-right : 6px ;text-shadow : 0 ;color : # 444 ;border : 1px solid # fff ;}
200
+ ul .comment-tab-menu a .op : hover { text-decoration : none; }
201
+ ul .comment-tab-menu .cur a .op { background : # fff ;border : 1px solid # ddd ;color : # 666 ;}
202
+
197
203
.page .page-comment .md-toolbar .upload-img { cursor : pointer;}
198
204
.page .page-comment .submit {border-bottom : solid 1px # ECECEC ;}
199
- .page .page-comment .submit textarea {resize : none;width : 100% ;color : # 000 ;font-size : 14px ;border : solid 1px # E5E5E5 ;padding : 5px ;}
200
- .page .page-comment .submit textarea : focus {border : 1px solid rgba (128 , 128 , 160 , 0.6 ); outline : none;}
205
+ /*.page .page-comment .submit textarea {resize: none;width: 100%;color: #000;font-size: 14px;border: solid 1px #E5E5E5;padding: 5px;}*/
206
+ textarea .comment-textarea {resize : none;width : 100% ;color : # 000 ;font-size : 14px ;border : solid 1px # E5E5E5 ;padding : 5px ;}
207
+ /*.page .page-comment .submit textarea:focus{border: 1px solid rgba(128, 128, 160, 0.6); outline: none;}*/
208
+ textarea .comment-textarea : focus {border : 1px solid rgba (128 , 128 , 160 , 0.6 ); outline : none;}
201
209
.page .page-comment .submit .sub ul { padding-left : 30px ; font-size : 13px ; line-height : 13px ;}
202
210
.page .page-comment .submit .sub .btn {padding : 6px 22px ;}
203
- .page .page-comment .content-preview { margin-bottom : 5px ; width : 100% ;height : 200px ;border : 1px solid # CCCCCC ;border-radius : 3px 3px 3px 3px ;-moz-border-radius : 3px 3px 3px 3px ;display : none;padding : 10px ;overflow : scroll; display : none; }
211
+ /*.page .page-comment .content-preview { margin-bottom: 5px; width: 100%;height: 200px;border: 1px solid #CCCCCC;border-radius: 3px 3px 3px 3px;-moz-border-radius: 3px 3px 3px 3px;display: none;padding: 10px;overflow: scroll; display: none; }*/
212
+ .comment-content-preview { margin-bottom : 5px ; width : 100% ;height : 200px ;border : 1px solid # CCCCCC ;border-radius : 3px 3px 3px 3px ;-moz-border-radius : 3px 3px 3px 3px ;display : none;padding : 10px ;overflow : scroll; display : none; }
204
213
205
214
.footer {margin-top : 40px ; margin-bottom : 20px ;}
206
215
0 commit comments