formeditFL.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. p {
  2. word-break: normal;
  3. white-space: normal;
  4. }
  5. .pointer {
  6. cursor: pointer;
  7. }
  8. .page-item{
  9. width:100%;
  10. float:left;
  11. overflow: hidden;
  12. position: relative;
  13. }
  14. .border-left-right {
  15. width:10px;
  16. height:100%;
  17. background-color:#c6c6c6;
  18. border-left:3px solid #fff;
  19. border-right:3px solid #fff;
  20. cursor:col-resize;
  21. position:absolute;
  22. left:0;
  23. z-index:10
  24. }
  25. .formedit {
  26. height:100%;
  27. margin-top:0 !important;
  28. overflow:auto;
  29. }
  30. .form-item {
  31. width: 100%;
  32. padding: 5px 0px;
  33. display: inline-block;
  34. float: left;
  35. clear: both;
  36. }
  37. .form-item .sp-col-30{
  38. overflow:hidden;
  39. white-space:nowrap;
  40. text-overflow:ellipsis;
  41. }
  42. .toggleForm {
  43. display:block;
  44. overflow: hidden;
  45. }
  46. .sp-checkbox-blue label{
  47. min-width:100px;
  48. width:10%;
  49. float:left;
  50. margin:0
  51. }
  52. .iframe-item{
  53. height:100%;
  54. display:inline-block;
  55. overflow:hidden;
  56. position:relative
  57. }
  58. .iframe-title {
  59. display:block;
  60. padding:2px 0;
  61. line-height:26px;
  62. text-align:center;
  63. position:absolute;
  64. left:50%;
  65. top:0;
  66. transform:translateX(-50%);
  67. z-index:5;
  68. font-size:18px;
  69. color:#333;
  70. /*overflow:hidden;*/
  71. white-space: nowrap;
  72. }
  73. .iframe-item-btn{
  74. display:block;
  75. padding:3px 0;
  76. position:absolute;
  77. right:10px;
  78. top:0;
  79. height:30px;
  80. z-index:5
  81. }
  82. .iframe-item>iframe{
  83. height:100%;
  84. position:absolute;
  85. left:10px;
  86. z-index:1
  87. }
  88. .iframe-border-right{
  89. width:10px;
  90. height:100%;
  91. background-color:#c6c6c6;
  92. border-left:3px solid #fff;
  93. border-right:3px solid #fff;
  94. cursor:col-resize;
  95. position:absolute;
  96. right:0;
  97. z-index:10
  98. }
  99. .sp-page-table {
  100. border-collapse: collapse;
  101. width: 100%;
  102. border-top: 2px solid #ff0000;
  103. border-bottom: 2px solid #ff0000;
  104. border: 2px solid #ff0000;
  105. color: #ff0000;
  106. }
  107. .sp-page-table table {
  108. width:100%
  109. }
  110. .sp-page-table tbody td {
  111. text-align: center;
  112. line-height: 20px;
  113. padding: 7px 8px;
  114. border: 1px solid #ff0000;
  115. vertical-align:top
  116. }
  117. .sp-page-table tbody tr:first-child td {
  118. border-top:0
  119. }
  120. .sp-page-table tbody tr td:first-child {
  121. border-left:0
  122. }
  123. .sp-page-table tbody tr td:last-child {
  124. border-right:0
  125. }
  126. .sp-page-table .sp-col-100 {
  127. text-align:left
  128. }
  129. .sp-page-table .sp-col-15 {
  130. text-align:center
  131. }
  132. .opinionBox {
  133. min-height:200px
  134. }
  135. .sp-page-center input,
  136. .sp-page-center select,
  137. .sp-page-center textarea {
  138. border: 1px solid #fff;
  139. color: #333;
  140. }
  141. .page-item::-webkit-scrollbar {
  142. width: 0px;
  143. }
  144. body::-webkit-scrollbar {
  145. width: 0px;
  146. }