123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- input, input[readonly] {
- width: 100%;
- height: 24px;
- background-color: rgba(255, 255, 255, 0) !important;
- border: 0;
- color: black;
- }
- 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;
- word-wrap:break-word;
- }
- .highlighttd{
- border: 1 sold red;
- }
- .vtip{
- position: absolute;
- width: 120px;
- font-size: 12px;
- text-align: right;
- color: red;
- float: right;
- }
- pre{
- border: 0;
- background: rgba(0,0,0,0);
- font-size: 14px;
- white-space: pre-wrap;
- word-wrap: break-word;
- }
- .col-xs-12{
- margin-bottom: 150px;
- }
- footer{
- position: fixed;
- top: 95%;
- width:100%;
- background:white;
- }
- #uploadDiv{
- width:410px;
- height:40px;
- float:right;
- margin-right: 40px;
- }
- #uploadDiv form{
- float:right;
- }
- #uploadDiv form input{
- float:left;
- margin-right: 3px;
- }
- #upload #pic{
- width:200px;
- height:22px;
- }
- #uploadbtn{
- /* width: 40px;
- height: 26px;
- padding: 1px 5px;
- border-width: 3px;
- font-size: 12px;
- line-height: 1.5; */
- width: 50px;
- height: 32px;
- padding: 1px 8px;
- border-width: 4px;
- font-size: 15px;
- line-height: 1.5;
- }
- #uploadDiv span{
- line-height: 25px;
- }
- #uploadDiv a{
- float:right;
- }
- th{
- min-width: 200px;
- }
- .tabletitle{
- font-size: 22px;
- text-align: center;
- width: 100%;
- display: block;
- }
- .notnullflag{
- padding-left: 5px;
- color: red;
- }
- #SRI_PWI.active{
- border: 1px solid #393939;
- margin-left: 8px;
- border-radius: 2px;
- background: white;
- color: black;
- display: inline-block;
- width: 38px;
- cursor: pointer;
- }
- #SRI_PWI{
- border: 1px solid #ccc;
- margin-left: 8px;
- border-radius: 2px;
- background: #8c8989;
- color: #ccc;
- display: inline-block;
- width: 38px;
- cursor: pointer;
- }
|