style.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body {
  4. width: 100%;
  5. height: 100%;
  6. }
  7. .condition {
  8. margin-top: 10px;
  9. }
  10. .condition input {
  11. _width: auto;
  12. }
  13. .form-search .input-append .search-query {
  14. _height:24px;
  15. _line-height:24px;
  16. }
  17. #q-options .radio.inline, #q-options .checkbox.inline {
  18. padding-top: 0;
  19. margin-left: 0;
  20. margin-right: 5px;
  21. }
  22. .condition select {
  23. width: auto;
  24. }
  25. .condition span {
  26. vertical-align: middle;
  27. }
  28. #q-input input.tips {
  29. color: #aaa;
  30. }
  31. .link {
  32. background-color: #F5F5F5;
  33. border-top: 1px solid #E5E5E5;
  34. border-bottom: 1px solid #E5E5E5;
  35. margin-top: 70px;
  36. padding: 30px 0;
  37. }
  38. .link p {
  39. color: #777777;
  40. margin-bottom: 0;
  41. display: inline;
  42. width: 780px;
  43. float: left;
  44. }
  45. .link h4 {
  46. display: inline;
  47. float: left;
  48. vertical-align: top;
  49. margin: 0;
  50. }
  51. .link span {
  52. margin-left: 30px;
  53. float: left;
  54. display: inline;
  55. }
  56. footer {
  57. margin-top: 10px;
  58. }
  59. footer p {
  60. color: #777777;
  61. }
  62. .result {
  63. color: #5d5d5d;
  64. font-size: 12px;
  65. }
  66. .result b {
  67. margin: 0 10px;
  68. color: #333;
  69. }
  70. .result-list dt {
  71. margin-top: 30px;
  72. }
  73. .field-info span {
  74. margin-right: 10px;
  75. }
  76. .field-info strong {
  77. margin-right: 4px;
  78. font-weight: normal;
  79. font-style: italic;
  80. font-size: 90%;
  81. }
  82. .demo-error {
  83. font-weight: 900;
  84. }
  85. .demo-error ul {
  86. list-style: none outside none;
  87. font-weight: 400;
  88. margin-left: 30px;
  89. font-size: 12px;
  90. }
  91. .demo-error2 ul li {
  92. display: inline;
  93. list-style-type: none;
  94. margin-right: 8px;
  95. }
  96. .result-list h4 em {
  97. color:red;
  98. }
  99. .corrected {
  100. margin: 10px 0 30px;
  101. padding: 10px;
  102. overflow: hidden;
  103. }
  104. .corrected h4 {
  105. font-size: 14px;
  106. font-style: italic;
  107. font-weight: normal;
  108. }
  109. .corrected span {
  110. margin-left: 10px;
  111. }
  112. .ui-autocomplete li.ui-menu-item {
  113. font-size: 12px;
  114. }