微信

page.scss 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. .top-time{
  2. height: .4rem;
  3. width: 100%;
  4. background: #fff;
  5. box-shadow:0px 0px 14px 0px rgba(199,199,199,0.5);
  6. display: flex;
  7. justify-content: center;
  8. align-items: center;
  9. span{
  10. margin: .02rem;
  11. padding: .02rem .05rem;
  12. display: block;
  13. }
  14. .time{
  15. background: #69563F;
  16. border-radius: 2px;
  17. color: #fff;
  18. }
  19. }
  20. .content{
  21. padding: .24rem .2rem .6rem;
  22. box-sizing: border-box;
  23. .title{
  24. text-align: center;
  25. font-size: .16rem;
  26. color: #9D876D;
  27. padding-bottom: .2rem
  28. }
  29. .video-or-cover{
  30. width: 100%;
  31. height: 2.22rem;
  32. margin-bottom: .1rem;
  33. }
  34. .rule{
  35. padding-bottom: .2rem;
  36. white-space:pre-line;
  37. text-align: left;
  38. line-height: .18rem;
  39. color: #585858;
  40. box-sizing: border-box;
  41. p{
  42. width: 100%;
  43. img{
  44. width: 100%;
  45. }
  46. }
  47. }
  48. .scope-of-time{
  49. div:nth-of-type(1){
  50. width: .66rem;
  51. height: .26rem;
  52. background:rgba(157,135,109,.3);
  53. border-radius:.13rem;
  54. text-align: center;
  55. line-height: .26rem;
  56. font-size: .12rem;
  57. color: #69563F;
  58. margin-bottom: .05rem;
  59. }
  60. div:nth-of-type(2){
  61. color: #585858;
  62. font-size: .14rem;
  63. }
  64. }
  65. }
  66. .submit{
  67. display: flex;
  68. justify-content: center;
  69. align-items: center;
  70. position: fixed;
  71. bottom: 0;
  72. left: 0;
  73. z-index: 2;
  74. width: 100%;
  75. height: .6rem;
  76. div{
  77. width: 3.35rem;
  78. height: .4rem;
  79. color: #fff;
  80. font-size: .16rem;
  81. background: #aaa;
  82. text-align: center;
  83. line-height: .4rem;
  84. border-radius: .2rem;
  85. }
  86. .light{
  87. background: #9D876D;
  88. }
  89. }
  90. .success-box{
  91. position: fixed;
  92. display: flex;
  93. z-index: 999;
  94. background: rgba(0,0,0,.2);
  95. top: 0;
  96. left: 0;
  97. width: 100%;
  98. height: 100%;
  99. .success{
  100. display: flex;
  101. flex-flow: column nowrap;
  102. justify-content: center;
  103. align-items: center;
  104. position: absolute;
  105. top: 50%;
  106. left: 50%;
  107. width: 2.8rem;
  108. height: 2.2rem;
  109. border-radius: .2rem;
  110. padding: .2rem .1rem;
  111. transform: translate(-50%,-50%);
  112. background: #fff;
  113. span{
  114. font-size: .14rem;
  115. }
  116. img{
  117. width: .8rem;
  118. height: .8rem;
  119. margin: .15rem;
  120. }
  121. div{
  122. width: .9rem;
  123. height: .3rem;
  124. background: #9D876D;
  125. color: white;
  126. font-size: .14rem;
  127. border-radius: .08rem;
  128. text-align: center;
  129. line-height: .3rem;
  130. }
  131. }
  132. }
  133. .sign-in{
  134. position: fixed;
  135. bottom: .8rem;
  136. right: .4rem;
  137. width: .5rem;
  138. height: .5rem;
  139. background: #BAE0F6;
  140. color: #fff;
  141. font-size: .12rem;
  142. display: flex;
  143. justify-content: center;
  144. align-items: center;
  145. border-radius: 50%;
  146. }