mobile.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  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. table{
  110. border-spacing:0px;
  111. }
  112. fieldset {
  113. padding: 0.35em 0.75em 0.625em;
  114. }
  115. legend {
  116. box-sizing: border-box; /* 1 */
  117. color: inherit; /* 2 */
  118. display: table; /* 1 */
  119. max-width: 100%; /* 1 */
  120. padding: 0; /* 3 */
  121. white-space: normal; /* 1 */
  122. }
  123. progress {
  124. vertical-align: baseline;
  125. }
  126. textarea {
  127. overflow: auto;
  128. }
  129. [type="checkbox"],
  130. [type="radio"] {
  131. box-sizing: border-box; /* 1 */
  132. padding: 0; /* 2 */
  133. }
  134. [type="number"]::-webkit-inner-spin-button,
  135. [type="number"]::-webkit-outer-spin-button {
  136. height: auto;
  137. }
  138. [type="search"] {
  139. -webkit-appearance: textfield; /* 1 */
  140. outline-offset: -2px; /* 2 */
  141. }
  142. [type="search"]::-webkit-search-decoration {
  143. -webkit-appearance: none;
  144. }
  145. ::-webkit-file-upload-button {
  146. -webkit-appearance: button; /* 1 */
  147. font: inherit; /* 2 */
  148. }
  149. details {
  150. display: block;
  151. }
  152. summary {
  153. display: list-item;
  154. }
  155. template {
  156. display: none;
  157. }
  158. [hidden] {
  159. display: none;
  160. }
  161. body{
  162. background-color: #f2f2f2
  163. }
  164. .header{
  165. font-size: .5rem;
  166. background-color: #fff;
  167. padding:4px;
  168. color:#333;
  169. text-align: center;
  170. }
  171. .wrapContent{
  172. background: url(contentBg-index.png) no-repeat top center;
  173. background-size: 300%;
  174. border-top:2px solid #f8b62a;
  175. }
  176. .quotedBg {
  177. border-color: #273fe2;
  178. background: url(contentBg-index.jpg) no-repeat top center;
  179. background-size: 300%;
  180. }
  181. .pageTitle {
  182. font-size:.5rem;
  183. color:#fff;
  184. text-align: center;
  185. }
  186. .pageTitle h1{
  187. background: url(titleBg-yellow.png) repeat;
  188. display: inline-block;
  189. padding:4px;
  190. margin-bottom:0;
  191. margin-top: 2px
  192. }
  193. .pageTitle h2 {
  194. background: url(titleBg-black.png) repeat;
  195. display: inline-block;
  196. padding:4px;
  197. margin:4px 0 0 0;
  198. }
  199. .quotedBg .pageTitle h1 {
  200. background: url(titleBg-blue.png) repeat;
  201. }
  202. .content{
  203. margin:8px auto;
  204. background: #fff;
  205. width: 80%;
  206. display: block;
  207. padding:8px;
  208. }
  209. .areaSelect ul {
  210. margin:10px 0;
  211. }
  212. .areaSelect ul li{
  213. margin-bottom: 8px;
  214. text-align: center;
  215. font-size: .5rem
  216. }
  217. .areaSelect ul a {
  218. background-color:#f8b62a;
  219. color:#fff;
  220. text-decoration: none;
  221. padding:4px 32px;
  222. display: inline-block;
  223. font-size: .8rem
  224. }
  225. .areaContent .title i{
  226. font-size: .5rem;
  227. float: right;
  228. }
  229. .areaContent dl{
  230. margin-top:8px;
  231. }
  232. .areaContent dt{
  233. background-color: #f8b62a;
  234. color:#fff;
  235. padding:2px;
  236. }
  237. .areaContent dd{
  238. padding:4px;
  239. margin-left:0;
  240. font-size: .75rem;
  241. }
  242. .areaContent dd.address{
  243. font-size: .6rem;
  244. color:#666;
  245. }
  246. .footer {
  247. font-size: .4rem;
  248. text-align: center;
  249. }
  250. .areaContent dd table{
  251. width: 100%
  252. }
  253. .areaContent dd a{
  254. color:#333;
  255. text-decoration: none
  256. }
  257. /*报价单*/
  258. .quoted-main {
  259. margin-bottom: 100px
  260. }
  261. .quoted-main legend{
  262. font-size: 1rem;
  263. color:#3c6cb4;
  264. padding:.5rem 0;
  265. text-align: center;
  266. font-weight: 600;
  267. margin:0 auto;
  268. }
  269. .quoted-main .formTable,.quoted-main .subTable{
  270. width: 100%;
  271. border-top: 1px solid #dbdff0;
  272. }
  273. .quoted-main .formTable {
  274. border-left: 1px solid #dbdff0;
  275. }
  276. .quoted-main .formTable td{
  277. font-size: .7rem;
  278. padding:8px;
  279. border-bottom: 1px solid #dbdff0;
  280. border-right: 1px solid #dbdff0;
  281. text-align: center;
  282. }
  283. .subTable td.greenBg{
  284. background-color: #17ab0c0d
  285. }
  286. .subTable td.orangeBg{
  287. background-color:#ed8b000d
  288. }
  289. .subTable td.redBg{
  290. background-color: #f700000d
  291. }
  292. .quoted-main .qp-title{
  293. background:#dbdff0;
  294. font-size: .7rem;
  295. color: #3c6cb4;
  296. padding:8px 8px;
  297. font-weight:normal;
  298. }
  299. .quoted-main .q-price{
  300. color:#3c6cb4;
  301. font-size: .8rem;
  302. display: inline-block;
  303. margin-right: 5px
  304. }
  305. .quoted-main .q-price:before{
  306. content: '¥';
  307. font-size: 12px;
  308. float: left;
  309. }
  310. .quoted-main .table-xscroll{
  311. overflow-x: scroll;
  312. width: 795px
  313. }
  314. .quoted-main tr.sbg td{
  315. background-color: #dbdff036
  316. }
  317. .quoted-main tr td.greenBg{
  318. background-color: #17ab0c0d
  319. }
  320. .quoted-main tr td.orangeBg{
  321. background-color:#FF78190d
  322. }
  323. .quoted-main tr td.redBg{
  324. background-color: #FFCC2B0d
  325. }
  326. .colYellow{
  327. color:#FFCC2B;
  328. }
  329. .colGreen{
  330. color:#17ab0c;
  331. }
  332. .colOrange{
  333. color:#FF7819;
  334. }