index.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .swiper-pagination-bullet-active {
  2. background-color: #6f6e72;
  3. height: 0.07rem !important;
  4. position: relative;
  5. top: 0.02rem;
  6. }
  7. .swiper-pagination-bullet {
  8. width: 0.54rem;
  9. height: 0.03rem;
  10. border-radius: 0;
  11. }
  12. .img_list {
  13. position: relative;
  14. margin-top: 0.15rem;
  15. }
  16. .img_words {
  17. color: #FFFFFF;
  18. position: absolute;
  19. bottom: 0.37rem;
  20. left: 0.31rem;
  21. }
  22. .img_words h3 {
  23. font-size: 2.6em;
  24. }
  25. .img_words span {
  26. font-size: 1.8em;
  27. }
  28. .img_words p {
  29. background: #FFFFFF;
  30. width: 0.47rem;
  31. height: 0.01rem;
  32. margin: 0.18rem 0;
  33. }
  34. .img_list:last-child {
  35. margin-bottom: 0.3rem;
  36. }
  37. .swiper-slide {
  38. position: relative;
  39. }
  40. .swiper-slide p {
  41. position: absolute;
  42. top: 2.46rem;
  43. left: 1.34rem;
  44. text-align: center;
  45. }
  46. .swiper-slide p > a {
  47. /*background: red;*/
  48. display: inline-block;
  49. width: 1.70rem;
  50. height: 0.65rem;
  51. margin-right: 0.10rem;
  52. }
  53. .swiper-slide p > a:nth-child(2) {
  54. width: 1.32rem;
  55. }
  56. .swiper-slide p > a:nth-child(3) {
  57. width: 1.56rem;
  58. }
  59. .video_div_back {
  60. position: fixed;
  61. width: 100%;
  62. height: 100%;
  63. top: 0;
  64. left: 0;
  65. z-index: 99;
  66. background-color: rgba(0, 0, 0, 0);
  67. }
  68. .video_div_shadow {
  69. position: fixed;
  70. width: 100%;
  71. height: 100%;
  72. top: 0;
  73. left: 0;
  74. z-index: 199;
  75. background-color: rgba(0, 0, 0, 0.6);
  76. }
  77. .video_div {
  78. z-index: 200;
  79. position: relative;
  80. }
  81. .video_mp4{
  82. width: 100%;
  83. height: auto;
  84. position: fixed;
  85. }
  86. video::-internal-media-controls-download-button {
  87. display: none;
  88. }
  89. video::-webkit-media-controls-enclosure {
  90. overflow: hidden;
  91. }
  92. video::-webkit-media-controls-panel {
  93. width: calc(100% + 30px);
  94. }