邪性 3 жил өмнө
parent
commit
e617cd2862
1 өөрчлөгдсөн 5 нэмэгдсэн , 2 устгасан
  1. 5 2
      index.html

+ 5 - 2
index.html

@@ -240,7 +240,8 @@
           <div class="row row-style">
             <div class="title-style">
               <h4 class="h4"><i class="glyphicon glyphicon-book"></i>专题分类</h4>
-              <div class="content-style row">
+              <!-- 为避免栅格布局 高度不统一 导致的问题 建议每行外层div.row 包裹 -->
+              <div class="row">
                 <div class="col col-sm-4 col-sm-12">
                   <div class="hotspot flex-item-style">
                     <h4 class=".h4"><a target="_blank" href="./h_news/news_list.html"><span class="a">
@@ -316,6 +317,8 @@
                     </ul>
                   </div>
                 </div>
+              </div>
+              <div class="row">
                 <div class="col col-sm-4 col-sm-12">
                   <div class="hotspot">
                     <h4 class=".h4"><a target="_blank" href="./h_news/news_list.html"><span class="a">
@@ -431,4 +434,4 @@
   </div>
 </body>
 
-</html>
+</html>