|
@@ -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;
|