index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. page {
  2. min-height: 100%;
  3. display: flex;
  4. }
  5. .wrapper {
  6. background: #000;
  7. }
  8. .logo {
  9. padding: 5.5px 0 8.68px;
  10. }
  11. .logo-img {
  12. display: block;
  13. margin: 0 auto;
  14. }
  15. swiper {
  16. height: 250px;
  17. }
  18. .swiper-item {
  19. position: relative;
  20. width: 100%;
  21. height: 600px;
  22. }
  23. .swiper-item__text {
  24. position: absolute;
  25. top: 0;
  26. left: 0;
  27. margin-top: 63.88px;
  28. margin-left: 11.8px;
  29. font-family: PingFangSC-Semibold;
  30. color: #fff;
  31. }
  32. .swiper-item__title {
  33. display: block;
  34. font-size: 24.3px;
  35. }
  36. .swiper-item__subtitle {
  37. display: block;
  38. font-size: 18.75px;
  39. }
  40. .swiper-item__desc {
  41. margin-top: 23px;
  42. display: block;
  43. font-size: 14.58px;
  44. font-family: PingFangSC-Thin;
  45. }
  46. .time {
  47. margin-top: 28.82px;
  48. height: 50px;
  49. position: relative;
  50. padding-top: 20px;
  51. }
  52. .time-clock {
  53. position: absolute;
  54. top: 0;
  55. left: 0;
  56. right: 0;
  57. bottom:0;
  58. display: block;
  59. margin: auto;
  60. width: 195px;
  61. height: 50px;
  62. background-size: 195px 50px;
  63. background-repeat: no-repeat;
  64. background-position: center;
  65. line-height: 50px;
  66. text-align: center;
  67. color: #fff;
  68. font-size: 18px;
  69. font-family: HYQiHei-DES;
  70. }
  71. .time-bg {
  72. position: absolute;
  73. left: 0;
  74. right: 0;
  75. margin: auto;
  76. width: 195px;
  77. height: 50px;
  78. }
  79. .time-icon {
  80. position: relative;
  81. z-index: 1;
  82. width: 18px;
  83. height: 18px;
  84. vertical-align: middle;
  85. }
  86. .time-text {
  87. position: relative;
  88. z-index: 2;
  89. font-size: 18px;
  90. margin-left: 10px;
  91. vertical-align: middle;
  92. }
  93. .line {
  94. height: 5px;
  95. border-top: 1px solid #B1B1B1;
  96. }
  97. .start {
  98. position: relative;
  99. /*height: calc(100% - 434px);
  100. line-height: calc(100% - 434px);*/
  101. background-repeat: no-repeat;
  102. background-position: center;
  103. text-align: center;
  104. }
  105. .start-bg {
  106. position: absolute;
  107. left: 0;
  108. right: 0;
  109. top: 0;
  110. bottom: 0;
  111. margin: auto;
  112. width: 86.88px;
  113. height: 86.88px
  114. }
  115. .close-btn,
  116. .start-btn {
  117. position: relative;
  118. z-index: 1;
  119. overflow: initial;
  120. margin: auto;
  121. display: inline-block;
  122. width: 86.88px;
  123. height: 86.88px;
  124. background: none;
  125. color: #fff;
  126. line-height: 86.88px;
  127. border: none;
  128. }
  129. .close-btn,
  130. .share-btn {
  131. width: 80%;
  132. }
  133. .sg-show-popup {
  134. width: 100%;
  135. height: 100%;
  136. }
  137. .sg-hide-popup {
  138. width: 0;
  139. height: 0;
  140. margin-left: 1000rpx;
  141. display: block;
  142. overflow: hidden;
  143. }
  144. .hide-popup-btn {
  145. position: fixed;
  146. top: -50rpx;
  147. right: -10rpx;
  148. }