| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- table td {
- word-break: break-all;
- word-wrap: break-word;
- }
- .btns{
- padding: 0 18px !important;
- height: 34px;
- line-height: 34px;
- }
- .seach-box ul li {
- display: flex;
- line-height: 34px;
- }
- .ld-service li {
- float: left;
- font-size: 14px;
- color: #000;
- padding: 5px 15px;
- cursor: pointer;
- border-bottom: 1px solid #ccc;
- }
- .cr-click {
- border: 1px solid #ccc;
- background-color: #fff;
- border-bottom: none !important;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- .Shows {
- display: block !important;
- }
- .complain {
- display: none;
- }
- th {
- padding: 5px;
- text-align: center;
- }
- td {
- padding: 5px;
- }
- .Borders {
- border: 1px solid #d7d7d7;
- }
- .cx {
- display: block;
- }
- .inpBox {
- /* border: 1px solid #cccccc; */
- width: 100%;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- position: absolute;
- 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: 9px;
- 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;
- }
- .layui-menu li {
- margin: 0 !important;
- padding: 2px 15px !important;
- height: 16px;
- line-height: 12px !important;
- font-size: 12px !important;
- }
- .tool_downs a {
- margin-right: 5px;
- }
- .addTree ul li{
- float: none;
- }
|