Browse Source

提交 头图调整

wenmenghao 10 months ago
parent
commit
b6ab8d2d08
1 changed files with 12 additions and 0 deletions
  1. 12 0
      jydocs-pc/src/views/Home.vue

+ 12 - 0
jydocs-pc/src/views/Home.vue

@@ -371,6 +371,14 @@ export default {
     background-color: #fff;
     background-size: 100% 310px;
   }
+}
+.in-iframe{
+  .page--docs--index.view_index {
+  .page-container {
+     background:rgb(242, 242, 244) !important;
+  }
+}
+
 }
 </style>
 <style scoped lang="scss">
@@ -785,6 +793,10 @@ export default {
 .in-app {
   .top-search-group {
     height: 286px;
+    background-image: url("~@/assets/images/wenkuBanner.png");
+    background-size: cover;
+    background-repeat: no-repeat;
+    background-position: center;
   }
   .center-contentbox{
     padding: 0 18px;