金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.3 KiB

  1. #comments {
  2. .no-list {
  3. text-align: center;
  4. padding: 10px 0;
  5. }
  6. background: #FFFFFF;
  7. .comment_list {
  8. font-size: 12px;
  9. line-height: 20px;
  10. padding: 10px 15px;
  11. .comment_user {
  12. display: flex;
  13. align-items: center;
  14. .img-box {
  15. display: flex;
  16. align-items: center;
  17. flex: 1;
  18. image{
  19. width: 25px;
  20. height: 25px;
  21. border-radius: 100%;
  22. }
  23. }
  24. .rater {
  25. .vlc-rater {
  26. display: flex;
  27. }
  28. }
  29. .user_name {
  30. margin-left: 15px;
  31. display: inline-block;
  32. color: #717071;
  33. }
  34. }
  35. .comment_content {
  36. margin-top: 0px;
  37. }
  38. .comment-img {
  39. font-size: 0;
  40. margin: 5px 0;
  41. image{
  42. display: inline-block;
  43. width: 25%;
  44. //height: 100%;
  45. padding: 0 5px;
  46. }
  47. }
  48. .comment_time {
  49. display: flex;
  50. align-items: center;
  51. margin: 10px 0;
  52. .time {
  53. margin-right: 15px;
  54. }
  55. color: #838282;
  56. }
  57. .all-comment {
  58. text-align: center;
  59. .text {
  60. margin-top: 10px;
  61. display: inline-block;
  62. font-size: 10px;
  63. color: #4A4A4A;
  64. border: 1px solid #4A4A4A;
  65. border-radius: 3px;
  66. padding: 2px 4px;
  67. }
  68. }
  69. }
  70. }