Commit 1483c43b by yuananting

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

parent 0f23d3c0
...@@ -33,10 +33,12 @@ ...@@ -33,10 +33,12 @@
.input-box { .input-box {
margin-bottom: 8px; margin-bottom: 8px;
display: inline-block; display: inline-block;
*:not(p) {
* {
font-size: 14px !important;
font-weight: normal !important; font-weight: normal !important;
font-size: 14px !important;
font-style: normal !important;
text-decoration: none !important;
margin: 0 !important;
} }
} }
.picture-box { .picture-box {
...@@ -105,9 +107,12 @@ ...@@ -105,9 +107,12 @@
display: inline-block; display: inline-block;
max-width: calc(100% - 20px); max-width: calc(100% - 20px);
vertical-align: top; vertical-align: top;
* { *:not(p) {
font-size: 14px !important;
font-weight: normal !important; font-weight: normal !important;
font-size: 14px !important;
font-style: normal !important;
text-decoration: none !important;
margin: 0 !important;
} }
} }
} }
...@@ -205,9 +210,12 @@ ...@@ -205,9 +210,12 @@
.desc-input-box { .desc-input-box {
margin-bottom: 8px; margin-bottom: 8px;
display: inline-block; display: inline-block;
* { *:not(p) {
font-size: 14px !important;
font-weight: normal !important; font-weight: normal !important;
font-size: 14px !important;
font-style: normal !important;
text-decoration: none !important;
margin: 0 !important;
} }
} }
.desc-picture-box { .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