暂无描述

index.css 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. body{width: 100%;min-height: 100vh;background: #3D0392;}
  2. .container{width: 100%;padding-top:2.03rem;position: absolute;top: 0;left: 0;}
  3. #copy_1,#copy_2,#taokouling{
  4. position: absolute;
  5. left: -1000rem;
  6. }
  7. .alert-info {
  8. position: absolute;
  9. top: 4.6rem;
  10. right: 0;
  11. left: 0;
  12. bottom: 0;
  13. text-align: center;
  14. }
  15. .alert-info p {
  16. display: inline-block;
  17. height: 0.38rem;
  18. color: #fff;
  19. font-size: 0.14rem;
  20. line-height: 0.38rem;
  21. padding: 0 0.10rem;
  22. background-color: rgba(0, 0, 0, 0.7);
  23. border-radius: 5px;
  24. }
  25. .receive_time{
  26. display: block;
  27. width:2.9rem;
  28. height:0.957rem;
  29. font-size:0.15rem;
  30. color:#FFFFFF;
  31. line-height:0.21rem;
  32. text-align: center;
  33. letter-spacing:0.01rem;
  34. margin: auto;
  35. background: url(../imgs/describe.png) no-repeat;
  36. background-size: 100% 100%;
  37. padding-top: 0.49rem;
  38. box-sizing: border-box;
  39. }
  40. .count_down{
  41. width:2.25rem;
  42. height:0.51rem;
  43. color:rgba(255,255,255,1);
  44. line-height:102px;
  45. padding-top: 0.525rem;
  46. margin: auto;
  47. }
  48. .count_down img{
  49. width: 100%;
  50. }
  51. .daojishi{
  52. height: 2.8rem;
  53. }
  54. .daojishi .img{
  55. /*width:3.115rem;*/
  56. /*margin: auto;*/
  57. }
  58. .daojishi .first,.daojishi .second{
  59. float: left;
  60. width: 1.5rem;
  61. }
  62. .daojishi .first .time,.daojishi .second .time{
  63. width:0.8rem;
  64. font-size:0.12rem;
  65. color:#FFFFFF;
  66. line-height:0.165rem;
  67. text-align: center;
  68. letter-spacing: 0.01rem;
  69. }
  70. .daojishi .first .time{
  71. margin-left: 0.62rem;
  72. }
  73. .daojishi .second .time{
  74. margin-left: 0.5rem;
  75. }
  76. .daojishi .first .hongbaoImg,.daojishi .second .hongbaoImg{
  77. width: 0.285rem;
  78. height: 0.33rem;
  79. /*height: 0.365rem;*/
  80. margin-top: 0.56rem;
  81. }
  82. .daojishi .first .hongbaoImg{
  83. margin-left: 0.85rem;
  84. }
  85. .daojishi .second .hongbaoImg{
  86. margin-left: 0.78rem;
  87. }
  88. .tianmaoImg{
  89. display: inline-block;
  90. width:1.025rem;
  91. /*height:1.025rem;*/
  92. margin-left: 0.27rem;
  93. padding-top: 0.49rem;
  94. }
  95. .weizhi{
  96. display: inline-block;
  97. width:0.275rem;
  98. height:0.375rem;
  99. margin-left: 0.9rem;
  100. }
  101. #endtime{
  102. color: #FFFFFF;
  103. font-size: 0.24rem;
  104. line-height: 0.335rem;
  105. display: flex;
  106. align-items: center;
  107. justify-content: center;
  108. margin-top: 0.215rem;
  109. margin-bottom: 0.775rem;
  110. }
  111. #endtime span{
  112. display: inline-block;
  113. width: 0.385rem;
  114. height: 0.45rem;
  115. background: #D137CE;
  116. border-radius: 0.1rem;
  117. font-size: 0.32rem;
  118. line-height: 0.45rem;
  119. text-align: center;
  120. margin: 0 0.115rem;
  121. }
  122. .button{
  123. width: 2.6rem;
  124. height: 0.45rem;
  125. border: 0.01rem solid #FFFFFF;
  126. border-radius: 0.135rem;
  127. color: #FFFFFF;
  128. font-size: 0.24rem;
  129. display: block;
  130. margin: auto;
  131. margin-top: -0.2rem;
  132. }
  133. .buttonActive{
  134. background: #FEC43A;
  135. color: #F95105;
  136. box-shadow:0px 0.035rem 0.02rem 0px rgba(0,0,0,0.5);
  137. border: none;
  138. }
  139. .bg_img{
  140. width: 100%;
  141. height: 100vh;
  142. position: position;
  143. left: 0;
  144. top: 0;
  145. }
  146. .bg_img #bg_top_img{
  147. width: 100%;
  148. position: absolute;
  149. top: 0;
  150. left: 0;
  151. }
  152. .bg_img #bg_bottom_img{
  153. width: 100%;
  154. position: absolute;
  155. bottom: 0;
  156. left: 0;
  157. }