article.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. .info {
  2. overflow-x: hidden;
  3. padding-bottom: 20rpx;
  4. }
  5. .info .info-list {
  6. margin-right: -10rpx;
  7. margin-left: -10rpx;
  8. }
  9. .info-content {
  10. padding: 0 10rpx;
  11. width: 100%;
  12. display: inline-block;
  13. margin-bottom: 20rpx;
  14. }
  15. .info-content .info-bg {
  16. background-color: #fff;
  17. position: relative;
  18. width: 100%;
  19. height: 100%;
  20. padding: 0 20rpx;
  21. }
  22. .info-content .info-video {
  23. width: 100%;
  24. height: 422rpx;
  25. background-color: #fff;
  26. position: relative;
  27. }
  28. .hide {
  29. display: none;
  30. }
  31. .info-content .info-video .bg {
  32. width: 100%;
  33. height: 422rpx;
  34. position: absolute;
  35. top: 0;
  36. left: 0;
  37. }
  38. .info-content .info-video .play {
  39. width: 128rpx;
  40. height: 128rpx;
  41. position: absolute;
  42. top: 137rpx;
  43. left: 311rpx;
  44. opacity: 0.8;
  45. }
  46. .info-content .info-video video {
  47. width: 100%;
  48. height: 100%;
  49. position: absolute;
  50. top: 0;
  51. left: 0;
  52. }
  53. .info-content .info-label,
  54. .info-content .info-date {
  55. display: inline;
  56. line-height: 100rpx;
  57. font-weight: bold;
  58. }
  59. .info-content .info-date {
  60. float: right;
  61. }
  62. .modal {
  63. position: fixed;
  64. top: 0;
  65. left: 0;
  66. width: 100%;
  67. height: 100%;
  68. background-color: rgba(0, 0, 0, 1);
  69. z-index: 9999;
  70. }
  71. .modal video {
  72. width: 100%;
  73. height: 430rpx;
  74. }
  75. .no-scroll {
  76. height: 100%;
  77. overflow-y: hidden;
  78. }
  79. .info-content .content {
  80. padding: 0 24rpx;
  81. }
  82. .info-content .content.more {
  83. overflow: hidden;
  84. display: -webkit-box;
  85. -webkit-box-orient: vertical;
  86. -webkit-line-clamp: 3;
  87. }
  88. .info-content .left {
  89. position: absolute;
  90. top: 0;
  91. left: 0;
  92. bottom: 0;
  93. padding: 0 20rpx;
  94. }
  95. .info-content .right {
  96. position: absolute;
  97. right: 0;
  98. top: 0;
  99. bottom: 0;
  100. padding: 0 20rpx;
  101. }
  102. .info-content .right image {
  103. width: 18rpx;
  104. height: 10rpx;
  105. margin-right: 16rpx;
  106. }
  107. .swiper-top-container {
  108. position: fixed;
  109. width: 100%;
  110. top: 0;
  111. left: 0;
  112. height: 88rpx;
  113. z-index: 4000;
  114. background-color: #efeff4;
  115. }
  116. .swiper-tab {
  117. width: 100%;
  118. border-bottom: 2rpx solid #ccc;
  119. text-align: center;
  120. height: 88rpx;
  121. line-height: 88rpx;
  122. font-weight: bold;
  123. }
  124. .swiper-tab-item {
  125. display: inline-block;
  126. width: 33.33%;
  127. color: black;
  128. }
  129. .active {
  130. color: #fb534b;
  131. border-bottom: 4rpx solid red;
  132. }
  133. .sg-swiper {
  134. margin-top: 88rpx;
  135. height: 100%;
  136. }
  137. .swiper-item {
  138. overflow: scroll;
  139. }
  140. .after-navber {
  141. height: 100%;
  142. overflow: scroll;
  143. }