formeditSP.css 3.1 KB

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