tablefrom.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. body {
  2. margin-left: 0px;
  3. /* margin-top: 0px; */
  4. margin-right: 0px;
  5. margin-bottom: 0px;
  6. font-size:12px;
  7. /* background-image: url(resources/fc/images/bj.jpg); */
  8. }
  9. .formtable .inputxt{
  10. border: 1px solid #D7D7D7;
  11. border-radius: 3PX;
  12. /*height: 14px;*/
  13. /*height: 14PX;*/
  14. padding: 7px 0 7px 5px;
  15. /*padding: 10px 0px 2px 5px;*/
  16. line-height: 14PX;
  17. font-size: 12px;
  18. display: inline-block;
  19. width:150px;
  20. }
  21. .formtable .input_text:focus{
  22. border: 1px solid #06F;
  23. box-shadow: inset 0 1px 2px rgba(0, 102, 255, 0.3);
  24. }
  25. .formtable select{
  26. padding:6px 2px;
  27. width:155px;
  28. }
  29. .Validform_label {
  30. font-size: 12px;
  31. font-weight: 700;
  32. /* color: #5E7595; */
  33. padding: 5px;
  34. white-space:nowrap;
  35. }
  36. .formtable
  37. {
  38. width:100%;
  39. background:#ffffff;
  40. align:right;
  41. padding:20px 0;
  42. }
  43. .main_table{margin:6px auto; border-left:0px solid #d3d3d3; border-top:0px solid #d3d3d3}
  44. .main_table td{line-height:26px; padding:2px; border-bottom:1px solid #d3d3d3; border-right:1px solid #d3d3d3}
  45. .table_title{background:#f7f7f7; padding:6px; text-align:center; font-weight:bold}
  46. .formtable tr
  47. {
  48. align:right;
  49. }
  50. .value
  51. {
  52. background-color:#FFFFFF;
  53. padding:5px;
  54. align:left;
  55. align:left;
  56. }
  57. .swfupload{
  58. vertical-align:top;
  59. }
  60. .passwordStrength{
  61. }
  62. .passwordStrength b{
  63. font-weight:normal;
  64. }
  65. .passwordStrength b,.passwordStrength span{
  66. display:inline-block;
  67. vertical-align:middle;
  68. line-height:16px;
  69. line-height:18px\9;
  70. height:16px;
  71. }
  72. .passwordStrength span{
  73. width:45px;
  74. text-align:center;
  75. background-color:#d0d0d0;
  76. border-right:1px solid #fff;
  77. }
  78. .passwordStrength .last{
  79. border-right:none;
  80. }
  81. .passwordStrength .bgStrength{
  82. color:#fff;
  83. background-color:#71b83d;
  84. }
  85. /*update-begin--Author:xuelin Date:20170617 for:TASK #2110 【表单样式】表单,label宽一些-------------------- */
  86. tbody > tr > td[align='right']{
  87. min-width: 110px;
  88. }
  89. /*update-end--Author:xuelin Date:20170617 for:TASK #2110 【表单样式】表单,label宽一些---------------------- */
  90. #tabs-project .progress{
  91. background: url(../../images/bg_state-1.jpg) no-repeat -157px 0px;
  92. height: 30px;
  93. width: 30px;
  94. float: left;
  95. position: relative;
  96. }
  97. #tabs-project .progress1 {
  98. background-position: 0 0;
  99. width: 157px;
  100. }
  101. #tabs-project .progress div.detial {
  102. position: absolute;
  103. left: -40px;
  104. top: 40px;
  105. width: 157px;
  106. height: 80px;
  107. z-index: 2;
  108. line-height: 18px;
  109. }
  110. #tabs-project .progress3 {
  111. background-position: 0 -58px;
  112. width: 157px;
  113. }
  114. #tabs-project .progress_cancel {
  115. background-position: -157px -90px;
  116. }
  117. #tabs-project .progress_unstart {
  118. background-position: -157px -60px;
  119. }
  120. .Button{
  121. display: inline-block;
  122. outline: none;
  123. cursor: pointer;
  124. text-align: center;
  125. text-decoration: none;
  126. font: 14px/100% Arial, Helvetica, sans-serif;
  127. padding: .5em 2em .55em;
  128. -webkit-border-radius: .5em;
  129. -moz-border-radius: .5em;
  130. border-radius: .5em;
  131. -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  132. -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  133. box-shadow: 0 1px 2px rgba(0,0,0,.2);
  134. color: #fef4e9;
  135. border: solid 1px #1D73F7;
  136. background: #1D73F7;
  137. background: -webkit-gradient(linear, left top, left bottom, from(#1D73F7), to(#1D51F7));
  138. }
  139. .disabledButton{
  140. display: inline-block;
  141. outline: none;
  142. cursor: pointer;
  143. text-align: center;
  144. text-decoration: none;
  145. font: 14px/100% Arial, Helvetica, sans-serif;
  146. padding: .5em 2em .55em;
  147. -webkit-border-radius: .5em;
  148. -moz-border-radius: .5em;
  149. border-radius: .5em;
  150. -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  151. -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  152. box-shadow: 0 1px 2px rgba(0,0,0,.2);
  153. color: #ffffff;
  154. border: solid 1px #BDBEC0;
  155. background: #BDBEC0;
  156. background: -webkit-gradient(linear, left top, left bottom, from(#BDBEC0), to(#BDBEC0));
  157. }