ming 1 ano atrás
pai
commit
056aea5b12
2 arquivos alterados com 5 adições e 5 exclusões
  1. 2 2
      assets/css/style.css
  2. 3 3
      news/read.html

+ 2 - 2
assets/css/style.css

@@ -3875,7 +3875,7 @@
             .news-content-section .content .read_content .new-read-title2 span {
                 font-size: 14px;
                 color: #999;
-                margin-right:10px;
+                margin-right:28px;
                 display:inline-block;
             }
             
@@ -3990,7 +3990,7 @@
             
             @media (min-width: 768px) {
                 .news-content-section .content .read_content .new-read-title2 {
-                    text-align: center
+                    /* text-align: center */
                 }
             }
             /* 相关新闻 */

+ 3 - 3
news/read.html

@@ -162,9 +162,9 @@
                                 <div >
                                     <span class="title-tag2">{{articalArray[0].title}}</span>
                                     <div class="new-read-title2">
-                                            <span >时间:{{timeFormatSeconds(articalArray[0].createdate)}}</span>
-                                            <span >作者:{{articalArray[0].author}}</span>
-                                            <span >点击:{{articalArray[0].hits}}</span>
+                                            <span >{{timeFormatSeconds(articalArray[0].createdate)}}</span>
+                                            <!-- <span >作者:{{articalArray[0].author}}</span> -->
+                                            <span >点击:{{articalArray[0].hits}}</span>
                                     </div>
                                 </div>
                                 <a href="./index.html"><img src="../assets/img/product/close.png" alt=""></a>