123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- input,input[readonly]{
- width: 100%;
- height: 24px;
- background-color: rgba(255,255,255,0) !important;
- border: 0;
- color: black;
- text-align: center;
- }
- input.editInput:read-only{
- cursor: default;
- width: 100% !important;
- padding:0 !important;
- font-size: 13px !important;
- }
- .highlight{
- color: red !important;
- }
- #recordInfoDiv{
- position: absolute;
- background-color: #dedddd;
- margin-top: 9px;
- margin-left: -9px;
- width: 103px;
- font-size: 14px;
- line-height: 35px;
- padding-left: -19px;
- text-align: left;
- padding-left: 15px;
- }
- .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: 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;
- }
- .tableTitle{
- text-align: center;
- font-size: 20px;
- }
- .table_detail > tr > td >a{
- cursor: pointer;
- }
- .table_detail > tr > td{
- word-break: break-word;
- }
- #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;
- }
|