article.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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. width: 75%;
  55. display: inline-block;
  56. line-height: 80rpx;
  57. font-weight: bold;
  58. }
  59. .info-content .info-date {
  60. display: inline-block;
  61. line-height: 80rpx;
  62. font-weight: bold;
  63. }
  64. .info-content .info-date {
  65. font-size: 0.8rem;
  66. color: grey;
  67. }
  68. .info-image {
  69. padding: 0;
  70. margin: 0;
  71. }
  72. .info-image image {
  73. width: 100%;
  74. }
  75. .modal {
  76. position: fixed;
  77. top: 0;
  78. left: 0;
  79. width: 100%;
  80. height: 100%;
  81. background-color: rgba(0, 0, 0, 1);
  82. z-index: 9999;
  83. }
  84. .modal video {
  85. width: 100%;
  86. height: 430rpx;
  87. }
  88. .no-scroll {
  89. height: 100%;
  90. overflow-y: hidden;
  91. }
  92. .info-content .content {
  93. padding: 0 24rpx;
  94. }
  95. .info-content .content.more {
  96. overflow: hidden;
  97. display: -webkit-box;
  98. -webkit-box-orient: vertical;
  99. -webkit-line-clamp: 3;
  100. }
  101. .info-content .left {
  102. position: absolute;
  103. top: 0;
  104. left: 0;
  105. bottom: 0;
  106. padding: 0 20rpx;
  107. }
  108. .info-content .right {
  109. position: absolute;
  110. right: 0;
  111. top: 0;
  112. bottom: 0;
  113. padding: 0 20rpx;
  114. }
  115. .info-content .right image {
  116. width: 18rpx;
  117. height: 10rpx;
  118. margin-right: 16rpx;
  119. }
  120. .swiper-top-container {
  121. position: fixed;
  122. width: 100%;
  123. top: 0;
  124. left: 0;
  125. height: 88rpx;
  126. z-index: 4000;
  127. background-color: #efeff4;
  128. }
  129. .swiper-tab {
  130. width: 100%;
  131. border-bottom: 2rpx solid #ccc;
  132. text-align: center;
  133. height: 88rpx;
  134. line-height: 88rpx;
  135. font-weight: bold;
  136. }
  137. .swiper-tab-item {
  138. display: inline-block;
  139. width: 33.33%;
  140. color: black;
  141. }
  142. .active {
  143. color: #fb534b;
  144. border-bottom: 4rpx solid red;
  145. }
  146. .sg-swiper {
  147. margin-top: 88rpx;
  148. height: 100%;
  149. }
  150. .swiper-item {
  151. overflow: scroll;
  152. }
  153. .after-navber {
  154. height: 100%;
  155. overflow: scroll;
  156. }