index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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. display: flex;
  63. justify-content: space-between;
  64. align-items: center;
  65. width: 100%;
  66. }
  67. .body .btn_paise{
  68. position: fixed;
  69. z-index: 99;
  70. left: 50%;
  71. transform: translateX(-50%);
  72. width: 60%;
  73. bottom: var(--bottom);
  74. display: flex;
  75. justify-content: space-between;
  76. }
  77. .body .btn_paise > image{
  78. width: 44%;
  79. height: auto;
  80. }
  81. .shotting{
  82. position: fixed;
  83. z-index: 999;
  84. top: 0;
  85. left: 0;
  86. width: 100%;
  87. height: 100%;
  88. }
  89. .shotting .shot_bg{
  90. width: 100%;
  91. height: 100%;
  92. }
  93. .shotting .tips{
  94. position: absolute;
  95. top: 40%;
  96. left: 50%;
  97. transform: translateX(-50%);
  98. z-index: 9999;
  99. width: 80%;
  100. }
  101. .shotting .record{
  102. position: absolute;
  103. top: 30rpx;
  104. left: 30rpx;
  105. z-index: 9999;
  106. color: #fff;
  107. width: 50%;
  108. display: flex;
  109. align-items: center;
  110. }
  111. .shotting .tips > image{
  112. width: 100%;
  113. }
  114. .shotting .record > image{
  115. width: 50rpx;
  116. margin-right: 10rpx;
  117. }
  118. .shotting .tips .xiaolian{
  119. background: rgba(25, 25, 25, 0.75);
  120. border-radius: 20rpx;
  121. text-align: center;
  122. color: #fff;
  123. width: 80%;
  124. margin:0 auto;
  125. padding: 10% 0;
  126. }
  127. .shotting .tips .xiaolian image{
  128. width: 20%;
  129. }
  130. .shotting .tips .xiaolian text{
  131. display: block;
  132. margin-top: 20rpx;
  133. }
  134. .shotcon{
  135. width: 100%;
  136. height: 100%;
  137. left: 0;
  138. top: 0;
  139. position: absolute;
  140. }