|
@@ -372,13 +372,10 @@ export default {
|
|
background-size: 100% 310px;
|
|
background-size: 100% 310px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-.in-iframe{
|
|
|
|
- .page--docs--index.view_index {
|
|
|
|
- .page-container {
|
|
|
|
- background:rgb(242, 242, 244) !important;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
|
|
+.page--docs--index.view_index.iframe {
|
|
|
|
+ .page-container {
|
|
|
|
+ background:rgb(242, 242, 244) !important;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
@@ -615,7 +612,6 @@ export default {
|
|
|
|
|
|
.top-search-group {
|
|
.top-search-group {
|
|
width: 100%;
|
|
width: 100%;
|
|
- max-width: 1200px;
|
|
|
|
height: 246px;
|
|
height: 246px;
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -627,7 +623,7 @@ export default {
|
|
font-size: 40px;
|
|
font-size: 40px;
|
|
line-height: normal;
|
|
line-height: normal;
|
|
letter-spacing: 0px;
|
|
letter-spacing: 0px;
|
|
- text-align: left;
|
|
|
|
|
|
+ text-align: center;
|
|
margin: 42px 0 24px;
|
|
margin: 42px 0 24px;
|
|
}
|
|
}
|
|
}
|
|
}
|