网站
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

96 linhas
1.5 KiB

  1. .new_content{
  2. height: 80vh;
  3. background: #ffffff;
  4. padding: 3vh;
  5. display: flex;
  6. justify-content: space-between;
  7. }
  8. .new_content_left{
  9. width: 75%;
  10. height: 75vh;
  11. overflow-y: scroll;
  12. }
  13. .new_content_left_tit{
  14. display: flex;
  15. align-items: center;
  16. font-size: 24px;
  17. font-weight: bold;
  18. }
  19. .new_content_left_tit p{
  20. margin-left: 15px;
  21. }
  22. .new_content_left_tit i{
  23. display: block;
  24. width: 3vh;
  25. height: 3vh;
  26. background: url("../images/new_icon_back.png") no-repeat center;
  27. }
  28. .new_content_left_come{
  29. display: flex;
  30. align-items: center;
  31. font-size: 12px;
  32. margin-top: 2vh;
  33. }
  34. .new_content_left_come p:nth-child(2){
  35. color: #4a7bde;
  36. }
  37. .new_content_right{
  38. padding: 2vh;
  39. box-shadow: 0px 0px 5px #dddddd;
  40. width: 20%;
  41. height: 75vh;
  42. position: relative;
  43. }
  44. .new_content_right .new_content_right_main{
  45. height: calc(69vh - 24px);
  46. overflow-y: scroll;
  47. }
  48. .new_content_right a{
  49. font-size: 16px;
  50. color: #616161;
  51. display: -webkit-box;
  52. -webkit-box-orient: vertical;
  53. -webkit-line-clamp: 2;
  54. word-break: break-all;
  55. overflow: hidden;
  56. }
  57. .new_content_right p{
  58. border-bottom: 1px dashed #616161;
  59. padding: 2vh 0;
  60. }
  61. .new_content_right p:first-child{
  62. padding-top: 0;
  63. }
  64. .new_content_right_tit{
  65. color: #4a7bde;
  66. font-size: 16px;
  67. padding-bottom: 2vh;
  68. }
  69. .new_content_content{
  70. line-height: 5vh;
  71. margin-top: 2vh;
  72. }
  73. .new_content_content p{
  74. text-indent: 2rem;
  75. font-size: 16px;
  76. }
  77. .footer{
  78. margin-top: 0!important;
  79. }