12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- input, input[readonly] {
- width: 100%;
- height: 24px;
- background-color: rgba(255, 255, 255, 0) !important;
- border: 0;
- color: black;
- min-width: 80px;
- text-align: center;
- }
- textarea, textarea[readonly] {
- width: 100%;
- height: 80px;
- background-color: rgba(255, 255, 255, 0) !important;
- border: 0;
- color: black;
- }
- textarea[readonly] {
- border: 1;
- }
- .keyWordsCheckbox {
- width: 14px;
- position: relative;
- top: 8px;
- margin-left: 5px !important;
- margin-top: 0 !important;
- }
- .keyWordsCheckbox[readonly] {
- width: 14px;
- position: relative;
- top: 8px;
- margin-left: 5px !important;
- }
- .subhighlight,.highlight{
- color: red !important;
- }
- #recordInfoDiv{
- position: absolute;
- background-color: #dedddd;
- margin-top: 9px;
- margin-left: -9px;
- width: 200px;
- font-size: 14px;
- line-height: 35px;
- padding-left: -19px;
- text-align: left;
- padding-left: 15px;
- }
- .highlighttd{
- border: 1 sold red;
- }
- .vtip{
- position: absolute;
- width: 120px;
- font-size: 12px;
- text-align: right;
- color: red;
- float: right;
- }
- .col-xs-12{
- padding:0;
- }
- footer{
- position: fixed;
- top: 94%;
- width:100%;
- background:white;
- z-index:999;
- }
- .notnullflag{
- padding-left: 5px;
- color: red;
- }
- .dailyTip{
- padding-top: 6px;
- padding-left: 15px;
- color: red;
- }
|