瀏覽代碼

feat:css样式调整

Signed-off-by: tangshizhe <2417024719@qq.com>
tangshizhe 1 年之前
父節點
當前提交
5a9aadb6d8

+ 2 - 3
src/web/staticres/css/dev2/superSearch.css

@@ -39,7 +39,6 @@
 }
 #searchInner{
 	line-height:1;
-  padding-top:64px;
   min-height: calc(100vh - 364px);
 }
 .com-highlight{
@@ -205,13 +204,13 @@
 
 .fixed-top{
   position: fixed;
-  top: 64px;
+  top: 52px;
   width: 1200px;
   z-index: 99;
 }
 .table-fixed-top{
   position: fixed;
-  top: 64px;
+  top: 52px;
   width: 1200px;
   background: #fff;
   z-index: 100;

+ 0 - 3
src/web/staticres/frontRouter/pc/cooperation/css/index.css

@@ -1,6 +1,3 @@
-.cooperation-page{
-  padding-top: 72px;
-}
 .cooperation-page-banner{
   width: 100%;
   height: 420px;

+ 0 - 3
src/web/staticres/frontRouter/pc/customanage/css/index.css

@@ -1,6 +1,3 @@
-.customanage-page{
-  margin-top: 72px;
-}
 .head-main{
   width: 100%;
   height: 420px;

+ 1 - 1
src/web/templates/frontRouter/pc/cooperation/free/index.html

@@ -14,8 +14,8 @@
   <link href='{{Msg "seo" "cdn"}}/css/reset.css?v={{Msg "seo" "version"}}' rel="stylesheet" type="text/css" />
   <link href='{{Msg "seo" "cdn"}}/pccss/reset_pc.css' rel="stylesheet" type="text/css" />
   <link href='{{Msg "seo" "cdn"}}/css/pc.css?v={{Msg "seo" "version"}}' rel="stylesheet" />
-  <link href='{{Msg "seo" "cdn"}}/css/collect-user-info.css?v={{Msg "seo" "version"}}' rel="stylesheet">
   <link href="//cdn-common.jianyu360.com/cdn/lib/element-ui/2.15.7/lib/theme-chalk/index.css" rel="stylesheet" />
+  <link href='{{Msg "seo" "cdn"}}/css/collect-user-info.css?v={{Msg "seo" "version"}}' rel="stylesheet">
   <link href='{{Msg "seo" "cdn"}}/pccss/public-nav-1200.css?v={{Msg "seo" "version"}}' rel="stylesheet" type="text/css" />
   <link href='{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/css/index.css?v={{Msg "seo" "version"}}' rel="stylesheet" type="text/css" />
   <style>

+ 1 - 1
src/web/templates/pc/entsearchindex.html

@@ -22,7 +22,7 @@
         <style>
             .search-container {
                 line-height: 1;
-                padding-top: 88px;
+                padding-top: 22px;
                 min-height: calc(100vh - 364px);
                 background-color: #F5F5F5;
             }

+ 1 - 1
src/web/templates/pc/pursearchindex.html

@@ -24,7 +24,7 @@
         <style>
             .search-container {
                 line-height: 1;
-                padding-top: 88px;
+                padding-top: 22px;
                 min-height: calc(100vh - 364px);
             }
             .in-iframe .search-container {