浏览代码

采美百科上测试

喻文俊 3 年之前
父节点
当前提交
5d1c517fff

+ 1 - 1
src/main/resources/static/css/encyclopedia/base.css

@@ -1,6 +1,6 @@
 @charset "UTF-8";
 html{font-size:16px}
-body{background:#f5f5f5;color:#4a4f58}
+body{background:#f5f5f5;color:#4a4f58;}
 h1,h2,h3,h4,h5,h6{margin:0;font-size:16px;font-weight:normal}
 ul{margin:0;padding:0;list-style:none}
 dl,dt,dd{margin:0;padding:0}

+ 1 - 1
src/main/resources/static/css/encyclopedia/common.css

@@ -7,7 +7,7 @@
 .icon.arrowup{background-position:-308px -413px}
 .flex-between-center,.navbar .nav li a,.navbar .nav,.navbar .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
 .container{width:1200px;margin:0 auto}
-body{padding-top:80px;min-height: 100vh;}
+body{padding-top:80px;}
 .navbar{width:100%;background:#fff;position:fixed;top:0;left:0;z-index:99998;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
 .navbar .logo{width:136px;height:56px;overflow:hidden}
 .navbar .logo .menu-btn{display:none}

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

@@ -1,4 +1,5 @@
 @charset "UTF-8";
+.floor-list{min-height: 70vh}
 @media screen and (min-width:768px){
 .color0{ color: #EB2F96 !important;}
 .color1{ color: #9254DE !important;}