common_comment.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. @charset "UTF-8";
  2. @import "mod/common_comment";
  3. /* 添加盖楼功能 */
  4. @import "mod/floot-comment";
  5. .floot-comment-ctn{
  6. margin-top: 8px;
  7. margin-bottom: 8px;
  8. box-shadow: 0px 4px 0px #f1e1ac;
  9. }
  10. .floot-comment{
  11. padding: 4px;
  12. border: 1px solid #E0CC99;
  13. background-color: #FBF4DC;
  14. margin-bottom: 5px;
  15. }
  16. .floot-comment-hd{
  17. height: 22px;
  18. line-height: 22px;
  19. overflow: hidden;
  20. *zoom: 1;
  21. padding: 0 5px;
  22. .floot-comment-author{
  23. float: left;
  24. *display: inline;
  25. font-size: 12px;
  26. color: #2D5FC3;
  27. }
  28. .floot-comment-flootnum{
  29. float: right;
  30. color: #999999;
  31. }
  32. }
  33. .floot-comment-bd{
  34. padding: 0 5px 25px 5px;
  35. position: relative;
  36. *zoom: 1;
  37. }
  38. .floot-comment-bd--hover{
  39. .floot-comment-bd__action{
  40. display: block;
  41. }
  42. }
  43. .floot-comment-bd__action{
  44. position: absolute;
  45. bottom:5px;
  46. right:5px;
  47. height: 20px;
  48. line-height: 20px;
  49. padding: 0 5px;
  50. overflow: hidden;
  51. *zoom: 1;
  52. display: none;
  53. a{
  54. margin: 0 5px!important;
  55. }
  56. }
  57. .floot-comment-time{
  58. color:#999999;
  59. }
  60. .comment_reply_reply_ctn{
  61. padding: 0 5px;
  62. }
  63. .floot-comment-hidden{
  64. padding: 5px 5px 3px 5px!important;
  65. color:#333333!important;
  66. font-size: 12px!important;
  67. em{
  68. color: #FE093F!important;
  69. }
  70. a{
  71. }
  72. }