yee 7 years ago
parent
commit
62e51d45a9
1 changed files with 14 additions and 1 deletions
  1. 14 1
      src/css/news/newsDetailApp.css

+ 14 - 1
src/css/news/newsDetailApp.css

@@ -1,17 +1,30 @@
+.newsDetails_content {
+    margin-top: 20px
+}
+
+.newsDetails_content img {
+    width: 100%;
+}
+
 .newsDetail_content h4 {
     color: #ff6000;
     font-size: 24px;
     text-align: center;
     padding-bottom: 10px;
 }
+
 .from_info {
     color: #838383;
     text-align: center;
     margin: 10px 0;
 }
+
 .from_info span {
     line-height: 26px;
     margin-right: 20px;
     font-size: 14px;
 }
-#content_container ol li{list-style-type: decimal;}
+
+#content_container ol li {
+    list-style-type: decimal;
+}