details.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. .news_detail.data-v-e829a28a {
  8. padding: 16px;
  9. }
  10. .news_detail .title.data-v-e829a28a {
  11. font-size: 18px;
  12. font-weight: 600;
  13. line-height: 24px;
  14. color: #1A1A1A;
  15. line-height: 24px;
  16. opacity: 1;
  17. text-align: center;
  18. }
  19. .news_detail .person.data-v-e829a28a {
  20. text-align: center;
  21. margin-top: 8px;
  22. font-weight: 400;
  23. line-height: 14px;
  24. font-size: 12px;
  25. color: #858585;
  26. opacity: 0.8;
  27. }
  28. .news_detail .time.data-v-e829a28a {
  29. text-align: center;
  30. margin-top: 4px;
  31. font-weight: 400;
  32. line-height: 14px;
  33. font-size: 12px;
  34. color: #858585;
  35. opacity: 0.8;
  36. }
  37. .news_detail .top.data-v-e829a28a {
  38. margin-top: 15px;
  39. line-height: 24px;
  40. font-size: 15px;
  41. }
  42. .news_detail .active_someone.data-v-e829a28a {
  43. margin-bottom: 80px;
  44. border-radius: 8px;
  45. background: rgba(219, 236, 228, 0.3);
  46. }
  47. .news_detail .active_someone .enptyStatus.data-v-e829a28a {
  48. display: flex;
  49. justify-content: center;
  50. align-items: center;
  51. flex-direction: column;
  52. padding: 30px 10px;
  53. }
  54. .news_detail .active_someone .enptyStatus image.data-v-e829a28a {
  55. width: 80px;
  56. height: 110px;
  57. }
  58. .news_detail .active_someone .enptyStatus .words.data-v-e829a28a {
  59. color: #ffae21;
  60. font-size: 14px;
  61. padding-top: 10px;
  62. }
  63. .news_detail .active_someone .headers.data-v-e829a28a {
  64. height: 18px;
  65. font-size: 13px;
  66. color: #138E57;
  67. font-weight: 500;
  68. margin-left: 15px;
  69. padding-top: 11px;
  70. margin-bottom: 11px;
  71. }
  72. .news_detail .active_someone .bodys.data-v-e829a28a {
  73. margin: 10px;
  74. max-height: 170px;
  75. overflow-y: hidden;
  76. display: flex;
  77. flex-wrap: wrap;
  78. }
  79. .news_detail .active_someone .bodys .sames.data-v-e829a28a {
  80. height: 50px;
  81. margin: 15px 8px;
  82. text-align: center;
  83. }
  84. .news_detail .active_someone .bodys .sames .avator.data-v-e829a28a {
  85. width: 32px;
  86. height: 32px;
  87. border-radius: 50%;
  88. }
  89. .news_detail .active_someone .bodys .sames .names.data-v-e829a28a {
  90. font-size: 12px;
  91. line-height: 17px;
  92. color: #858585;
  93. }
  94. .news_detail .active_btn.data-v-e829a28a {
  95. position: fixed;
  96. bottom: 30px;
  97. padding: 0 80px;
  98. left: 16%;
  99. height: 40px;
  100. margin-top: 50px;
  101. background: #138E57;
  102. border-radius: 25px;
  103. font-size: 16px;
  104. text-align: center;
  105. line-height: 40px;
  106. color: #FFFFFF;
  107. }