efa6863a by simon

默认提交

1 parent 07daad34
......@@ -437,8 +437,12 @@ textarea {
}
.clarms .el-input__inner {
font-size: 22px;
border: none;
font-size: 22px;
border: none;
}
.ql-editor {
padding: 0px 0px !important;
}
@media (max-width: 1200px) {
......
......@@ -29,12 +29,13 @@
}
.dat {
margin-top: 2.5rem;
margin-top: 3rem;
display: flex;
.date {
display: flex;
margin-right: 4rem;
align-items: center;
.icon-clock {
height: 1.25rem;
......@@ -45,7 +46,7 @@
.desc {
max-width: $articleWidth;
margin-top: 2.5rem;
margin-top: 3rem;
line-height: 2;
letter-spacing: 1.2px;
}
......