article.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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. }
  21. .info-content .info-video {
  22. width: 100%;
  23. height: 422rpx;
  24. background-color: #fff;
  25. position: relative;
  26. }
  27. .hide {
  28. display: none;
  29. }
  30. .info-content .info-video .bg {
  31. width: 100%;
  32. height: 422rpx;
  33. position: absolute;
  34. top: 0;
  35. left: 0;
  36. }
  37. .info-content .info-video .play {
  38. width: 128rpx;
  39. height: 128rpx;
  40. position: absolute;
  41. top: 137rpx;
  42. left: 311rpx;
  43. opacity: 0.8;
  44. }
  45. .info-content .info-video video {
  46. width: 100%;
  47. height: 100%;
  48. position: absolute;
  49. top: 0;
  50. left: 0;
  51. }
  52. .info-content .info-label {
  53. width: 100%;
  54. height: 100rpx;
  55. line-height: 100rpx;
  56. padding: 0 24rpx;
  57. white-space: nowrap;
  58. text-overflow: ellipsis;
  59. overflow: hidden;
  60. font-weight: bold;
  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-tab {
  108. width: 100%;
  109. border-bottom: 2rpx solid #ccc;
  110. text-align: center;
  111. height: 88rpx;
  112. line-height: 88rpx;
  113. font-weight: bold;
  114. }
  115. .swiper-tab-item {
  116. display: inline-block;
  117. width: 33.33%;
  118. color: black;
  119. }
  120. .active {
  121. color: #fb534b;
  122. border-bottom: 4rpx solid red;
  123. }