微信

page.scss 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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. }
  41. .scope-of-time{
  42. div:nth-of-type(1){
  43. width: .66rem;
  44. height: .26rem;
  45. background:rgba(157,135,109,.3);
  46. border-radius:.13rem;
  47. text-align: center;
  48. line-height: .26rem;
  49. font-size: .12rem;
  50. color: #69563F;
  51. margin-bottom: .05rem;
  52. }
  53. div:nth-of-type(2){
  54. color: #585858;
  55. font-size: .14rem;
  56. }
  57. }
  58. }
  59. .submit{
  60. display: flex;
  61. justify-content: center;
  62. align-items: center;
  63. position: fixed;
  64. bottom: 0;
  65. left: 0;
  66. z-index: 2;
  67. width: 100%;
  68. height: .6rem;
  69. div{
  70. width: 3.35rem;
  71. height: .4rem;
  72. color: #fff;
  73. font-size: .16rem;
  74. background: #aaa;
  75. text-align: center;
  76. line-height: .4rem;
  77. border-radius: .2rem;
  78. }
  79. .light{
  80. background: #9D876D;
  81. }
  82. }
  83. .success-box{
  84. position: fixed;
  85. display: flex;
  86. z-index: 999;
  87. background: rgba(0,0,0,.2);
  88. top: 0;
  89. left: 0;
  90. width: 100%;
  91. height: 100%;
  92. .success{
  93. display: flex;
  94. flex-flow: column nowrap;
  95. justify-content: center;
  96. align-items: center;
  97. position: absolute;
  98. top: 50%;
  99. left: 50%;
  100. width: 2.8rem;
  101. height: 2.2rem;
  102. border-radius: .2rem;
  103. padding: .2rem .1rem;
  104. transform: translate(-50%,-50%);
  105. background: #fff;
  106. span{
  107. font-size: .14rem;
  108. }
  109. img{
  110. width: .8rem;
  111. height: .8rem;
  112. margin: .15rem;
  113. }
  114. div{
  115. width: .9rem;
  116. height: .3rem;
  117. background: #9D876D;
  118. color: white;
  119. font-size: .14rem;
  120. border-radius: .08rem;
  121. text-align: center;
  122. line-height: .3rem;
  123. }
  124. }
  125. }
  126. .sign-in{
  127. position: fixed;
  128. bottom: .8rem;
  129. right: .4rem;
  130. width: .5rem;
  131. height: .5rem;
  132. background: #BAE0F6;
  133. color: #fff;
  134. font-size: .12rem;
  135. display: flex;
  136. justify-content: center;
  137. align-items: center;
  138. border-radius: 50%;
  139. }