main1119.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. html, body {
  2. margin: 0;
  3. height: 100%;
  4. width: 100%;
  5. position: absolute;
  6. }
  7. #container {
  8. position: absolute;
  9. top: 0;
  10. left: 0;
  11. right: 0;
  12. bottom: 0;
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .button-group {
  17. position: absolute;
  18. bottom: 20px;
  19. right: 20px;
  20. font-size: 12px;
  21. padding: 10px;
  22. }
  23. .button-group .button {
  24. height: 28px;
  25. line-height: 28px;
  26. background-color: #0D9BF2;
  27. color: #FFF;
  28. border: 0;
  29. outline: none;
  30. padding-left: 5px;
  31. padding-right: 5px;
  32. border-radius: 3px;
  33. margin-bottom: 4px;
  34. cursor: pointer;
  35. }
  36. .button-group .inputtext {
  37. height: 26px;
  38. line-height: 26px;
  39. border: 1px;
  40. outline: none;
  41. padding-left: 5px;
  42. padding-right: 5px;
  43. border-radius: 3px;
  44. margin-bottom: 4px;
  45. cursor: pointer;
  46. }
  47. /*
  48. .tip {
  49. position: absolute;
  50. bottom: 30px;
  51. right: 10px;
  52. background-color: #FFF;
  53. text-align: center;
  54. border: 1px solid #ccc;
  55. line-height: 30px;
  56. border-radius: 3px;
  57. padding: 0 5px;
  58. font-size: 12px;
  59. }
  60. */
  61. #tip {
  62. background-color: #fff;
  63. padding-left: 10px;
  64. padding-right: 10px;
  65. position: absolute;
  66. font-size: 12px;
  67. right: 10px;
  68. top: 20px;
  69. border-radius: 3px;
  70. border: 1px solid #ccc;
  71. line-height: 30px;
  72. }
  73. /*
  74. #tip input[type='button'] {
  75. margin-top: 10px;
  76. margin-bottom: 10px;
  77. background-color: #0D9BF2;
  78. height: 30px;
  79. text-align: center;
  80. line-height: 30px;
  81. color: #fff;
  82. font-size: 12px;
  83. border-radius: 3px;
  84. outline: none;
  85. border: 0;
  86. }
  87. */
  88. .amap-info-content {
  89. font-size: 12px;
  90. }
  91. #myPageTop {
  92. position: absolute;
  93. top: 5px;
  94. right: 10px;
  95. background: #fff none repeat scroll 0 0;
  96. border: 1px solid #ccc;
  97. margin: 10px auto;
  98. padding:6px;
  99. font-family: "Microsoft Yahei", "΢ÈíÑźÚ", "Pinghei";
  100. font-size: 14px;
  101. }
  102. #myPageTop label {
  103. margin: 0 20px 0 0;
  104. color: #666666;
  105. font-weight: normal;
  106. }
  107. #myPageTop input {
  108. width: 170px;
  109. }
  110. #myPageTop .column2{
  111. padding-left: 25px;
  112. }