| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- body {
- font-size: 14px;
- }
- .tools_box {
- padding-bottom: 10px;
- }
- .tools_box div {
- padding-left: 1px;
- font-weight: bold;
- }
- .red {
- color: #E43926;
- }
- .tools_box span {
- margin-left: 10px;
- }
- .tools_box li {
- margin-right: 10px;
- }
- .table_left {
- padding: 10px 20px 10px 0;
- background: #fff;
- border-radius: 10px;
- overflow-x: scroll;
- }
- .table-right{
- padding: 20px;
- background: #fff;
- border-radius: 10px;
- overflow-x: scroll;
- }
- #xtable {
- width: 100%;
- }
- #xtable th {
- color: #333;
- font-weight: 700;
- text-align: right;
- width: 100px;
- }
- #xtable td {
- padding: 6px 0 5px 10px;
- /*text-align: left;*/
- color: #717171;
- line-height: 200%;
- /*border-right: 1px dotted #cccccc;
- border-top: 1px dotted #cccccc;
- border-left: 1px dotted #cccccc;*/
- }
- #zxTab tbody tr {
- cursor: pointer;
- }
- .Num_input {
- display: inline-block;
- width: 50px;
- padding: 5px;
- border-color: transparent;
- background-color: transparent;
- background-image: none;
- color: #1ab394;
- }
- .Num_input1 {
- display: inline-block;
- width: 50px;
- }
- .Num_input.form-control[disabled] {
- background-color: transparent;
- }
- #Submit {
- margin-top: 15px;
- }
- .outline {
- border: 1px solid #21b9bb !important;
- }
- .whjh {
- position: absolute;
- top: 43px;
- z-index: 600;
- }
- .fixed-table-pagination {
- background: #F9F9F9;
- }
- #table1 thead {
- background: #f9f9f9;
- }
- #tbodys tr {
- background: #f9f9f9;
- }
- .hidens {
- display: none;
- }
- #GetWFPList td {
- padding: 8px;
- }
- .readOnly {
- background: #CCCCCC;
- color: red;
- }
- .daoHang {
- padding: 15px;
- }
- .daoHang .dhLeft a {
- font-size: 14px;
- color: #999;
- }
- .btns {
- background: #1ab394;
- color: #fff;
- padding: 6px 10px;
- outline: none;
- font-size: 12px;
- margin-left: 15px;
- border: 0;
- border-radius: 3px;
- box-sizing: border-box;
- }
- .inputs {
- border: 1px solid #e5e6e7;
- width: 150px;
- padding: 6px 12px;
- }
- .fixed-table-pagination {
- text-align: center;
- }
|