global.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. @charset "utf-8";
  2. html {font-size: 62.5%;}
  3. @media only screen and (min-width: 481px){
  4. html {
  5. font-size: 94%!important;
  6. }
  7. }
  8. @media only screen and (min-width: 561px){
  9. html {
  10. font-size: 109%!important;
  11. }
  12. }
  13. @media only screen and (min-width: 641px){
  14. html {
  15. font-size: 125%!important;
  16. }
  17. }
  18. body,div,table,ul,ol,li,form,input,textarea,p,tr,td,button,img,a,tr,td {
  19. margin: 0px;
  20. padding: 0px;
  21. }
  22. a,a:link,a:visited,a:hover {
  23. text-decoration: none;
  24. }
  25. IMG {
  26. border: none;
  27. margin: 0px;
  28. padding: 0px;
  29. }
  30. ol,ul {
  31. list-style: none;
  32. }
  33. table {
  34. border-collapse: collapse;
  35. border-spacing: 0;
  36. }
  37. html,body {
  38. text-align: center;
  39. }
  40. .clear {
  41. clear: both;
  42. }
  43. .round {
  44. padding: 0px;
  45. border: none;
  46. -webkit-border-radius: 5px;
  47. -moz-border-radius: 5px;
  48. color: #fff;
  49. }
  50. #footer-fix {
  51. width: 100%;
  52. position: fixed;
  53. z-index: 999;
  54. bottom: 0;
  55. left: 0;
  56. background: #e7e3e3;
  57. }
  58. #footer-fix table {
  59. width: 100%;
  60. }
  61. #footer-fix table td {
  62. width: 25%;
  63. padding: 8px 0px;
  64. text-align: center;
  65. }
  66. #footer-fix-occupying {
  67. width: 100%;
  68. background: none;
  69. }
  70. #footer-fix-occupying table {
  71. width: 100%;
  72. }
  73. #footer-fix-occupying table td {
  74. width: 25%;
  75. padding: 8px 0px;
  76. text-align: center;
  77. }
  78. /*通用弹出层*/
  79. .tanchu_div {
  80. width: 100%;
  81. height: 100%;
  82. margin: 0px;
  83. padding: 0px;
  84. position: absolute;
  85. z-index: 10000;
  86. top: 0;
  87. left: 0;
  88. background: url(../images/keepout1.png) repeat;
  89. text-align: center;
  90. vertical-align: middle;
  91. display: none;
  92. }
  93. input:focus {outline:none;}