@@ -162,7 +163,7 @@ export default {
color $accentColor
background-color #ffffff
border 1px solid $accentColor
- .features
+ .features-c
border-top 1px solid $borderColor
padding 2rem 0
margin-top 2.5rem
@@ -171,12 +172,14 @@ export default {
align-items flex-start
align-content stretch
justify-content space-between
- .feature
+ .feature-c
flex-grow 1
flex-basis 22%
margin-right 1rem
+ margin-top 1rem
height calc(240px + 2rem)
cursor pointer
+ padding 0
h2
font-size 1.2rem
font-weight 500
@@ -185,7 +188,7 @@ export default {
color lighten($textColor, 10%)
p
color lighten($textColor, 25%)
- .feature-mask
+ .feature-c-mask
padding: 1rem
height 240px
border solid 1px $borderColor
@@ -202,7 +205,7 @@ export default {
opacity 1
z-index 10
transition all .3s
- .feature-content
+ .feature-c-content
border solid 1px $borderColor
border-radius 3px
height 240px
@@ -230,21 +233,23 @@ export default {
@media (max-width: $MQMobile)
.home
- .features
+ .features-c
+ margin-bottom: 1rem
flex-direction column
- .feature
- width calc(100%)
- height calc(160px + 2rem)
- margin-bottom -160px
- overflow hidden
- .feature-mask
- height 160px
- .feature-content
- height 160px
+ .feature-c
+ width calc(100%)
+ height calc(160px + 2rem)
+ margin-top 1rem
+ overflow hidden
+ padding 0
+ .feature-c-mask
+ display none
+ .feature-c-content
+ height 160px
.intro
.intro_text
width calc(100% - 2rem)
- height 12rem
+ height 15rem
margin-bottom 1rem
@@ -265,7 +270,8 @@ export default {
.action-button
font-size 1rem
padding 0.6rem 1.2rem
- .feature
+ .feature-c
+ padding 0
h2
font-size 1.25rem
diff --git a/README.md b/README.md
index d7ac05d..c5a239b 100644
--- a/README.md
+++ b/README.md
@@ -114,4 +114,4 @@ Kubernetes教程的主要依据是:Kubernetes 官网文档,以及使用 Kubo
* [导出部署配置](https://kuboard.cn/learning/k8s-practice/ocp/export.html)
* [导入部署配置](https://kuboard.cn/learning/k8s-practice/ocp/import.html)
-Kuboard官网免费提供 K8S教程,K8S安装文档,学习过程中如有疑问,请加QQ群在线答疑。
+Kuboard官网免费提供Kubernetes教程、K8S教程、K8S安装文档、Kubernetes+SpringCloud实战文档,学习过程中如有疑问,请加QQ群在线答疑。