default01.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. /*body
  2. {
  3. font-family: "宋体";
  4. }*/
  5. .formitem
  6. {
  7. border: 1px solid #dfdfdf;
  8. width: 100%;
  9. padding: 0;
  10. }
  11. .formitem > tbody > tr:first-child > th
  12. {
  13. height: 28px;
  14. line-height: 28px;
  15. background: repeat-x url("jb_03.gif");
  16. text-indent: 20px;
  17. text-align: left;
  18. color: #1c568a;
  19. font-size: 9pt;
  20. font-weight: bold;
  21. }
  22. .formitem .inputtimespinner
  23. {
  24. width:150px;
  25. }
  26. .formitem .TextBoxEx_large
  27. {
  28. width: 502px;
  29. }
  30. .formitem > tbody > tr > th
  31. {
  32. height: 25px;
  33. width: 10%;
  34. text-align: right;
  35. font-weight: normal;
  36. background-color: #e2e8f4;
  37. }
  38. .formitem > tbody > tr > td
  39. {
  40. width: 40%;
  41. padding-left: 5px;
  42. background-color: #e9effa;
  43. }
  44. .formitem td.last
  45. {
  46. text-align: right;
  47. }
  48. .formitem.two td
  49. {
  50. width: 50%;
  51. }
  52. .formitem td.last input
  53. {
  54. margin: 0 5px 0 5px;
  55. }
  56. .formitem textarea
  57. {
  58. width: 500px;
  59. height: 40px;
  60. }
  61. /*btn start*/
  62. input.l-btn-plain
  63. {
  64. padding-right: 5px;
  65. border: 0;
  66. padding: 1px 6px 1px 1px;
  67. }
  68. input.l-btn-disabled
  69. {
  70. color: #ccc;
  71. opacity: 0.5;
  72. filter: alpha(opacity=50);
  73. cursor: default;
  74. }
  75. input:hover.l-btn
  76. {
  77. background-position: right -24px;
  78. outline: none;
  79. text-decoration: none;
  80. }
  81. input:hover.l-btn span.l-btn-left
  82. {
  83. background-position: 0 bottom;
  84. }
  85. input:hover.l-btn-plain
  86. {
  87. padding: 0 5px 0 0;
  88. }
  89. input:hover.l-btn-disabled
  90. {
  91. background-position: right 0;
  92. }
  93. input:hover.l-btn-disabled span.l-btn-left
  94. {
  95. background-position: 0 -48px;
  96. }
  97. input.l-btn .l-btn-focus
  98. {
  99. outline: #0000FF dotted thin;
  100. }
  101. input.l-btn
  102. {
  103. text-align: center;
  104. color: #ffffff;
  105. height: 24px;
  106. cursor: pointer;
  107. background-image: url('../metro-blue/images/linkbutton_bg.png');
  108. background-repeat: no-repeat;
  109. background: #1a7bc9;
  110. background-repeat: repeat-x;
  111. border: 1px solid #1a7bc9;
  112. background: -webkit-linear-gradient(top,#1a7bc9 0,#1a7bc9 100%);
  113. background: -moz-linear-gradient(top,#1a7bc9 0,#1a7bc9 100%);
  114. background: -o-linear-gradient(top,#1a7bc9 0,#1a7bc9 100%);
  115. background: linear-gradient(to bottom,#1a7bc9 0,#1a7bc9 100%);
  116. background-repeat: repeat-x;
  117. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a7bc9,endColorstr=#1a7bc9,GradientType=0);
  118. -moz-border-radius: 0px 0px 0px 0px;
  119. -webkit-border-radius: 0px 0px 0px 0px;
  120. border-radius: 0px 0px 0px 0px;
  121. }
  122. input:hover.l-btn
  123. {
  124. background: #9cc8f7;
  125. color: #404040;
  126. border: 1px solid #9cc8f7;
  127. filter: none;
  128. }
  129. input.l-btn-plain, input.l-btn-plain span.l-btn-left
  130. {
  131. background: transparent;
  132. border: 0;
  133. filter: none;
  134. }
  135. input:hover.l-btn-plain
  136. {
  137. background: #9cc8f7;
  138. color: #404040;
  139. border: 1px solid #9cc8f7;
  140. -moz-border-radius: 0px 0px 0px 0px;
  141. -webkit-border-radius: 0px 0px 0px 0px;
  142. border-radius: 0px 0px 0px 0px;
  143. }
  144. input.l-btn-disabled, input:hover.l-btn-disabled
  145. {
  146. filter: alpha(opacity=50);
  147. }
  148. /*btn end*/
  149. tr.datagrid-row td a
  150. {
  151. text-decoration: none;
  152. }
  153. tr.datagrid-row td a:hover
  154. {
  155. /*text-decoration : underline;*/
  156. color: #FF0033;
  157. }
  158. .ValidateEntityrequired
  159. {
  160. color:Red;
  161. margin-left:2px;
  162. }
  163. .ValidateEntity-invalid {
  164. background-image: url('validatebox_warning.png');
  165. background-repeat: no-repeat;
  166. background-position: right center;
  167. }