tablefrom.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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 #a5aeb6;
  11. width:150px;
  12. padding:3px 2px;
  13. }
  14. .formtable select{
  15. padding:3px 2px;
  16. width:155px;
  17. }
  18. .Validform_label {
  19. font-size: 12px;
  20. font-weight: bold;
  21. color: #5E7595;
  22. padding: 5px;
  23. white-space:nowrap;
  24. }
  25. .formtable
  26. {
  27. width:100%;
  28. background-color:#B8CCE2;
  29. align:right;
  30. }
  31. .main_table{margin:6px auto; border-left:1px solid #d3d3d3; border-top:1px solid #d3d3d3}
  32. .main_table td{line-height:26px; padding:2px; border-bottom:1px solid #d3d3d3; border-right:1px solid #d3d3d3}
  33. .table_title{background:#f7f7f7; padding:6px; text-align:center; font-weight:bold}
  34. .formtable tr
  35. {
  36. background-color:#F2F7FE;
  37. align:right;
  38. }
  39. .value
  40. {
  41. background-color:#FFFFFF;
  42. padding:5px;
  43. align:left;
  44. align:left;
  45. }
  46. .swfupload{
  47. vertical-align:top;
  48. }
  49. .passwordStrength{
  50. }
  51. .passwordStrength b{
  52. font-weight:normal;
  53. }
  54. .passwordStrength b,.passwordStrength span{
  55. display:inline-block;
  56. vertical-align:middle;
  57. line-height:16px;
  58. line-height:18px\9;
  59. height:16px;
  60. }
  61. .passwordStrength span{
  62. width:45px;
  63. text-align:center;
  64. background-color:#d0d0d0;
  65. border-right:1px solid #fff;
  66. }
  67. .passwordStrength .last{
  68. border-right:none;
  69. }
  70. .passwordStrength .bgStrength{
  71. color:#fff;
  72. background-color:#71b83d;
  73. }
  74. #tabs-project .progress{
  75. background: url(../images/bg_state-1.jpg) no-repeat -157px 0px;
  76. height: 30px;
  77. width: 30px;
  78. float: left;
  79. position: relative;
  80. }
  81. #tabs-project .progress1 {
  82. background-position: 0 0;
  83. width: 157px;
  84. }
  85. #tabs-project .progress div.detial {
  86. position: absolute;
  87. left: -40px;
  88. top: 40px;
  89. width: 157px;
  90. height: 80px;
  91. z-index: 2;
  92. line-height: 18px;
  93. }
  94. #tabs-project .progress3 {
  95. background-position: 0 -58px;
  96. width: 157px;
  97. }
  98. #tabs-project .progress_cancel {
  99. background-position: -157px -90px;
  100. }
  101. #tabs-project .progress_unstart {
  102. background-position: -157px -60px;
  103. }