修改样式

This commit is contained in:
何童崇 2021-06-28 14:05:12 +08:00
parent b8342288dd
commit 98a9344b02
1 changed files with 31 additions and 24 deletions

View File

@ -146,33 +146,40 @@
.w-e-text table td, .w-e-text table th{
height: 30px;
}
.editor-w-text table td, .editor-w-text table th{
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 3px 5px;
height: 30px;
min-height: 30px;
}
.editor-w-text table th {
border-bottom: 2px solid #ccc;
text-align: center;
background-color: #f1f1f1;
}
.editor-w-text table {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.editor-w-text blockquote {
display: block;
border-left: 8px solid #d0e5f2;
padding: 5px 10px;
margin: 10px 0;
line-height: 1.4;
font-size: 100%;
background-color: #f1f1f1;
.editor-w-text {
table td, table th{
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 3px 5px;
height: 30px;
min-height: 30px;
}
table th {
border-bottom: 2px solid #ccc;
text-align: center;
background-color: #f1f1f1;
}
table {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
blockquote {
display: block;
border-left: 8px solid #d0e5f2;
padding: 5px 10px;
margin: 10px 0;
line-height: 1.4;
font-size: 100%;
background-color: #f1f1f1;
}
a{
color: #409eff;
cursor: pointer;
}
}
@media screen and (max-width: 1200px){
.centerbox {
width: 98%;