tablefrom.css 3.3 KB

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