| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- #sqzx th {
- padding: 5px 8px 5px 0;
- text-align: right;
- }
- #sqzx td {
- padding: 6px 0 5px 10px;
- }
- .clearFix:after {
- content: "";
- display: block;
- clear: both;
- }
- .box_content {
- border-bottom: 1px solid #ccc;
- }
- .tj_content {
- border: 1px solid #e6e6e6;
- border-radius: 5px;
- }
- .t-shade {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- background: rgba(0, 0, 0, 0.48);
- z-index: 10004;
- display: none;
- }
- .lyxz .shade_k {
- position: fixed;
- width: 40%;
- left: 30%;
- top: 30%;
- z-index: 10005;
- background-color: rgb(255, 255, 255);
- box-shadow: rgba(0, 0, 0, 0.298039) 1px 1px 50px;
- border-radius: 5px;
- /* margin: 20% auto; */
- }
- .shade_title {
- padding: 0 80px 0 20px;
- height: 42px;
- line-height: 42px;
- border-bottom: 1px solid #eee;
- font-size: 16px;
- color: #ffffff;
- overflow: hidden;
- background-color: #00a1cb;
- border-radius: 2px 2px 0 0;
- position: relative;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
- .cx {
- display: block;
- }
- .setwin {
- position: absolute;
- right: 15px;
- top: 5px;
- font-size: 0;
- line-height: initial;
- }
- .setwin a {
- position: relative;
- width: 16px;
- height: 16px;
- font-size: 20px;
- color: #fff;
- }
- .xg i {
- font-size: 16px;
- }
- .inpBox {
- /* border: 1px solid #cccccc; */
- width: 100%;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- position: absolute;
- padding: 6px 0 5px 10px;
- left: 0px;
- top: 0px;
- z-index: 111;
- }
- .selDpart1 {
- position: absolute;
- left: 10px;
- top: 36px;
- z-index: 11111;
- width: 220px;
- line-height: 30px;
- background: #ffffff;
- display: none;
- }
- #sponsor {
- width: 218px;
- border: 1px solid #00a1cb;
- margin: 0;
- padding: 0;
- max-height: 212px;
- overflow-y: scroll;
- }
- #sponsor li {
- margin: 0;
- padding-left: 10px;
- width: 100%;
- height: 30px;
- line-height: 30px;
- list-style: none;
- }
- #sponsor li:hover {
- background: #00a1cb;
- }
- .addTree,
- .addTreeReactionCategory {
- background: #fff;
- position: absolute;
- width: 95%;
- border: 1px solid darkgrey;
- left: 10px;
- top: 33px;
- display: none;
- z-index: 222;
- }
- .ztree li span {
- border: none;
- padding: 0;
- }
- .inps,
- .inpsReactionCategory {
- width: 100%;
- height: 33px;
- outline: none;
- border: 0;
- border-image-width: 0;
- padding: 0;
- padding-left: 3px;
- }
- .xl,
- .xlReactionCategory {
- display: inline-block;
- background: url(../img/dropDown.png) no-repeat;
- height: 100%;
- background-position: center center;
- width: 20px;
- position: absolute;
- right: 0;
- top: 0px;
- /* background-color: #f7bc8b; */
- cursor: pointer;
- }
- .Cleans,
- .CleansReactionCategory {
- width: 20px;
- position: absolute;
- right: 15px;
- top: 15.5px;
- display: none;
- }
- .Min-width {
- display: inline-block;
- width: 50%;
- margin-right: 30px;
- }
- .btn-default {
- background: #ffffff;
- color: #000000;
- }
- .nameJustified {
- width: 5em;
- display: inline-block;
- text-align: justify;
- text-align-last: justify;
- }
- .reflectCategory-wrapper {
- position: relative;
- }
- .reflectCategoryList-wrapper {
- display: none;
- position: absolute;
- top: 38px;
- z-index: 9999;
- line-height: 32px;
- background: #FFF;
- }
- #reflectCategoryList {
- height: 240px;
- background: #FFF;
- border: 1px solid #e5e6e7;
- overflow: auto;
- }
- #reflectCategoryList li {
- padding: 0 10px;
- width: 100%;
- line-height: 32px;
- }
- #reflectCategoryList li:hover {
- background: #00a1cb;
- }
- .reflectCategoryImg {
- position: absolute;
- right: 10px;
- }
- .tool_downs a {
- margin-right: 5px;
- }
|