new1.css 1.9 KB

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