diff --git a/css/details.css b/css/details.css index 869d7df..7d45194 100644 --- a/css/details.css +++ b/css/details.css @@ -351,6 +351,7 @@ .content .details-box .text-box .text { display: inline-block; font-size: 15px; + font-weight: 400; color: #000000; line-height: 32px; white-space: pre-line; diff --git a/css/details.less b/css/details.less index e3b23e9..c81c677 100644 --- a/css/details.less +++ b/css/details.less @@ -388,6 +388,7 @@ display: inline-block; // margin: 20px 0; font-size: 15px; + font-weight: 400; color: #000000; line-height: 32px; white-space: pre-line; diff --git a/html/1.html b/html/1.html new file mode 100644 index 0000000..8c68266 --- /dev/null +++ b/html/1.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file