优惠券分享

index.css 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. .alert-info {
  2. position: absolute;
  3. top: 4.35rem;
  4. right: 0;
  5. left: 0;
  6. bottom: 0;
  7. text-align: center;
  8. z-index: 9999;
  9. }
  10. .alert-info p {
  11. display: inline-block;
  12. height: 38px;
  13. color: #fff;
  14. font-size: 14px;
  15. line-height: 38px;
  16. padding: 0 10px;
  17. background-color: rgba(0, 0, 0, 0.7);
  18. border-radius: 5px;
  19. }
  20. body{
  21. width: 100%;
  22. height: 100%;
  23. background: #FFFFFF;
  24. }
  25. /*头部下载*/
  26. .downAppTop{
  27. background: #F4F4F4;
  28. width: 100%;
  29. height: 1.04rem;
  30. padding: 0 0.3rem;
  31. box-sizing: border-box;
  32. display: flex;
  33. align-items: center;
  34. justify-content: space-between;
  35. position: fixed;
  36. top: 0;
  37. }
  38. .downAppTop .left{
  39. display: flex;
  40. align-items: center;
  41. }
  42. .downAppTop .left img{
  43. width: 0.74rem;
  44. height: 0.74rem;
  45. border-radius: 0.1rem;
  46. margin-right: 0.08rem;
  47. }
  48. .downAppTop .left div :nth-of-type(1){
  49. color: #4A4A4A;
  50. font-size: 0.26rem;
  51. line-height: 0.36rem;
  52. padding-bottom: 0.02rem;
  53. }
  54. .downAppTop .left div :nth-of-type(2){
  55. color: #898989;
  56. font-size: 0.22rem;
  57. line-height: 0.32rem;
  58. }
  59. .downAppTop .right{
  60. display: block;
  61. width: 1.44rem;
  62. height: 0.44rem;
  63. background:linear-gradient(292deg,rgba(250,42,55,1) 0%,rgba(252,113,35,1) 100%);
  64. border-radius:0.22rem;
  65. color: #FFFFFF;
  66. font-size: 0.22rem;
  67. line-height: 0.44rem;
  68. text-align: center;
  69. }
  70. /*小蜜蜂头部文案*/
  71. .bee_title{
  72. width: 100%;
  73. display: flex;
  74. align-items: center;
  75. justify-content: center;
  76. margin-top: 1.72rem;
  77. margin-bottom: 0.92rem;
  78. }
  79. .bee_title img{
  80. width: 0.59rem;
  81. height: 1.07rem;
  82. }
  83. .bee_title p{
  84. color: #39393A;
  85. font-size: 0.34rem;
  86. line-height: 0.48rem;
  87. margin: 0.18rem 0.2rem 0;
  88. text-align: center;
  89. }
  90. /*用户注册*/
  91. .register{
  92. width: 5.8rem;
  93. margin: auto;
  94. }
  95. .register .register_phone,.register .register_yzm{
  96. height: 0.84rem;
  97. display: flex;
  98. align-items: center;
  99. justify-content: space-between;
  100. border-bottom: 0.01rem solid #909090;
  101. padding: 0 0.04rem;
  102. }
  103. .register input{
  104. font-size: 0.3rem;
  105. line-height: 0.42rem;
  106. border: none;
  107. }
  108. .register .register_phone button{
  109. color: #4A4A4A;
  110. font-size: 0.26rem;
  111. line-height: 0.36rem;
  112. border: none;
  113. background: transparent;
  114. }
  115. .register .register_button{
  116. width: 5.76rem;
  117. height: 0.82rem;
  118. background:linear-gradient(288deg,rgba(250,42,55,1) 0%,rgba(252,113,35,1) 100%);
  119. border-radius:0.41rem;
  120. border: none;
  121. color: #FFFFFF;
  122. font-size: 0.4rem;
  123. line-height: 0.82rem;
  124. margin-top: 0.8rem;
  125. }
  126. /*猎豆文案*/
  127. .liedou_statement{
  128. width: 6.58rem;
  129. margin: auto;
  130. margin-top: 0.64rem;
  131. }
  132. .liedou_statement h3{
  133. color: #F5122A;
  134. font-size: 0.3rem;
  135. line-height: 0.42rem;
  136. font-weight: bold;
  137. margin-bottom: 0.14rem;
  138. }
  139. .liedou_statement p{
  140. height: 1.76rem;
  141. width: 100%;
  142. background: url(../images/character_bg.png) no-repeat;
  143. background-size:100% 100% ;
  144. font-size: 0.28rem;
  145. line-height: 0.4rem;
  146. letter-spacing:0.01rem;
  147. color: #DD606B;
  148. padding: 0 0.08rem;
  149. box-sizing: border-box;
  150. display: flex;
  151. align-items: center;
  152. }
  153. /*注册成功弹框*/
  154. #registerSuccess{
  155. width: 100%;
  156. height: 100vh;
  157. position: fixed;
  158. top: 0;
  159. left: 0;
  160. background: rgba(0,0,0,0.6);
  161. z-index: 501;
  162. text-align: center;
  163. visibility: hidden;
  164. }
  165. #registerSuccess .content h3{
  166. font-size: 0.36rem;
  167. line-height: 0.5rem;
  168. padding-top: 0.44rem;
  169. padding-bottom: 0.33rem;
  170. }
  171. #registerSuccess .content .con{
  172. color: #262626;
  173. font-size: 0.28rem;
  174. line-height: 0.4rem;
  175. margin-bottom: 0.56rem;
  176. }
  177. #registerSuccess .content .copyTkl{
  178. display: block;
  179. padding: 0;
  180. margin: auto;
  181. width: 1.92rem;
  182. height: 0.48rem;
  183. background: #FA2C36;
  184. border-radius: 0.1rem;
  185. color: #FFFFFF;
  186. font-size: 0.28rem;
  187. line-height: 0.48rem;
  188. border: none;
  189. }
  190. #registerSuccess .content{
  191. width: 5rem;
  192. min-height: 4.26rem;
  193. background: #FFFFFF;
  194. position: absolute;
  195. top: 3.26rem;
  196. left: 0;
  197. right: 0;
  198. margin: auto;
  199. padding: 0 0.32rem;
  200. box-sizing: border-box;
  201. border-radius: 0.1rem;
  202. }
  203. #registerSuccess .content .close{
  204. width: 0.6rem;
  205. height: 0.6rem;
  206. position: absolute;
  207. bottom: -1.1rem;
  208. left: 0;
  209. right: 0;
  210. margin: auto;
  211. }