| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- .clearfix:after {
- content: "";
- display: block;
- clear: both;
- }
- .boxCon {
- width: 100%;
- background: #fff;
- text-align: center;
- padding: 10px 15px;
- height: auto;
- overflow-y: auto;
- }
- .boxCon>div {
- padding: 15px 0;
- }
- .boxCon table th {
- padding: 5px 8px 5px 0;
- text-align: right;
- width: 32%;
- }
- .boxCon table td {
- padding: 6px 0 5px 10px;
- text-align: left;
- color: #717171;
- line-height: 200%;
- }
- .kong {
- display: none;
- }
- .bootstrap-select>.dropdown-toggle.bs-placeholder {
- background-color: #ffffff!important;
- border-color: #e5e6e7!important;
- }
- .filter-option {
- color: #676b6d;
- }
- .form-inline {
- display: inline-block;
- }
- .bootstrap-select>.dropdown-toggle.btn-default {
- background-color: #ffffff!important;
- border-color: #e5e6e7!important;
- color: #555;
- }
- .testInput-list {
- position: absolute;
- z-index: 999;
- border: 1px solid rgb(204, 204, 204);
- background-color: rgb(255, 255, 255);
- z-index: 99999;
- padding-left: 0;
- width: 97.6%;
- display: none;
- }
- .testInput-list li {
- padding: 5px;
- list-style: none;
- }
- .testInput-list li:hover {
- background-color: #E43926;
- color: #fff;
- }
- #testInput4 {
- outline: none;
- border: 1px solid #ccc;
- padding-left: 10px;
- outline-color: #fff;
- }
- .addJsz_posi {
- position: absolute;
- right: -9px;
- top: 7px;
- color: red;
- }
- .addJsz_select {
-
- position: relative;
- }
- .addJsz_select_cus{
- width: 180px;
- position: relative;
- }
- .addTree {
- background: #fff;
- position: absolute;
- width: 100%;
- border: 1px solid darkgrey;
- right: 0;
- top: 32px;
- display: none;
- }
- .xl {
- display: inline-block;
- background: url("../../img/dropDown.png") no-repeat;
- height: 32px;
- background-position: center center;
- width: 20px;
- position: absolute;
- right: -2px;
- top: 0px;
- background-color: #f7bc8b;
- cursor: pointer;
- }
- .inps1{
- padding-left: 10px;
- }
- .inps2,.inps3,.inps4{
- display: none;
- }
|