index.module.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. .ZRichTexts {
  2. width: 1000px;
  3. :global {
  4. // 正文
  5. .formRightZW {
  6. width: 1000px;
  7. top: -3px;
  8. position: relative;
  9. display: flex;
  10. align-items: center;
  11. justify-content: space-between;
  12. height: 32px;
  13. .formRightZWRR {
  14. display: flex;
  15. }
  16. }
  17. // 从查看进来
  18. .formRightZWLook {
  19. .ant-checkbox-wrapper {
  20. pointer-events: none;
  21. }
  22. }
  23. .txtBox {
  24. width: 100%;
  25. position: relative;
  26. a {
  27. color: #fff !important;
  28. }
  29. // 隐藏媒体功能
  30. .control-item.media {
  31. display: none;
  32. }
  33. button {
  34. &:nth-of-type(7) {
  35. display: none !important;
  36. }
  37. &:nth-of-type(8) {
  38. display: none !important;
  39. }
  40. &:nth-of-type(18) {
  41. display: none !important;
  42. }
  43. &:nth-of-type(19) {
  44. display: none !important;
  45. }
  46. }
  47. .bf-container {
  48. height: 100%;
  49. }
  50. .bf-content {
  51. height: 300px;
  52. padding-bottom: 0px;
  53. }
  54. .bf-controlbar {
  55. position: relative;
  56. .upImgBox {
  57. position: absolute;
  58. bottom: 13px;
  59. right: 15px;
  60. cursor: pointer;
  61. color: var(--themeColor);
  62. // display: none;
  63. }
  64. .upImgBoxNo {
  65. display: none;
  66. }
  67. }
  68. .zztxtRow {
  69. margin-bottom: 20px;
  70. border: 1px solid #ccc;
  71. .zztxtRow1 {
  72. padding: 0 20px;
  73. height: 40px;
  74. display: flex;
  75. align-items: center;
  76. justify-content: space-between;
  77. background-color: #e8e8e8;
  78. .zztxtRow1_1 {
  79. display: flex;
  80. align-items: center;
  81. .zztxtRow1_1_1 {
  82. font-weight: 700;
  83. font-size: 16px;
  84. margin-right: 20px;
  85. }
  86. .zztxtRow1_1_2 {
  87. display: flex;
  88. align-items: center;
  89. width: 580px;
  90. height: 32px;
  91. }
  92. }
  93. }
  94. .zztxtRow1_2 {
  95. display: flex;
  96. align-items: center;
  97. .anticon {
  98. cursor: pointer;
  99. font-size: 18px;
  100. }
  101. .zztxtRow1_2Icon {
  102. position: relative;
  103. top: 2px;
  104. }
  105. .zztxtRow1_2IconNo {
  106. pointer-events: none;
  107. opacity: 0.2;
  108. }
  109. }
  110. }
  111. .zztxtRowErr {
  112. border-color: #ff4d4f;
  113. }
  114. }
  115. // 从查看进来
  116. .txtBoxLook {
  117. .button-remove {
  118. display: none !important;
  119. }
  120. .bf-controlbar {
  121. pointer-events: auto !important;
  122. display: flex;
  123. justify-content: flex-end;
  124. button {
  125. display: none;
  126. &:last-child {
  127. display: inline-block;
  128. }
  129. }
  130. div {
  131. display: none;
  132. }
  133. .separator-line {
  134. display: none;
  135. }
  136. }
  137. }
  138. .noUpThumb {
  139. position: relative;
  140. overflow: hidden;
  141. opacity: 0;
  142. transition: top 0.2s;
  143. color: #ff4d4f;
  144. top: -20px;
  145. }
  146. .noUpThumbAc {
  147. top: -10px;
  148. opacity: 1;
  149. }
  150. .bf-media .bf-image {
  151. float: initial !important;
  152. display: block;
  153. margin: 0px auto;
  154. text-align: center;
  155. // 不让拖动放大缩小图片(会报错)
  156. .bf-csize-icon {
  157. display: none !important;
  158. }
  159. img {
  160. max-width: 500px;
  161. max-height: 300px;
  162. }
  163. }
  164. // .bf-video-wrap
  165. }
  166. }