annualDailyComp.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. input,input[readonly]{
  2. width: 100%;
  3. height: 24px;
  4. background-color: rgba(255,255,255,0) !important;
  5. border: 0;
  6. color: black;
  7. text-align: center;
  8. }
  9. input.editInput:read-only{
  10. cursor: default;
  11. width: 100% !important;
  12. padding:0 !important;
  13. font-size: 13px !important;
  14. }
  15. .highlight{
  16. color: red !important;
  17. }
  18. #recordInfoDiv{
  19. position: absolute;
  20. background-color: #dedddd;
  21. margin-top: 9px;
  22. margin-left: -9px;
  23. width: 103px;
  24. font-size: 14px;
  25. line-height: 35px;
  26. padding-left: -19px;
  27. text-align: left;
  28. padding-left: 15px;
  29. }
  30. .col-xs-12{
  31. /* margin-bottom: 150px; */
  32. }
  33. footer{
  34. position: fixed;
  35. top: 95%;
  36. width:100%;
  37. background:white;
  38. }
  39. #uploadDiv{
  40. width:410px;
  41. height:40px;
  42. float:right;
  43. margin-right: 40px;
  44. }
  45. #uploadDiv form{
  46. float:right;
  47. }
  48. #uploadDiv form input{
  49. float:left;
  50. margin-right: 3px;
  51. }
  52. #upload #pic{
  53. width:200px;
  54. height:22px;
  55. }
  56. #uploadbtn{
  57. width: 50px;
  58. height: 32px;
  59. padding: 1px 8px;
  60. border-width: 4px;
  61. font-size: 15px;
  62. line-height: 1.5;
  63. }
  64. #uploadDiv span{
  65. line-height: 25px;
  66. }
  67. #uploadDiv a{
  68. float:right;
  69. }
  70. .tableTitle{
  71. text-align: center;
  72. font-size: 20px;
  73. }
  74. .table_detail > tr > td >a{
  75. cursor: pointer;
  76. }
  77. .table_detail > tr > td{
  78. word-break: break-word;
  79. }
  80. #SRI_PWI.active{
  81. border: 1px solid #393939;
  82. margin-left: 8px;
  83. border-radius: 2px;
  84. background: white;
  85. color: black;
  86. display: inline-block;
  87. width: 38px;
  88. cursor: pointer;
  89. }
  90. #SRI_PWI{
  91. border: 1px solid #ccc;
  92. margin-left: 8px;
  93. border-radius: 2px;
  94. background: #8c8989;
  95. color: #ccc;
  96. display: inline-block;
  97. width: 38px;
  98. cursor: pointer;
  99. }