修改图片上传的样式

This commit is contained in:
yangjun 2024-10-21 08:39:14 +08:00
parent 6d3f1ff6d7
commit 068e00d0aa
2 changed files with 18 additions and 18 deletions

View File

@ -245,7 +245,7 @@ button::-moz-focus-inner {
cursor: pointer;
display: inline-block;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 8.75px;
font-size: 12.75px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
@ -298,7 +298,7 @@ button::-moz-focus-inner {
border-width: 1px;
box-shadow: none;
color: rgba(84, 111, 94, 0.85);
font-size: 8.75px;
font-size: 12.75px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
@ -361,7 +361,7 @@ button::-moz-focus-inner {
white-space: nowrap;
}
.tox .tox-button-link--sm {
font-size: 8.75px;
font-size: 12.75px;
}
.tox .tox-button--naked {
background-color: transparent;
@ -599,7 +599,7 @@ button::-moz-focus-inner {
display: inline-block;
flex: 1;
-ms-flex-preferred-size: auto;
font-size: 8.75px;
font-size: 12.75px;
font-style: normal;
font-weight: normal;
line-height: 24px;
@ -609,7 +609,7 @@ button::-moz-focus-inner {
.tox .tox-collection__item-accessory {
color: rgba(84, 111, 94, 0.7);
display: inline-block;
font-size: 8.75px;
font-size: 12.75px;
height: 24px;
line-height: 24px;
text-transform: none;
@ -941,7 +941,7 @@ button::-moz-focus-inner {
}
.tox .tox-comment__body {
color: rgba(84, 111, 94, 0.85);
font-size: 8.75px;
font-size: 12.75px;
font-style: normal;
font-weight: normal;
line-height: 1.3;
@ -959,7 +959,7 @@ button::-moz-focus-inner {
}
.tox .tox-comment__expander p {
color: rgba(84, 111, 94, 0.7);
font-size: 8.75px;
font-size: 12.75px;
font-style: normal;
}
.tox .tox-comment__body p {
@ -1035,7 +1035,7 @@ button::-moz-focus-inner {
.tox .tox-comment__overlaytext {
bottom: 0;
flex-direction: column;
font-size: 8.75px;
font-size: 12.75px;
left: 0;
padding: 1em;
position: absolute;
@ -1194,7 +1194,7 @@ button::-moz-focus-inner {
}
.tox .tox-dialog__title {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 12.5px;
font-size: 16.5px;
font-style: normal;
font-weight: normal;
line-height: 1.3;
@ -1237,7 +1237,7 @@ button::-moz-focus-inner {
border-bottom: 2px solid transparent;
color: rgba(84, 111, 94, 0.7);
display: inline-block;
font-size: 8.75px;
font-size: 12.75px;
line-height: 1.3;
margin-bottom: 5px;
text-decoration: none;
@ -1664,7 +1664,7 @@ body.tox-dialog__disable-scroll {
.tox .tox-toolbar-label {
color: rgba(84, 111, 94, 0.7);
display: block;
font-size: 8.75px;
font-size: 12.75px;
font-style: normal;
font-weight: normal;
line-height: 1.3;
@ -2062,7 +2062,7 @@ body.tox-dialog__disable-scroll {
.tox .tox-insert-table-picker__label {
color: rgba(84, 111, 94, 0.7);
display: block;
font-size: 8.75px;
font-size: 12.75px;
padding: 2.5px;
text-align: center;
width: 100%;
@ -2135,7 +2135,7 @@ body.tox-dialog__disable-scroll {
color: #817f7c;
display: flex;
flex: 0 0 auto;
font-size: 8.75px;
font-size: 12.75px;
font-style: normal;
font-weight: normal;
height: 34px;
@ -2195,7 +2195,7 @@ body.tox-dialog__disable-scroll {
box-sizing: border-box;
display: -ms-grid;
display: grid;
font-size: 8.75px;
font-size: 12.75px;
font-weight: normal;
-ms-grid-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
@ -2205,7 +2205,7 @@ body.tox-dialog__disable-scroll {
transition: transform 100ms ease-in, opacity 150ms ease-in;
}
.tox .tox-notification p {
font-size: 8.75px;
font-size: 12.75px;
font-weight: normal;
}
.tox .tox-notification a {
@ -2683,7 +2683,7 @@ body.tox-dialog__disable-scroll {
color: #817f7c;
display: flex;
flex: 0 0 auto;
font-size: 8.75px;
font-size: 12.75px;
font-style: normal;
font-weight: normal;
height: 34px;
@ -2945,7 +2945,7 @@ body.tox-dialog__disable-scroll {
border-radius: 3px;
box-shadow: 0 2px 4px rgba(84, 111, 94, 0.3);
color: rgba(255, 255, 255, 0.75);
font-size: 8.75px;
font-size: 12.75px;
font-style: normal;
font-weight: normal;
padding: 2.5px 5px;

File diff suppressed because one or more lines are too long