国产化查询机
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

239 lines
5.1 KiB

1 week ago
2 days ago
  1. .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=SimHei]::before,
  2. .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=SimHei]::before {
  3. content: "黑体";
  4. font-family: "SimHei";
  5. }
  6. .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Microsoft-YaHei]::before,
  7. .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Microsoft-YaHei]::before {
  8. content: "微软雅黑";
  9. font-family: "Microsoft YaHei";
  10. }
  11. .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=KaiTi]::before,
  12. .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=KaiTi]::before {
  13. content: "楷体";
  14. font-family: "KaiTi";
  15. }
  16. .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=FangSong]::before,
  17. .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=FangSong]::before {
  18. content: "仿宋";
  19. font-family: "FangSong";
  20. }
  21. .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Arial]::before,
  22. .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Arial]::before {
  23. content: "Arial";
  24. font-family: "Arial";
  25. }
  26. .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Times-New-Roman]::before,
  27. .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Times-New-Roman]::before {
  28. content: "Times New Roman";
  29. font-family: "Times New Roman";
  30. }
  31. .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=sans-serif]::before,
  32. .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=sans-serif]::before {
  33. content: "sans-serif";
  34. font-family: "sans-serif";
  35. }
  36. .ql-font-SimSun {
  37. font-family: "SimSun";
  38. }
  39. .ql-font-SimHei {
  40. font-family: "SimHei";
  41. }
  42. .ql-font-Microsoft-YaHei {
  43. font-family: "Microsoft YaHei";
  44. }
  45. .ql-font-KaiTi {
  46. font-family: "KaiTi";
  47. }
  48. .ql-font-FangSong {
  49. font-family: "FangSong";
  50. }
  51. .ql-font-Arial {
  52. font-family: "Arial";
  53. }
  54. .ql-font-Times-New-Roman {
  55. font-family: "Times New Roman";
  56. }
  57. .ql-font-sans-serif {
  58. font-family: "sans-serif";
  59. }
  60. /* 字号设置 */
  61. /* 默认字号 */
  62. .ql-snow .ql-picker.ql-size .ql-picker-label::before,
  63. .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  64. content: "12px";
  65. }
  66. .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="12px"]::before{
  67. content: "12px";
  68. font-size: 14px;
  69. }
  70. .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="14px"]::before{
  71. content: "14px";
  72. font-size: 14px;
  73. }
  74. .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="16px"]::before{
  75. content: "16px";
  76. font-size: 14px;
  77. }
  78. .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="18px"]::before{
  79. content: "18px";
  80. font-size: 14px;
  81. }
  82. .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="20px"]::before{
  83. content: "20px";
  84. font-size: 14px;
  85. }
  86. .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="22px"]::before{
  87. content: "22px";
  88. font-size: 14px;
  89. }
  90. .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="26px"]::before{
  91. content: "26px";
  92. font-size: 14px;
  93. }
  94. .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="28px"]::before{
  95. content: "28px";
  96. font-size: 14px;
  97. }
  98. .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="30px"]::before{
  99. content: "30px";
  100. font-size: 14px;
  101. }
  102. .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12px"]::before {
  103. content: "12px";
  104. font-size: 12px;
  105. }
  106. .ql-size-12px {
  107. font-size: 12px;
  108. }
  109. .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14px"]::before {
  110. content: "14px";
  111. font-size: 14px;
  112. }
  113. .ql-size-14px {
  114. font-size: 14px;
  115. }
  116. .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16px"]::before {
  117. content: "16px";
  118. font-size: 16px;
  119. }
  120. .ql-size-16px {
  121. font-size: 16px;
  122. }
  123. .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="18px"]::before {
  124. content: "18px";
  125. font-size: 18px;
  126. }
  127. .ql-size-18px {
  128. font-size: 18px;
  129. }
  130. .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="20px"]::before {
  131. content: "20px";
  132. font-size: 20px;
  133. }
  134. .ql-size-20px {
  135. font-size: 20px;
  136. }
  137. .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="22px"]::before {
  138. content: "22px";
  139. font-size: 22px;
  140. }
  141. .ql-size-22px {
  142. font-size: 22px;
  143. }
  144. .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="26px"]::before {
  145. content: "26px";
  146. font-size: 26px;
  147. }
  148. .ql-size-26px {
  149. font-size: 26px;
  150. }
  151. .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="28px"]::before {
  152. content: "28px";
  153. font-size: 28px;
  154. }
  155. .ql-size-28px {
  156. font-size: 28px;
  157. }
  158. .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="30px"]::before {
  159. content: "30px";
  160. font-size: 30px;
  161. }
  162. .ql-size-30px {
  163. font-size: 30px;
  164. }
  165. .quill-better-table-wrapper table td {
  166. outline: none;
  167. }
  168. /* 表格列宽拖动相关样式 */
  169. .quill-better-table-wrapper table {
  170. table-layout: fixed !important;
  171. width: 100% !important;
  172. border-collapse: collapse;
  173. }
  174. .quill-better-table-wrapper table td,
  175. .quill-better-table-wrapper table th {
  176. border: 1px solid #ccc;
  177. padding: 8px;
  178. overflow: hidden;
  179. white-space: nowrap;
  180. }
  181. .ql-align-center {
  182. text-align: center;
  183. }
  184. .ql-align-right {
  185. text-align: right;
  186. }
  187. .ql-align-justify {
  188. text-align: justify;
  189. }
  190. .ql-align-right {
  191. text-align: right;
  192. }