|
@@ -31,7 +31,6 @@
|
|
|
></iframe>
|
|
></iframe>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="content-right"></div>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div class="doc-content-features">
|
|
<div class="doc-content-features">
|
|
|
<div class="doc-content-hd">
|
|
<div class="doc-content-hd">
|
|
@@ -211,6 +210,11 @@ export default defineComponent({
|
|
|
}
|
|
}
|
|
|
.doc-content-index {
|
|
.doc-content-index {
|
|
|
.content-left {
|
|
.content-left {
|
|
|
|
|
+ background: url(https://storage.360buyimg.com/imgtools/a423faab46-8b142e80-8bb1-11eb-853a-6fded8704e77.png)
|
|
|
|
|
+ no-repeat;
|
|
|
|
|
+ background-size: 1126px 568px;
|
|
|
|
|
+ background-position-x: right;
|
|
|
|
|
+ background-position-y: 150px;
|
|
|
.content-title {
|
|
.content-title {
|
|
|
animation: fadeInLeft 1s both;
|
|
animation: fadeInLeft 1s both;
|
|
|
}
|
|
}
|
|
@@ -508,13 +512,6 @@ export default defineComponent({
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- .content-right {
|
|
|
|
|
- flex: 2;
|
|
|
|
|
- background: url(https://storage.360buyimg.com/imgtools/a423faab46-8b142e80-8bb1-11eb-853a-6fded8704e77.png)
|
|
|
|
|
- no-repeat;
|
|
|
|
|
- background-size: contain;
|
|
|
|
|
- background-position: center;
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
.doc-content-black {
|
|
.doc-content-black {
|
|
|
background: $theme-black-content-bg;
|
|
background: $theme-black-content-bg;
|