formeditZW.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. 
  2. p {
  3. word-break: normal;
  4. white-space: normal;
  5. }
  6. .pointer {
  7. cursor: pointer;
  8. }
  9. .page-item{
  10. width:100%;
  11. float:left;
  12. overflow: hidden;
  13. position: relative;
  14. min-width:100px;
  15. }
  16. .formedit {
  17. padding-bottom:30px;
  18. margin-top:0 !important;
  19. overflow:auto;
  20. }
  21. .form-item {
  22. width: 100%;
  23. padding: 5px 0px;
  24. display: inline-block;
  25. float: left;
  26. clear: both;
  27. }
  28. .form-item .sp-col-30{
  29. overflow:hidden;
  30. white-space:nowrap;
  31. text-overflow:ellipsis;
  32. }
  33. .menu-list {
  34. float: left;
  35. }
  36. .menu-list ul {
  37. margin: 8px 0 8px 20px;
  38. border: solid #eee;
  39. border-width: 0;
  40. }
  41. .menu-list > ul {
  42. margin: 8px;
  43. border: solid #eee;
  44. border-width: 0;
  45. }
  46. .menu-list ul li p {
  47. padding: 0px 15px 0px 0px;
  48. margin: 0;
  49. word-break: normal;
  50. white-space: nowrap;
  51. line-height: 30px;
  52. text-indent: 5px;
  53. width: auto;
  54. display: inline-block !important;
  55. border-radius: 3px;
  56. }
  57. .menu-list ul li p .edit-menu {
  58. display: none;
  59. margin-left: 10px;
  60. }
  61. .menu-list ul li p .edit-menu span {
  62. display: inline-block;
  63. height: 25px;
  64. line-height: 25px;
  65. }
  66. .menu-list ul li p:hover .edit-menu {
  67. display: inline-block;
  68. }
  69. .menu-list ul li p span {
  70. cursor: pointer;
  71. }
  72. .menu-list ul li p.active {
  73. background: lightskyblue;
  74. }
  75. .menu-list i {
  76. color: #999;
  77. }
  78. .menu-list ul li .edit-menu i:hover {
  79. color: #333;
  80. }
  81. .menu-list .pActive {
  82. color: #fff !important;
  83. background-color: #1c84c6;
  84. }
  85. .menu-list .pActive i {
  86. color: #fff !important;
  87. }
  88. .sp-page-loading {
  89. width: 0;
  90. height: 30px;
  91. float: left;
  92. background: #1c84c6;
  93. animation: loading 10s infinite;
  94. }
  95. @keyframes loading {
  96. 0% {
  97. width: 0;
  98. }
  99. 100% {
  100. width: 15%
  101. }
  102. }
  103. .toggleForm {
  104. display:block;
  105. overflow: hidden;
  106. }
  107. .sp-checkbox-blue label{
  108. min-width:100px;
  109. width:10%;
  110. float:left;
  111. margin:0
  112. }
  113. #iframe_book{
  114. position:inherit
  115. }
  116. .iframe-title {
  117. width:calc(100% - 10px);
  118. display:block;
  119. padding:2px 0;
  120. line-height:26px;
  121. text-align:center;
  122. position:absolute;
  123. left:10px;
  124. top:0;
  125. z-index:5;
  126. font-size:18px;
  127. color:#333;
  128. overflow:hidden;
  129. white-space: nowrap;
  130. }
  131. .iframe-item-btn{
  132. display:block;
  133. padding:3px 0;
  134. position:absolute;
  135. right:5px;
  136. top:0;
  137. height:30px;
  138. z-index:5
  139. }
  140. .page-item>iframe{
  141. width:calc(100% - 10px);
  142. height:100%;
  143. position:absolute;
  144. left:10px;
  145. z-index:1
  146. }
  147. .iframe-border-right{
  148. width:10px;
  149. height:100%;
  150. background-color:#c6c6c6;
  151. border-left:3px solid #fff;
  152. border-right:3px solid #fff;
  153. cursor:col-resize;
  154. position:absolute;
  155. left:0;
  156. top:0;
  157. z-index:10
  158. }
  159. .qianzi{
  160. width:100%;
  161. float:left;
  162. padding-bottom:20px;
  163. background:#fff
  164. }
  165. .page-item::-webkit-scrollbar {
  166. width: 0px;
  167. }
  168. body::-webkit-scrollbar {
  169. width: 0px;
  170. }