article.wxss 2.4 KB

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