index.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. .img-bg {
  2. background-color: #000000;
  3. position: fixed;
  4. top: 0;
  5. right: 0;
  6. bottom: 0;
  7. left: 0;
  8. z-index: 100;
  9. }
  10. .banner {
  11. left: 0;
  12. right: 0;
  13. height: 422rpx;
  14. border-radius: 0rpx;
  15. position: fixed;
  16. top: 50%;
  17. transform: translateY(calc(-50% - 100rpx));
  18. background-color: #2A82FD;
  19. z-index: 1;
  20. }
  21. .banner video {
  22. width: 100%;
  23. height: 422rpx;
  24. background-color: #2A82FD !important;
  25. }
  26. .full{
  27. width: 200rpx;
  28. height: 70rpx;
  29. line-height: 70rpx;
  30. font-size: 24rpx;
  31. color: #999999;
  32. border-radius: 40rpx 40rpx 40rpx 40rpx;
  33. border: 2rpx solid #707070;
  34. justify-content: center;
  35. left: 50%;
  36. top: 50%;
  37. position: fixed;
  38. transform: translate(-50%,calc(-50% + 15rpx + 211rpx - 35rpx));
  39. }
  40. .img-content {
  41. position: fixed;
  42. bottom: 30rpx;
  43. left: 20rpx;
  44. padding-left: 20rpx;
  45. padding-right: 20rpx;
  46. padding-top:20rpx ;
  47. width: calc(100% - 20rpx - 80rpx - 182rpx - 20rpx);
  48. color: #fff;
  49. font-size: 28rpx;
  50. line-height: 40rpx;
  51. border-radius: 8rpx;
  52. }
  53. .img-content-tovers {
  54. display: -webkit-box;
  55. -webkit-box-orient: vertical;
  56. -webkit-line-clamp: 2;
  57. overflow: hidden;
  58. position: relative;
  59. }
  60. .img-content-tovers:after {
  61. content: "...";
  62. position: absolute;
  63. bottom: 0;
  64. right: 0rpx;
  65. width: 110rpx;
  66. padding-right: 100rpx;
  67. background: linear-gradient(90deg,transparent,#000 40%);
  68. text-align: right;
  69. }
  70. .img-content-more {
  71. position: absolute;
  72. bottom: 0;
  73. color: #fff;
  74. right: 10rpx;
  75. cursor: pointer;
  76. font-size: 28rpx;
  77. font-weight: 500;
  78. z-index: 101;
  79. }
  80. .img-btn{
  81. position: fixed;
  82. bottom: 30rpx;
  83. right: 30rpx;
  84. width: 192rpx;
  85. height: 80rpx;
  86. line-height: 80rpx;
  87. background: #fff;
  88. border-radius: 40rpx 40rpx 40rpx 40rpx;
  89. opacity: 1;
  90. text-align: center;
  91. font-size: 28rpx;
  92. color: #000;
  93. }
  94. .video-pro{
  95. position: fixed;
  96. left: 0;
  97. right: 0;
  98. bottom: 0;
  99. padding: 14rpx 30rpx;
  100. height: 106rpx;
  101. background: #FFFFFF;
  102. border-radius: 0rpx 0rpx 0rpx 0rpx;
  103. opacity: 1;
  104. box-sizing: border-box;
  105. }
  106. .video-pro-pic{
  107. width: 78rpx;
  108. height: 78rpx;
  109. border-radius: 0rpx 0rpx 0rpx 0rpx;
  110. opacity: 1;
  111. margin-right: 10rpx;
  112. }
  113. .video-pro-title{
  114. font-size: 26rpx;
  115. color: #333333;
  116. }
  117. .video-pro-btn{
  118. color: #2A82FD;
  119. font-size: 24rpx;
  120. }
  121. .video-pro-btn-icon{
  122. width: 10rpx;
  123. height: 18rpx;
  124. margin-left: 10rpx;
  125. }