Commit 1483c43b by yuananting

style:题目预览标签样式过滤补充

parent 0f23d3c0
......@@ -33,10 +33,12 @@
.input-box {
margin-bottom: 8px;
display: inline-block;
* {
font-size: 14px !important;
*:not(p) {
font-weight: normal !important;
font-size: 14px !important;
font-style: normal !important;
text-decoration: none !important;
margin: 0 !important;
}
}
.picture-box {
......@@ -105,9 +107,12 @@
display: inline-block;
max-width: calc(100% - 20px);
vertical-align: top;
* {
font-size: 14px !important;
*:not(p) {
font-weight: normal !important;
font-size: 14px !important;
font-style: normal !important;
text-decoration: none !important;
margin: 0 !important;
}
}
}
......@@ -205,9 +210,12 @@
.desc-input-box {
margin-bottom: 8px;
display: inline-block;
* {
font-size: 14px !important;
*:not(p) {
font-weight: normal !important;
font-size: 14px !important;
font-style: normal !important;
text-decoration: none !important;
margin: 0 !important;
}
}
.desc-picture-box {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment