| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- table td {
- word-break: break-all;
- word-wrap: break-word;
- }
- .Shows {
- display: block !important;
- }
- .complain {
- display: none;
- }
- .toolLeft input {
- width: 200px;
- }
- th {
- padding: 5px;
- text-align: center;
- }
- td {
- padding: 5px;
- }
- .Borders {
- border: 1px solid #d7d7d7;
- }
- .daoHang {
- margin-bottom: 15px;
- }
- /*树形下拉样式开始*/
- .inpBox {
- border: 1px solid #e5e6e7;
- height: 32px;
- width: 200px;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- }
- .inpBox .inps1 {
- width: 100%;
- height: 30px;
- outline: none;
- border: 0;
- border-image-width: 0;
- padding: 0;
- padding-left: 3px;
- }
- .xl_two {
- 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;
- }
- .xl_two:hover {
- background-color: #e6d523;
- }
- .xlAdd_two {
- background: #fff;
- position: absolute;
- width: 100%;
- border: 1px solid darkgrey;
- right: 0;
- top: 30px;
- display: none;
- height: 350px;
- overflow-y: auto;
- z-index: 10;
- text-align: center;
- }
- .xlAdd_two .list li:hover {
- background: #ebebeb;
- color: #717171;
- }
- /*树形下拉样式结束*/
- .Content_box .title {
- font-size: 24px;
- text-align: center;
- }
- .Content_box h5 {
- font-size: 16px;
- text-align: center;
- }
- .select {
- width: 200px;
- height: 32px;
- border: 1px solid rgb(229, 230, 231);
- }
- .footerDataStatistics {
- /* padding: 0 0 0 20px; */
- margin: 10px 0 0 10px;
- font-size: 18px;
- }
- .tables .th-inner {
- white-space: normal !important;
- }
|