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.
240 lines
5.1 KiB
240 lines
5.1 KiB
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=SimHei]::before,
|
|
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=SimHei]::before {
|
|
content: "黑体";
|
|
font-family: "SimHei";
|
|
}
|
|
|
|
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Microsoft-YaHei]::before,
|
|
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Microsoft-YaHei]::before {
|
|
content: "微软雅黑";
|
|
font-family: "Microsoft YaHei";
|
|
}
|
|
|
|
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=KaiTi]::before,
|
|
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=KaiTi]::before {
|
|
content: "楷体";
|
|
font-family: "KaiTi";
|
|
}
|
|
|
|
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=FangSong]::before,
|
|
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=FangSong]::before {
|
|
content: "仿宋";
|
|
font-family: "FangSong";
|
|
}
|
|
|
|
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Arial]::before,
|
|
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Arial]::before {
|
|
content: "Arial";
|
|
font-family: "Arial";
|
|
}
|
|
|
|
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Times-New-Roman]::before,
|
|
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Times-New-Roman]::before {
|
|
content: "Times New Roman";
|
|
font-family: "Times New Roman";
|
|
}
|
|
|
|
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=sans-serif]::before,
|
|
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=sans-serif]::before {
|
|
content: "sans-serif";
|
|
font-family: "sans-serif";
|
|
}
|
|
|
|
.ql-font-SimSun {
|
|
font-family: "SimSun";
|
|
}
|
|
|
|
.ql-font-SimHei {
|
|
font-family: "SimHei";
|
|
}
|
|
|
|
.ql-font-Microsoft-YaHei {
|
|
font-family: "Microsoft YaHei";
|
|
}
|
|
|
|
.ql-font-KaiTi {
|
|
font-family: "KaiTi";
|
|
}
|
|
|
|
.ql-font-FangSong {
|
|
font-family: "FangSong";
|
|
}
|
|
|
|
.ql-font-Arial {
|
|
font-family: "Arial";
|
|
}
|
|
|
|
.ql-font-Times-New-Roman {
|
|
font-family: "Times New Roman";
|
|
}
|
|
|
|
.ql-font-sans-serif {
|
|
font-family: "sans-serif";
|
|
}
|
|
|
|
/* 字号设置 */
|
|
/* 默认字号 */
|
|
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
|
|
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
|
|
content: "12px";
|
|
}
|
|
|
|
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="12px"]::before{
|
|
content: "12px";
|
|
font-size: 14px;
|
|
}
|
|
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="14px"]::before{
|
|
content: "14px";
|
|
font-size: 14px;
|
|
}
|
|
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="16px"]::before{
|
|
content: "16px";
|
|
font-size: 14px;
|
|
}
|
|
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="18px"]::before{
|
|
content: "18px";
|
|
font-size: 14px;
|
|
}
|
|
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="20px"]::before{
|
|
content: "20px";
|
|
font-size: 14px;
|
|
}
|
|
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="22px"]::before{
|
|
content: "22px";
|
|
font-size: 14px;
|
|
}
|
|
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="26px"]::before{
|
|
content: "26px";
|
|
font-size: 14px;
|
|
}
|
|
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="28px"]::before{
|
|
content: "28px";
|
|
font-size: 14px;
|
|
}
|
|
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="30px"]::before{
|
|
content: "30px";
|
|
font-size: 14px;
|
|
}
|
|
|
|
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12px"]::before {
|
|
content: "12px";
|
|
font-size: 12px;
|
|
}
|
|
|
|
.ql-size-12px {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14px"]::before {
|
|
content: "14px";
|
|
font-size: 14px;
|
|
}
|
|
|
|
.ql-size-14px {
|
|
font-size: 14px;
|
|
}
|
|
|
|
|
|
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16px"]::before {
|
|
content: "16px";
|
|
font-size: 16px;
|
|
}
|
|
|
|
.ql-size-16px {
|
|
font-size: 16px;
|
|
}
|
|
|
|
|
|
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="18px"]::before {
|
|
content: "18px";
|
|
font-size: 18px;
|
|
}
|
|
|
|
.ql-size-18px {
|
|
font-size: 18px;
|
|
}
|
|
|
|
|
|
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="20px"]::before {
|
|
content: "20px";
|
|
font-size: 20px;
|
|
}
|
|
|
|
.ql-size-20px {
|
|
font-size: 20px;
|
|
}
|
|
|
|
|
|
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="22px"]::before {
|
|
content: "22px";
|
|
font-size: 22px;
|
|
}
|
|
|
|
.ql-size-22px {
|
|
font-size: 22px;
|
|
}
|
|
|
|
|
|
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="26px"]::before {
|
|
content: "26px";
|
|
font-size: 26px;
|
|
}
|
|
|
|
.ql-size-26px {
|
|
font-size: 26px;
|
|
}
|
|
|
|
|
|
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="28px"]::before {
|
|
content: "28px";
|
|
font-size: 28px;
|
|
}
|
|
|
|
.ql-size-28px {
|
|
font-size: 28px;
|
|
}
|
|
|
|
|
|
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="30px"]::before {
|
|
content: "30px";
|
|
font-size: 30px;
|
|
}
|
|
|
|
.ql-size-30px {
|
|
font-size: 30px;
|
|
}
|
|
|
|
.quill-better-table-wrapper table td {
|
|
outline: none;
|
|
}
|
|
|
|
/* 表格列宽拖动相关样式 */
|
|
.quill-better-table-wrapper table {
|
|
table-layout: fixed !important;
|
|
width: 100% !important;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.quill-better-table-wrapper table td,
|
|
.quill-better-table-wrapper table th {
|
|
border: 1px solid #ccc;
|
|
padding: 8px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.ql-align-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.ql-align-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.ql-align-justify {
|
|
text-align: justify;
|
|
}
|
|
|
|
.ql-align-right {
|
|
text-align: right;
|
|
}
|