Browse Source

关键词库版本修改上测试

yuwenjun1997 2 years ago
parent
commit
2e6a51cdb8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/resources/static/css/encyclopedia/index.css

+ 2 - 0
src/main/resources/static/css/encyclopedia/index.css

@@ -54,6 +54,7 @@
 .floor .more{padding:32px 0 16px}
 .floor .more .more-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:98px;height:32px;margin:0 auto;border:1px solid #cccccc;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;color:#909090;cursor:pointer}
 .floor .more .more-btn:hover{color:#e15616;border-color:#e15616}
+.search-floor{min-height: calc(100vh - 200px)}
 }
 @media screen and (max-width:768px){
 .flex,.flex-start-center,.floor .article .section .content .tag-list,.flex-between-center,.floor .article .section .content .footer,.floor .article .section a,.floor .floor-title,.flex-center,.banner{display:-webkit-box;display:-ms-flexbox;display:flex}
@@ -105,4 +106,5 @@
 .search-floor .emtyp p{margin-top:5vw;font-size:3.2vw;color:#4a4f58}
 .search-floor .article{padding:10vw 4vw 0}
 .search-floor .article .section:first-child{border-top:0}
+.search-floor{min-height: 66vh}
 }