Commit f7cd2de9 by Sweet Zhang

样式调整

parent c76928cd
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 20px; padding: 0 10px 0;
min-height: calc(100vh - 70px); min-height: calc(100vh - 70px);
.newsDetailContent{ .newsDetailContent{
background-color: #fff; background-color: #fff;
...@@ -50,11 +50,15 @@ h3{ ...@@ -50,11 +50,15 @@ h3{
color: #999; color: #999;
h4{ h4{
color: #333; color: #333;
font-size: 16px; font-size: 18px;
margin-bottom: 5px;
font-weight: bold;
} }
} }
.contentDetail{ .contentDetail{
color: #333; color: #333;
font-size: 12px; font-size: 16px;
word-break: break-word;
padding-top: 15px;
} }
} }
\ No newline at end of file
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