new_detail.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .new1 .body {
  2. margin-top: 90px;
  3. }
  4. .new1 .body .color {
  5. color: #2382ff;
  6. }
  7. .new1 .body h3 {
  8. margin-top: 0;
  9. }
  10. .new1 .body h3 ,.new1 .body h6 {
  11. text-align: center;
  12. }
  13. .new1 .body #content {
  14. text-align: justify;
  15. }
  16. .new1 .body #content p {
  17. text-indent: 30px;
  18. }
  19. .new1 .body #content > p:last-child {
  20. padding: 10px 0px;
  21. }
  22. .new1 .body #comment .h5 {
  23. display: flex;
  24. justify-content: space-between;
  25. align-content: center;
  26. }
  27. .new1 .body #comment .remind {
  28. text-align: center;
  29. background-color: #e6e6e6;
  30. padding: 5px;
  31. border-radius: 5px;
  32. margin: 10px 0px;
  33. }
  34. .new1 .body #comment .comment {
  35. border-top: 1px solid #e6e6e6;
  36. padding-top: 10px;
  37. }
  38. .new1 .body #comment .comment .nocomment,
  39. .new1 .body #comment .comment .loading,
  40. .new1 .body #comment .comment .nodata {
  41. display: none;
  42. text-align: center;
  43. margin: 10px;
  44. }
  45. .new1 .body #comment .comment .nocomment {
  46. display: block;
  47. padding-bottom: 10px;
  48. }
  49. .new1 .body #comment .comment .nocomment:hover {
  50. color: #2382ff;
  51. }
  52. .new1 .body #comment .comment .user {
  53. width: 100%;
  54. padding: 20px 0;
  55. border-bottom: 1px solid #e6e6e6;
  56. display: grid;
  57. grid-template-columns: 10% 90%;
  58. }
  59. .new1 .body #comment .comment .user .u-img {
  60. width: 100%;
  61. text-align: center;
  62. }
  63. .new1 .body #comment .comment .user .u-img .img {
  64. width: 100%;
  65. max-width: 64px;
  66. }
  67. .new1 .body #comment .comment .user .u-content {
  68. margin-left: 10px;
  69. text-align: justify;
  70. }
  71. .new1 .body #comment .comment .user .u-content .u-name {
  72. font-size: 16px;
  73. }
  74. .new1 .body #comment .comment .user .u-content .u-detail {
  75. padding: 5px 0px;
  76. }
  77. .new1 .body #comment .comment .user .u-content .u-flex {
  78. display: flex;
  79. justify-content: space-between;
  80. align-items: center;
  81. }
  82. .new1 #toast #report {
  83. display: none;
  84. text-align: start;
  85. }
  86. .new1 #toast #report ul {
  87. list-style: none;
  88. padding: 0;
  89. }
  90. .new1 #toast #report ul li {
  91. padding: 5px;
  92. border-bottom: 1px solid #e6e6e6;
  93. }
  94. .new1 #toast #ping {
  95. display: none;
  96. }
  97. .new1 #toast #ping .alert {
  98. display: none;
  99. padding: 5px;
  100. margin-bottom: 5px;
  101. }