selectdata.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. @media (min-width: 320px) {
  2. body {
  3. font-size: 12px;
  4. font-family: Microsoft YaHei;
  5. /*background: url(../imgs/bg2.jpg) no-repeat;*/
  6. background: url(../imgs/bg.jpg) no-repeat;
  7. background-position: center;
  8. background-size:100% 100%;
  9. }
  10. }
  11. @media (min-width: 370px) {
  12. body {
  13. font-size: 14px;
  14. font-family: Microsoft YaHei;
  15. }
  16. }
  17. @media (min-width: 410px) {
  18. body {
  19. font-size: 15px;
  20. font-family: Microsoft YaHei;
  21. }
  22. }
  23. @media (min-width: 768px) {
  24. body {
  25. font-size: 27px;
  26. font-family: Microsoft YaHei;
  27. }
  28. }
  29. @media (min-width: 1200px) {
  30. body {
  31. font-size: 40px;
  32. font-family: Microsoft YaHei;
  33. }
  34. }
  35. body {
  36. margin: 0px;
  37. padding: 0px;
  38. }
  39. .container {
  40. width: 84%;
  41. height: auto;
  42. /*控制背景 background-size: 100% 100%;*/
  43. margin: auto;
  44. margin-top: 50%;
  45. margin-bottom: 30%;
  46. padding-bottom: 10%;
  47. }
  48. .submit {
  49. background-color: #FCEE50;
  50. width: 50%;
  51. border-radius: 6px;
  52. font-size: 1.3em;
  53. font-weight: bolder;
  54. line-height: 1.9em;
  55. text-align: center;
  56. color: red;
  57. border: 0;
  58. display: block;
  59. margin-left: 25%;
  60. }
  61. .agree {
  62. width: 70%;
  63. height: 3%;
  64. padding-bottom: 5%;
  65. margin-left: 15%;
  66. }
  67. .span {
  68. color: red;
  69. }
  70. .iphone {
  71. line-height: 10%;
  72. padding-top: 2%;
  73. }
  74. .num {
  75. line-height: 10%;
  76. padding-top: 2%;
  77. }
  78. .input {
  79. -webkit-tap-highlight-color:rgba(0,0,0,0);
  80. /*去掉点击链接和文本框对象时默认的灰色半透明覆盖层(iOS)或者虚框(Android)*/
  81. text-align: center;
  82. outline:none;
  83. /* 去掉输入的时候出现的边框线*/
  84. font-size: 1.14286em;
  85. line-height: 2.5em;
  86. height: 2.5em;
  87. color: white;
  88. width: 100%;
  89. border: none;
  90. background-color: transparent;
  91. }
  92. .inside-container {
  93. padding-top: 40%;
  94. padding-bottom: 5%
  95. }
  96. .containers {
  97. border: 1px solid #ff002f;
  98. border-radius: 4px;
  99. background-color: rgba(183, 171, 171, 0.35);
  100. height: 2.5em;
  101. line-height: 2.5em;
  102. overflow: hidden;
  103. margin-bottom: 1em;
  104. width: 70%;
  105. margin-left: 15%;
  106. }
  107. .guanzhu_bg {
  108. display: none;
  109. position: fixed;
  110. top: 0;
  111. left: 0;
  112. width: 100%;
  113. height: 100%;
  114. text-align: center;
  115. background: rgba(0,0,0,0.7);
  116. z-index: 99;
  117. }
  118. .content-title{
  119. overflow: hidden;
  120. margin-bottom: 0.3em;
  121. text-align: center;
  122. font-size: 18px;
  123. font-weight: bolder;
  124. color: yellow;
  125. margin-top: 18%;
  126. }
  127. .content-title p{
  128. margin: 0;
  129. }
  130. input::-webkit-input-placeholder {
  131. font-weight: 500;
  132. font-size: 1em;
  133. color: white;
  134. }
  135. input:-moz-placeholder {
  136. font-weight: 500;
  137. font-size: 1em;
  138. opacity: 1;
  139. color: white;
  140. }
  141. input::-moz-placeholder {
  142. font-weight: 500;
  143. font-size: 1em;
  144. opacity: 1;
  145. color: white;
  146. }
  147. input:-ms-input-placeholder {
  148. font-weight: 500;
  149. font-size: 1em;
  150. color: white;
  151. }