123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
-
- p {
- word-break: normal;
- white-space: normal;
- }
- .pointer {
- cursor: pointer;
- }
- .page-item{
- width:100%;
- float:left;
- overflow: hidden;
- position: relative;
- min-width:100px;
- }
- .formedit {
- margin-top:0 !important;
- overflow:auto;
- }
- .form-item {
- width: 100%;
- padding: 5px 0px;
- display: inline-block;
- float: left;
- clear: both;
- }
- .form-item .sp-col-30{
- overflow:hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- }
- .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 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;
- }
- .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 p span {
- cursor: pointer;
- }
- .menu-list ul li p.active {
- background: lightskyblue;
- }
- .menu-list i {
- color: #999;
- }
- .menu-list ul li .edit-menu i:hover {
- color: #333;
- }
- .menu-list .pActive {
- color: #fff !important;
- background-color: #1c84c6;
- }
- .menu-list .pActive i {
- color: #fff !important;
- }
- .sp-page-loading {
- width: 0;
- height: 30px;
- float: left;
- background: #1c84c6;
- animation: loading 10s infinite;
- }
- @keyframes loading {
- 0% {
- width: 0;
- }
- 100% {
- width: 15%
- }
- }
- .toggleForm {
- display:block;
- overflow: hidden;
- }
- .sp-checkbox-blue label{
- min-width:100px;
- width:10%;
- float:left;
- margin:0
- }
- #iframe_book{
- position:inherit
- }
- .iframe-title {
- width:calc(100% - 10px);
- display:block;
- padding:2px 0;
- line-height:26px;
- text-align:center;
- position:absolute;
- left:10px;
- top:0;
- z-index:5;
- font-size:18px;
- color:#333;
- overflow:hidden;
- white-space: nowrap;
- }
- .iframe-item-btn{
- display:block;
- padding:3px 0;
- position:absolute;
- right:5px;
- top:0;
- height:30px;
- z-index:5
- }
- .page-item>iframe{
- width:calc(100% - 10px);
- height:100%;
- position:absolute;
- left:10px;
- z-index:1
- }
- .iframe-border-right{
- width:10px;
- height:100%;
- background-color:#c6c6c6;
- border-left:3px solid #fff;
- border-right:3px solid #fff;
- cursor:col-resize;
- position:absolute;
- left:0;
- top:0;
- z-index:10
- }
- .qianzi{
- width:100%;
- float:left;
- padding-bottom:20px;
- background:#fff
- }
- .page-item::-webkit-scrollbar {
- width: 0px;
- }
- body::-webkit-scrollbar {
- width: 0px;
- }
|