expression.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. body
  2. {
  3. margin:0;
  4. padding:0;
  5. font-size:12px;
  6. }
  7. .comment_div
  8. {
  9. position:absolute;
  10. background-color:#fafafa;
  11. border:1px solid #c9cfd6;
  12. width:740px;
  13. height:540px;
  14. top:50%;
  15. left:50%;
  16. margin-top:-270px;
  17. margin-left:-370px;
  18. }
  19. .math_div
  20. {
  21. position:absolute;
  22. background-color:#fafafa;
  23. border:1px solid #c9cfd6;
  24. width:740px;
  25. height:480px;
  26. top:50%;
  27. left:50%;
  28. margin-top:-240px;
  29. margin-left:-370px;
  30. }
  31. .top_div
  32. {
  33. height:60%;
  34. }
  35. .bottom_div
  36. {
  37. height:40%;
  38. font-size:13px;
  39. }
  40. .top_left_div
  41. {
  42. margin:5px;
  43. border:1px solid #d2d2d2;
  44. height:95%;
  45. float:left;
  46. width:75%;
  47. }
  48. .top_right_div
  49. {
  50. margin:5px;
  51. float:left;
  52. width:160px;
  53. height:95%;
  54. border:1px solid #d2d2d2;
  55. }
  56. .calTool
  57. {
  58. margin:3px;
  59. float:left;
  60. background:url(../images/calTools.png) 0 0 no-repeat;
  61. width:40px;
  62. height:40px;
  63. font-size:13px;
  64. font-weight:bold;
  65. text-align:center;
  66. line-height:38px;
  67. cursor:pointer;
  68. }
  69. .tool-hover
  70. {
  71. background-position: 0 -40px;
  72. }
  73. .title-div
  74. {
  75. line-height:27px;
  76. font-size:14px;
  77. font-weight:bold;
  78. }
  79. .expre-ul
  80. {
  81. width: 99%;
  82. height:85%;
  83. margin: 0;
  84. padding: 0;
  85. overflow:auto;
  86. }
  87. .bottom_toolbar
  88. {
  89. height:40px;
  90. margin:5px;
  91. }
  92. .toolbar_btn
  93. {
  94. background-position:0 -80px;
  95. width:80px;
  96. height:30px;
  97. font-size:13px;
  98. font-weight:bold;
  99. text-align:center;
  100. line-height:28px;
  101. cursor:pointer;
  102. margin:3px 10px;
  103. }
  104. .toolbar_btn_hover
  105. {
  106. background-position:0 -110px;
  107. }
  108. .result_table {
  109. width:100%;
  110. padding: 0;
  111. margin: 0;
  112. margin-top:8px;
  113. border-collapse:collapse;
  114. }
  115. .result_table th {
  116. width:90px;
  117. font-size: 13px;
  118. font-weight:bold;
  119. border: 1px solid #A8CFEB;
  120. background: #EDF6FC;
  121. font-size:13px;
  122. padding: 6px 6px 6px 12px;
  123. }
  124. .result_table td{
  125. border: 1px solid #A8CFEB;
  126. background: #fff;
  127. font-size:12px;
  128. padding: 6px 6px 6px 12px;
  129. }
  130. .field_left_div
  131. {
  132. margin:5px;
  133. border:1px solid #A7D3F0;
  134. height:95%;
  135. float:left;
  136. width:60%;
  137. }
  138. .cal_right_div
  139. {
  140. margin:5px;
  141. float:right;
  142. width:240px;
  143. height:95%;
  144. border:1px solid #A7D3F0;
  145. }