offMain.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. html {
  2. font-size: 62.5%;
  3. color: #222;
  4. }
  5. ::selection {
  6. background-color: #b3d4fc;
  7. text-shadow: none;
  8. }
  9. .clearfix:before,
  10. .clearfix:after {
  11. content: "";
  12. display: table;
  13. }
  14. .clearfix:after {
  15. clear: both;
  16. }
  17. body {
  18. font-size: 1.2rem;
  19. line-height: 1.5;
  20. background-color: #282FA5;
  21. }
  22. a {
  23. color: #666;
  24. text-decoration: none;
  25. }
  26. a:hover, a:active {
  27. color: #0ae;
  28. text-decoration: underline;
  29. }
  30. button:focus, input:focus{
  31. outline: 0;
  32. }
  33. header {
  34. width: 100%;
  35. }
  36. header .top {
  37. }
  38. header .top .bottom-img{
  39. width: 100%;
  40. }
  41. /*@media only screen and (min-width: 700px) {*/
  42. /*header .top .center-pic{*/
  43. /*margin-left: 28%;*/
  44. /*width: 44%;*/
  45. /*}*/
  46. /*}*/
  47. /*@media only screen and (min-width: 640px) and (max-width: 700px){*/
  48. @media only screen and (max-width: 450px) {
  49. header .top-font {
  50. color: #E64635;
  51. position: absolute;
  52. top: 22%;
  53. left: 35%;
  54. }
  55. header .top-font .top-font-m {
  56. font-size: 6rem
  57. }
  58. header .top-font .top-font-s {
  59. font-size: 1rem
  60. }
  61. }
  62. @media only screen and (min-width: 640px) {
  63. body {
  64. background-color: #ffffff;
  65. }
  66. .free-code-con {
  67. width: 620px;margin: 0 auto;padding-bottom: 10px;background-color: #282FA5;
  68. }
  69. header .top .center-pic{
  70. margin-left: 8%;
  71. width: 84%;
  72. position: relative;
  73. }
  74. header .top .center-pic .recv-cont {
  75. width: 100%;
  76. top: -40%;
  77. }
  78. header .top .center-pic .load-menu .tb-codes {
  79. width: 100%;
  80. }
  81. header .top .center-pic .load-menu .code-tip-icon{
  82. width: auto;
  83. }
  84. header .top .center-pic .load-menu .code-tip-font{
  85. font-size: 24px;
  86. padding: 2rem 5rem;
  87. margin: 3rem 2rem 1rem;
  88. }
  89. header .top .top-tip-con{
  90. font-size: 22px;
  91. }
  92. }
  93. @media only screen and (min-width: 350px) and (max-width: 400px) {
  94. header .top .center-pic .recv-cont{
  95. top: -24%!important;
  96. }
  97. }
  98. @media only screen and (max-width: 640px) {
  99. .tip-suc-con {
  100. margin-left: 15%;
  101. }
  102. body {
  103. background-color: #282FA5;
  104. }
  105. header .top .center-pic{
  106. margin-left: 2.5%;
  107. width: 95%;
  108. position: relative;
  109. }
  110. header .top .center-pic .recv-cont {
  111. width: 93%;
  112. left: 3%;
  113. top: -27%;
  114. }
  115. header .top .center-pic .load-menu .tb-codes {
  116. width: 93%;
  117. /*margin-left: 3%;*/
  118. }
  119. header .top .center-pic .load-menu .code-tip-icon{
  120. width: 13%;
  121. }
  122. header .top .center-pic .load-menu .code-tip-font{
  123. font-size: 22px;
  124. padding: 1rem 3rem;
  125. margin: 3rem 1rem 1rem;
  126. }
  127. header .top .top-tip-con{
  128. font-size: 13px;
  129. }
  130. }
  131. /*header .top .center-pic{*/
  132. /*margin-left: 28%;*/
  133. /*width: 44%;*/
  134. /*}*/
  135. header .top .center-pic .recv-cont {
  136. /*background-color: #ffffff;*/
  137. border-radius: 3rem;
  138. /*margin-top: -11rem;*/
  139. background: #767BD5;padding: 3% 8%;position: absolute;
  140. }
  141. @media only screen and (min-width: 700px) {
  142. header .top .center-pic .recv-cont{
  143. margin-bottom: 2rem;
  144. }
  145. }
  146. @media only screen and (min-width: 480px) and (max-width: 700px){
  147. header .top .center-pic .recv-cont{
  148. margin-bottom: 1rem;
  149. }
  150. }
  151. @media only screen and (max-width: 480px) {
  152. header .top .center-pic .recv-cont{
  153. margin-bottom: 1rem;
  154. }
  155. }
  156. header .top .top-tip-con{
  157. position: absolute;
  158. top: 3%;
  159. left: 50%;
  160. transform: translate(-50%,-50%);
  161. color: #FFFFFF
  162. }
  163. header .top .top-tip-con .font-right{
  164. opacity: 0.7;
  165. border-left: rgba(255,255,255,0.71) 1px solid;
  166. padding-left: 1rem;
  167. margin-left: 1rem;
  168. }
  169. header .top .center-pic .recv-cont .recv-ipt{
  170. margin-top: 3rem;
  171. width: 100%;
  172. padding-left: 15%;
  173. border-radius: 7rem;
  174. color: #333333;
  175. background-color: white;
  176. border: none;
  177. }
  178. header .top .center-pic .recv-cont .recv-btn {
  179. /*border-radius: 5rem;*/
  180. width: 109%;
  181. margin: 7% 0 0 -4%;
  182. /*border:none;*/
  183. }
  184. header .top .center-pic .load-menu {
  185. width: 100%;
  186. border-radius: 1rem;
  187. margin-top: 7rem;
  188. padding: 0.1rem 0rem;
  189. margin-bottom: 4rem;
  190. }
  191. header .top .center-pic .load-menu .code-tip-icon{
  192. display: inline-block;
  193. }
  194. header .top .center-pic .load-menu .code-tip-font{
  195. display: inline-block;
  196. background:linear-gradient(307deg,rgba(240,70,70,1) 0%,rgba(252,145,110,1) 100%);
  197. color: #FFFFFF;
  198. border-radius: 5rem;
  199. letter-spacing:1px;
  200. }
  201. header .top .center-pic .load-menu .tb-codes {
  202. margin: 2rem auto;
  203. border-radius: 3rem;
  204. background-color: rgba(255, 255, 255, 0.2);
  205. }
  206. header .top .center-pic .load-menu .tb-codes .tb-con {
  207. width: 90%;
  208. margin: 0 auto;
  209. padding-top: 8%;
  210. padding-bottom: 3%;
  211. }
  212. header .top .center-pic .load-menu .tb-codes p{
  213. font-size: 20px;
  214. color: rgba(255, 255, 255, 0.81);
  215. margin-bottom: 1%;
  216. }
  217. @media only screen and (max-width: 480px) {
  218. header .top .center-pic .load-menu {
  219. border-radius: 0.5rem;
  220. }
  221. }
  222. header .top .center-pic .load-menu .recv-btn {
  223. border-radius: 5rem;
  224. width: 60%;
  225. margin: 7% 0 7% 19%;
  226. border:none;
  227. background-color: #ffa71c;
  228. color: #1C262E;
  229. }
  230. header .top .center-pic .load-menu .recv-btn a:hover{
  231. color: #ffffff;
  232. text-decoration: none;
  233. }
  234. header .top .center-pic .load-menu .recv-btn a:active{
  235. text-decoration: none;
  236. }
  237. header .top .center-pic .load-menu .recv-btn a:visited{
  238. text-decoration: none;
  239. }
  240. .tip-suc-con {
  241. width: 270px;text-align: center;margin-top: 30vh;
  242. }
  243. .tip-suc-title {
  244. color: #333333;font-size: 18px;font-weight: bold;margin-top: 19px;
  245. }
  246. .tip-suc-context{
  247. text-align: left;border-bottom: 1px solid #EDEEF0;
  248. }
  249. .tip-suc-btn{
  250. margin: 10px 0;
  251. }