123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- .fp-part-left {
- float: left;
- width: 300px;
- overflow-y: auto;
- overflow-x: auto;
- border-right: 1px solid #ddd;
- box-sizing: border-box;
- }
- .fp-part-right {
- float: left;
- width: calc(100% - 310px);
- overflow-y: auto;
- box-sizing: border-box;
- }
- .logo-refresh {
- display: inline-block;
- width: 18px;
- height: 16px;
- background: url('../images/logo-refresh.png') no-repeat center center;
- background-size: 16px 16px;
- cursor: pointer;
- outline: none;
- border: 0;
- }
- .sp-cursor {
- cursor: pointer;
- }
- p {
- word-break: normal;
- white-space: normal;
- }
- .menu-list {
- float: left;
- }
- .menu-list ul {
- margin: 8px 0 8px 20px;
- border: solid #eee;
- border-width: 0;
- }
- .menu-list > ul {
- margin: 8px;
- border: solid #eee;
- border-width: 0;
- }
- /* .menu-list ul> li{
- margin-top:10px;
- } */
- .menu-list ul li p {
- padding: 0px 15px 0px 0px;
- margin: 0;
- word-break: normal;
- white-space: nowrap;
- line-height: 30px;
- text-indent: 5px;
- width: auto;
- display: inline-block !important;
- border-radius: 3px;
- }
- .menu-list ul li p .edit-menu {
- display: none;
- margin-left: 10px;
- /*height: 25px;*/
- /*line-height: 25px;*/
- }
- .menu-list ul li p .edit-menu span {
- display: inline-block;
- height: 25px;
- line-height: 25px;
- }
- .menu-list ul li p:hover .edit-menu {
- display: inline-block;
- }
- /* .menu-list ul li .edit-menu i{
- cursor: pointer;
- } */
- .menu-list ul li p span {
- cursor: pointer;
- }
- .menu-list ul li p.active {
- background: lightskyblue;
- /* color: #ffffff; */
- }
- .menu-list i {
- color: #999;
- }
- .menu-list ul li .edit-menu i:hover {
- color: #333
- }
- .reportTitle i {
- display: none;
- color: #999;
- cursor: pointer;
- }
- .reportTitle:hover i {
- display: inline;
- }
- .reportTitle i:hover {
- color: #333
- }
- .reportTitle {
- width: 100%;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- padding: 0px 10px;
- }
- .border-bottom-1 {
- border-bottom: 1px solid #000
- }
- .menu-list .pActive {
- color: #fff !important;
- background-color: #1c84c6;
- }
- .menu-list .pActive i {
- color: #fff !important;
- }
- .sp-grid-job tbody td input[type='password'] {
- outline: none;
- border: none;
- width: 100%;
- text-indent: 5px;
- color: #666;
- float: left;
- }
- .sp-layer-body form {
- height: 220px;
- overflow: auto;
- }
- .sp-layer-bottom {
- float: left;
- width: 100%;
- text-align: center;
- padding: 0 0 10px 0;
- }
- body .sp-layer .sp-btn-blue {
- padding: 4px 10px;
- }
- .warninfo {
- position: absolute;
- width: 220px;
- height: 28px;
- color: #ff0000;
- float: right;
- line-height: 28px;
- top: 10px;
- right: 10px;
- background-color: #ffffff;
- text-align: right;
- display: none;
- }
- /* Set padding to keep content from hitting the edges */
- /* Override the default bootstrap behavior where horizontal description lists
- will trunca
|