index.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. /**index.wxss**/
  2. .container{
  3. padding: 0;
  4. }
  5. .c_bg{
  6. position: fixed;
  7. left: 0;
  8. top: 0;
  9. height: 100%;
  10. z-index: -1;
  11. width: 100%;
  12. }
  13. .body{
  14. width: 100%;
  15. height: 100%;
  16. position: fixed;
  17. top: 50%;
  18. left: 0;
  19. transform: translateY(-50%);
  20. }
  21. .swp{
  22. position: relative;
  23. }
  24. .swiper{
  25. font-size: 0;
  26. height: 30vh;
  27. }
  28. .swiper-item{
  29. width: 100%;
  30. height: 100%;
  31. }
  32. .swiper-item image{
  33. width: 100%;
  34. height: 100%;
  35. }
  36. .dots{
  37. position: absolute;
  38. bottom: 10px;
  39. transform: translateX(-50%);
  40. left: 50%;
  41. z-index: 9999;
  42. display: flex;
  43. }
  44. .dots >image{
  45. width: 30rpx;
  46. height: 30rpx;
  47. margin: 0 12rpx;
  48. }
  49. .body .title{
  50. width: 90%;
  51. margin: 20rpx 5% 30rpx;
  52. display: flex;
  53. justify-content: space-between;
  54. align-items: center;
  55. height: 80rpx;
  56. }
  57. .body .title image{
  58. width: 30%;
  59. height: 100%;
  60. }
  61. .body .lunbo{
  62. width: 100%;
  63. display: inline-block;
  64. overflow-x: auto;
  65. white-space: nowrap;
  66. /* justify-content: space-between;
  67. align-items: center;
  68. flex-wrap: wrap; */
  69. }
  70. .body .lunbo > image{
  71. width: 31%;
  72. height: 380rpx;
  73. margin: 0 1%;
  74. }
  75. .body .btn_paise{
  76. position: fixed;
  77. z-index: 99;
  78. left: 50%;
  79. transform: translateX(-50%);
  80. width: 60%;
  81. bottom: var(--bottom);
  82. display: flex;
  83. justify-content: space-between;
  84. }
  85. .body .btn_paise > image{
  86. width: 44%;
  87. height: auto;
  88. }
  89. .shotting{
  90. position: fixed;
  91. z-index: 999;
  92. top: 0;
  93. left: 0;
  94. width: 100%;
  95. height: 100%;
  96. }
  97. .shotting .shot_bg{
  98. width: 100%;
  99. height: 100%;
  100. }
  101. .shotting .tips{
  102. position: absolute;
  103. top: 40%;
  104. left: 50%;
  105. transform: translateX(-50%);
  106. z-index: 9999;
  107. width: 80%;
  108. }
  109. .shotting .record{
  110. position: absolute;
  111. top: 30rpx;
  112. left: 30rpx;
  113. z-index: 9999;
  114. color: #fff;
  115. width: 50%;
  116. display: flex;
  117. align-items: center;
  118. }
  119. .shotting .tips > image{
  120. width: 100%;
  121. }
  122. .shotting .record > image{
  123. width: 50rpx;
  124. margin-right: 10rpx;
  125. }
  126. .shotting .tips .xiaolian{
  127. background: rgba(25, 25, 25, 0.75);
  128. border-radius: 20rpx;
  129. text-align: center;
  130. color: #fff;
  131. width: 80%;
  132. margin:0 auto;
  133. padding: 10% 0;
  134. }
  135. .shotting .tips .xiaolian image{
  136. width: 20%;
  137. }
  138. .shotting .tips .xiaolian text{
  139. display: block;
  140. margin-top: 20rpx;
  141. }
  142. .shotcon{
  143. width: 100%;
  144. height: 100%;
  145. left: 0;
  146. top: 0;
  147. position: absolute;
  148. }