优化动效
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
<div class="py-80" id="features" style="padding-top: 1rem; padding-bottom: 1rem;">
|
<div class="py-80" id="features" style="padding-top: 1rem; padding-bottom: 1rem;">
|
||||||
<div class="container" style="margin-top: 0;">
|
<div class="container" style="margin-top: 0;">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -9,9 +10,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div>
|
||||||
<!-- <transition-group name="lightSpeed" tag="div"> -->
|
<transition-group name="lightSpeed" tag="div" class="row">
|
||||||
<div class="col-md-6" key="f1">
|
<div class="col-md-6" key="f1" v-show="f1">
|
||||||
<!-- InfoBox Center <Start> -->
|
<!-- InfoBox Center <Start> -->
|
||||||
<div class="cs-infobox-left mt-4 feature">
|
<div class="cs-infobox-left mt-4 feature">
|
||||||
<img src="/landing/images/icn3.svg" alt="" class="img-fluid">
|
<img src="/landing/images/icn3.svg" alt="" class="img-fluid">
|
||||||
@ -34,9 +35,9 @@
|
|||||||
<!-- InfoBox Center </End> -->
|
<!-- InfoBox Center </End> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-6" key="f2">
|
<div class="col-md-6" key="f2" v-show="f2">
|
||||||
<!-- InfoBox Center <Start> -->
|
<!-- InfoBox Center <Start> -->
|
||||||
<div class="cs-infobox-left mt-4 feature" data-aos="fade-up" data-aos-anchor-placement="top-bottom" data-aos-duration="2000">
|
<div class="cs-infobox-left mt-4 feature">
|
||||||
<img src="/landing/images/icn4.svg" alt="" class="img-fluid">
|
<img src="/landing/images/icn4.svg" alt="" class="img-fluid">
|
||||||
<div class="text-primary-install-banner">持续更新</div>
|
<div class="text-primary-install-banner">持续更新</div>
|
||||||
|
|
||||||
@ -63,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- InfoBox Center </End> -->
|
<!-- InfoBox Center </End> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6" key="f3">
|
<div class="col-md-6" key="f3" v-show="f3">
|
||||||
<!-- InfoBox Left <Start> -->
|
<!-- InfoBox Left <Start> -->
|
||||||
<div class="cs-infobox-left mt-4 feature">
|
<div class="cs-infobox-left mt-4 feature">
|
||||||
<img src="/landing/images/icn5.svg" alt="" class="img-fluid">
|
<img src="/landing/images/icn5.svg" alt="" class="img-fluid">
|
||||||
@ -73,7 +74,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- InfoBox Left </End> -->
|
<!-- InfoBox Left </End> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6" key="f4">
|
<div class="col-md-6" key="f4" v-show="f4">
|
||||||
<!-- InfoBox Center <Start> -->
|
<!-- InfoBox Center <Start> -->
|
||||||
<div class="cs-infobox-left mt-4 feature" data-aos="fade-up">
|
<div class="cs-infobox-left mt-4 feature" data-aos="fade-up">
|
||||||
<img src="/landing/images/icn1.svg" alt="" class="img-fluid">
|
<img src="/landing/images/icn1.svg" alt="" class="img-fluid">
|
||||||
@ -83,13 +84,12 @@
|
|||||||
<p><Qq></Qq></p>
|
<p><Qq></Qq></p>
|
||||||
<img src="/images/kuboard_qq.png" alt="Kubernetes安装:QQ群在线答疑" style="width: 120px;"/>
|
<img src="/images/kuboard_qq.png" alt="Kubernetes安装:QQ群在线答疑" style="width: 120px;"/>
|
||||||
</div>
|
</div>
|
||||||
如需远程协助,请扫描本文页尾的微信二维码
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- InfoBox Center </End> -->
|
<!-- InfoBox Center </End> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- </transition-group> -->
|
</transition-group>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -150,7 +150,7 @@ export default {
|
|||||||
.feature {
|
.feature {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
min-height: 272px;
|
min-height: 260px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
border: 1px solid #f2be45;
|
border: 1px solid #f2be45;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|||||||
@ -43,7 +43,7 @@ import { differenceInMinutes } from 'date-fns'
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
dialogVisible: true
|
dialogVisible: false
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
|
|||||||
@ -23,6 +23,7 @@ module.exports = {
|
|||||||
s.parentNode.insertBefore(hm, s);
|
s.parentNode.insertBefore(hm, s);
|
||||||
})();
|
})();
|
||||||
`],
|
`],
|
||||||
|
|
||||||
// ['script', {src: '/java-script-dist/swiper-4.5.0/js/swiper.min.js', async: true}],
|
// ['script', {src: '/java-script-dist/swiper-4.5.0/js/swiper.min.js', async: true}],
|
||||||
// ['script', {src: "https://www.googletagmanager.com/gtag/js?id=UA-144196556-1", async: true}],
|
// ['script', {src: "https://www.googletagmanager.com/gtag/js?id=UA-144196556-1", async: true}],
|
||||||
// ['script', {}, `
|
// ['script', {}, `
|
||||||
|
|||||||
@ -37,7 +37,7 @@ meta:
|
|||||||
|
|
||||||
## 文档特点
|
## 文档特点
|
||||||
|
|
||||||
<div style="min-height: 300px;">
|
<div style="min-height: 700px;">
|
||||||
<InstallBanner version="v1.16.2" updateCount="65"/>
|
<InstallBanner version="v1.16.2" updateCount="65"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user