Nav apraksta

index.css 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. body{width: 100%;min-height: 100vh;background: #3D0392;}
  2. .container{width: 100%;padding-top:2.255rem;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.5rem;
  28. height:0.225rem;
  29. border-radius:0.115rem;
  30. border:0.01rem solid #FFFFFF;
  31. font-size:0.15rem;
  32. color: #FFFFFF;
  33. text-align: center;
  34. margin: auto;
  35. line-height: 0.245rem;
  36. }
  37. .count_down{
  38. width:2.25rem;
  39. height:0.51rem;
  40. color:rgba(255,255,255,1);
  41. line-height:102px;
  42. padding-top: 0.525rem;
  43. margin: auto;
  44. }
  45. .count_down img{
  46. width: 100%;
  47. }
  48. .daojishi{
  49. height: 2.8rem;
  50. }
  51. .daojishi .img{
  52. width:3.115rem;
  53. margin: auto;
  54. }
  55. #endtime{
  56. color: #FFFFFF;
  57. font-size: 0.24rem;
  58. line-height: 0.335rem;
  59. display: flex;
  60. align-items: center;
  61. justify-content: center;
  62. margin-top: 0.215rem;
  63. margin-bottom: 0.775rem;
  64. }
  65. #endtime span{
  66. display: inline-block;
  67. width: 0.385rem;
  68. height: 0.45rem;
  69. background: #D137CE;
  70. border-radius: 0.1rem;
  71. font-size: 0.32rem;
  72. line-height: 0.45rem;
  73. text-align: center;
  74. margin: 0 0.115rem;
  75. }
  76. .button{
  77. width: 2.6rem;
  78. height: 0.45rem;
  79. border: 0.01rem solid #FFFFFF;
  80. border-radius: 0.135rem;
  81. color: #FFFFFF;
  82. font-size: 0.24rem;
  83. display: block;
  84. margin: auto;
  85. margin-top: -0.2rem;
  86. }
  87. .buttonActive{
  88. background: #FEC43A;
  89. color: #F95105;
  90. box-shadow:0px 0.035rem 0.02rem 0px rgba(0,0,0,0.5);
  91. border: none;
  92. }
  93. .bg_img{
  94. width: 100%;
  95. height: 100vh;
  96. position: position;
  97. left: 0;
  98. top: 0;
  99. }
  100. .bg_img #bg_top_img{
  101. width: 100%;
  102. position: absolute;
  103. top: 0;
  104. left: 0;
  105. }
  106. .bg_img #bg_bottom_img{
  107. width: 100%;
  108. position: absolute;
  109. bottom: 0;
  110. left: 0;
  111. }