mobile.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. html {
  2. line-height: 1.15; /* 1 */
  3. -webkit-text-size-adjust: 100%; /* 2 */
  4. }
  5. body {
  6. margin: 0;
  7. font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
  8. }
  9. main {
  10. display: block;
  11. }
  12. h1 {
  13. font-size: 2em;
  14. margin: 0.67em 0;
  15. }
  16. ul, ol, li, h1 {
  17. line-height:normal;
  18. list-style-image:none;
  19. list-style-position:outside;
  20. list-style-type:none;
  21. }
  22. dl,ul {
  23. margin:0;
  24. padding:0;
  25. }
  26. hr {
  27. box-sizing: content-box; /* 1 */
  28. height: 0; /* 1 */
  29. overflow: visible; /* 2 */
  30. }
  31. pre {
  32. font-family: monospace, monospace; /* 1 */
  33. font-size: 1em; /* 2 */
  34. }
  35. a {
  36. background-color: transparent;
  37. }
  38. abbr[title] {
  39. border-bottom: none; /* 1 */
  40. text-decoration: underline; /* 2 */
  41. text-decoration: underline dotted; /* 2 */
  42. }
  43. b,
  44. strong {
  45. font-weight: bolder;
  46. }
  47. code,
  48. kbd,
  49. samp {
  50. font-family: monospace, monospace; /* 1 */
  51. font-size: 1em; /* 2 */
  52. }
  53. small {
  54. font-size: 80%;
  55. }
  56. sub,
  57. sup {
  58. font-size: 75%;
  59. line-height: 0;
  60. position: relative;
  61. vertical-align: baseline;
  62. }
  63. sub {
  64. bottom: -0.25em;
  65. }
  66. sup {
  67. top: -0.5em;
  68. }
  69. img {
  70. border-style: none;
  71. }
  72. button,
  73. input,
  74. optgroup,
  75. select,
  76. textarea {
  77. font-family: inherit; /* 1 */
  78. font-size: 100%; /* 1 */
  79. line-height: 1.15; /* 1 */
  80. margin: 0; /* 2 */
  81. }
  82. button,
  83. input { /* 1 */
  84. overflow: visible;
  85. }
  86. button,
  87. select { /* 1 */
  88. text-transform: none;
  89. }
  90. button,
  91. [type="button"],
  92. [type="reset"],
  93. [type="submit"] {
  94. -webkit-appearance: button;
  95. }
  96. button::-moz-focus-inner,
  97. [type="button"]::-moz-focus-inner,
  98. [type="reset"]::-moz-focus-inner,
  99. [type="submit"]::-moz-focus-inner {
  100. border-style: none;
  101. padding: 0;
  102. }
  103. button:-moz-focusring,
  104. [type="button"]:-moz-focusring,
  105. [type="reset"]:-moz-focusring,
  106. [type="submit"]:-moz-focusring {
  107. outline: 1px dotted ButtonText;
  108. }
  109. fieldset {
  110. padding: 0.35em 0.75em 0.625em;
  111. }
  112. legend {
  113. box-sizing: border-box; /* 1 */
  114. color: inherit; /* 2 */
  115. display: table; /* 1 */
  116. max-width: 100%; /* 1 */
  117. padding: 0; /* 3 */
  118. white-space: normal; /* 1 */
  119. }
  120. progress {
  121. vertical-align: baseline;
  122. }
  123. textarea {
  124. overflow: auto;
  125. }
  126. [type="checkbox"],
  127. [type="radio"] {
  128. box-sizing: border-box; /* 1 */
  129. padding: 0; /* 2 */
  130. }
  131. [type="number"]::-webkit-inner-spin-button,
  132. [type="number"]::-webkit-outer-spin-button {
  133. height: auto;
  134. }
  135. [type="search"] {
  136. -webkit-appearance: textfield; /* 1 */
  137. outline-offset: -2px; /* 2 */
  138. }
  139. [type="search"]::-webkit-search-decoration {
  140. -webkit-appearance: none;
  141. }
  142. ::-webkit-file-upload-button {
  143. -webkit-appearance: button; /* 1 */
  144. font: inherit; /* 2 */
  145. }
  146. details {
  147. display: block;
  148. }
  149. summary {
  150. display: list-item;
  151. }
  152. template {
  153. display: none;
  154. }
  155. [hidden] {
  156. display: none;
  157. }
  158. body{
  159. background-color: #f2f2f2
  160. }
  161. .header{
  162. font-size: .5rem;
  163. background-color: #fff;
  164. padding:4px;
  165. color:#333;
  166. text-align: center;
  167. }
  168. .wrapContent{
  169. background: url(contentBg-index.png) no-repeat top center;
  170. background-size: 300%;
  171. border-top:2px solid #f8b62a;
  172. }
  173. .pageTitle {
  174. font-size:.5rem;
  175. color:#fff;
  176. text-align: center;
  177. }
  178. .pageTitle h1{
  179. background: url(titleBg-yellow.png) repeat;
  180. display: inline-block;
  181. padding:4px;
  182. margin-bottom:0;
  183. margin-top: 2px
  184. }
  185. .pageTitle h2 {
  186. background: url(titleBg-black.png) repeat;
  187. display: inline-block;
  188. padding:4px;
  189. margin:4px 0 0 0;
  190. }
  191. .content{
  192. margin:8px auto;
  193. background: #fff;
  194. width: 80%;
  195. display: block;
  196. padding:8px;
  197. }
  198. .areaSelect ul {
  199. margin:10px 0;
  200. }
  201. .areaSelect ul li{
  202. margin-bottom: 8px;
  203. text-align: center;
  204. font-size: .5rem
  205. }
  206. .areaSelect ul a {
  207. background-color:#f8b62a;
  208. color:#fff;
  209. text-decoration: none;
  210. padding:4px 32px;
  211. display: inline-block;
  212. font-size: .8rem
  213. }
  214. .areaContent .title i{
  215. font-size: .5rem;
  216. float: right;
  217. }
  218. .areaContent dl{
  219. margin-top:8px;
  220. }
  221. .areaContent dt{
  222. background-color: #f8b62a;
  223. color:#fff;
  224. padding:2px;
  225. }
  226. .areaContent dd{
  227. padding:4px;
  228. margin-left:0;
  229. font-size: .75rem;
  230. }
  231. .areaContent dd.address{
  232. font-size: .6rem;
  233. color:#666;
  234. }
  235. .footer {
  236. font-size: .4rem;
  237. text-align: center;
  238. }
  239. .areaContent dd table{
  240. width: 100%
  241. }
  242. .areaContent dd a{
  243. color:#333;
  244. text-decoration: none
  245. }