common.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. html,body{
  2. margin:0;
  3. padding:0;
  4. color:#000;
  5. -webkit-tap-highlight-color:rgba(0,0,0,0);
  6. border:none
  7. }
  8. @media screen and (max-width:480px) and (min-width:320px){
  9. body{
  10. font-size:16px
  11. }
  12. }
  13. @media screen and (max-width:540px) and (min-width:480px){
  14. body{
  15. font-size:22px
  16. }
  17. }
  18. @media screen and (min-width:541px){
  19. body{
  20. font-size:26px
  21. }
  22. }
  23. html,body{
  24. text-align:center;
  25. width:100%;
  26. height:100%;
  27. font-family:arial;
  28. margin:0px;
  29. padding:0px
  30. }
  31. .title-area{
  32. position:relative;
  33. }
  34. .main{
  35. width:100%;
  36. height:100%;
  37. display:block;
  38. overflow-y:scroll
  39. }
  40. #head-img{
  41. position:absolute;
  42. left:0;
  43. top:0;
  44. width:100%;
  45. height:60px
  46. }
  47. #wenti{
  48. margin-top:70px;
  49. text-align:center;
  50. display:none;
  51. width:100%
  52. }
  53. #ti{
  54. color:#fff;
  55. margin-bottom:100px
  56. }
  57. .lt-w{
  58. position:absolute;
  59. left:0;
  60. top:5px;
  61. width:100%;
  62. z-index:50
  63. }
  64. .t-s{
  65. padding:5px;
  66. padding-left:10%;
  67. padding-right:10%;
  68. background-color:#ff6552;
  69. width:70%;
  70. margin:15px auto;
  71. position:relative;
  72. border-radius:5px;
  73. -webkit-transition:background-color 0.3s ease;
  74. line-height:30px;
  75. min-height:30px
  76. }
  77. .t-s img{
  78. max-width:100%
  79. }
  80. .t-s.active{
  81. background-color:#90cd00
  82. }
  83. .t-s::before{
  84. position:absolute;
  85. left:8px;
  86. padding-left:4px;
  87. line-height:25px;
  88. background:rgba(255,255,255,0);
  89. content:attr(num);
  90. vertical-align:middle;
  91. -webkit-transition:opacity 0.3s ease
  92. }
  93. .t-s.active:after{
  94. display:block;
  95. opacity:1
  96. }
  97. .t-c{
  98. padding:5px;
  99. font-size:1em;
  100. text-align:center;
  101. margin:10px auto
  102. }
  103. #picti{
  104. max-height:100px;
  105. max-width:90%;
  106. margin:10px auto;
  107. }
  108. .result{
  109. width:100%;
  110. text-align:center;
  111. margin:0 auto 120px;
  112. display:none
  113. }
  114. .auto-div{
  115. width:85%;
  116. margin:100px auto 10px;
  117. padding:5px;
  118. background-color:#90CD00;
  119. border-radius:20px
  120. }
  121. .start-auto{
  122. background-color:#ff6552;
  123. }
  124. .div-inner{
  125. margin:0 auto;
  126. padding:20px;
  127. border:5px dotted #fff;
  128. border-radius:20px
  129. }
  130. .circle{
  131. width:16px;
  132. height:16px;
  133. border-radius:8px;
  134. background-color:#fff;
  135. margin:0 auto;
  136. position:relative;
  137. top:-30px
  138. }
  139. .result-title{
  140. font-size:24px;
  141. margin-top:-10px;
  142. color:#ff1e0c
  143. }
  144. .result-desc{
  145. text-align:left;
  146. font-size:16px;
  147. color:#fff;
  148. margin:10px auto;
  149. text-indent:32px;
  150. text-shadow:1px 1px 0 #999;
  151. line-height:22px
  152. }
  153. #share-tip{
  154. position:fixed;
  155. right:5px;
  156. top:0;
  157. width:80%;
  158. z-index:1000;
  159. display:none;
  160. }
  161. .result-bnt{
  162. position:fixed;
  163. bottom:0;
  164. left:0;
  165. width:100%;
  166. background-color:#ff4e00;
  167. height:50px;
  168. display:none
  169. }
  170. .share-btn{
  171. padding:5px;
  172. background-color:#90cd00;
  173. width:80%;
  174. border-radius:25px;
  175. line-height:30px;
  176. color:#fff;
  177. font-size:18px;
  178. margin:5px auto
  179. }
  180. #home-desc{
  181. width:100%;
  182. margin: 0 auto;
  183. text-align: left;
  184. color:#fff;
  185. line-height:1.4;
  186. }
  187. .start-btn{
  188. width:70%;
  189. padding: 10px;
  190. margin: 50px auto 80px;
  191. background-color: #90cd00;
  192. color: #fff;
  193. font-size: 24px;
  194. border-radius:35px;
  195. box-shadow:0 7px 0 0 #6d872e ;
  196. }
  197. .start-img{
  198. width:70%;
  199. margin: 50px auto;
  200. }