fix style

This commit is contained in:
liuboaibc 2020-06-09 17:16:43 +08:00
parent 5e6e55bb92
commit 215c45e09e
7 changed files with 64 additions and 19 deletions

View File

@ -0,0 +1,9 @@
@import 'footer';
.footer > .footer-main > .up-main {
.right-div {
& > ul > li {
margin-right: 30px;
}
}
}

View File

@ -26,7 +26,7 @@
.nav {
height:93px;
margin-left: 200px;
margin-right: 380px;
margin-right: 340px;
line-height: 93px;
& > li:first-child {
margin-left: 0;

27
assets/scss/index-tr.scss Normal file
View File

@ -0,0 +1,27 @@
@import 'index';
.section-1 {
& > div {
.btn1 {
width: 250px;
}
.btn2 {
width: 230px;
}
}
}
.section-5 {
& > div > div {
.back-div {
& > .group {
ul {
margin-left: 25px;
li {
padding: 0 15px;
}
}
}
}
}
}

View File

@ -50,7 +50,6 @@
h1 {
width: 660px;
height: 120px;
margin-top: 12px;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
font-size: 50px;

View File

@ -3,7 +3,7 @@ title: KubeSphere | Açık Kaynak Container Platformu
description: KubeSphere, kurumsal/bireysel uygulama geliştirme ve dağıtımı için Kubernetes tabanlıık kaynaklı bir konteyner platformudur.
css: scss/index.scss
css: scss/index-tr.scss
section1:
title: KubeSphere Container Platform
@ -140,16 +140,21 @@ section6:
title: KubeSphere'i Tercih Edenler
content: Müşteri senaryoları, daha ayrıntılı kullanıcı senaryoları ve bulut yerel dönüşüm hikayelerini sizler için listeledik. </br> Çeşitli işletme ve kuruluşlar araştırma, üretim ve ticari ürünler için KubeSphere Container Platform'u kullanıyor.
children:
- icon: /images/home/section6-1.jpg
- icon: /images/home/section6-2.jpg
- icon: /images/home/section6-3.jpg
- icon: /images/home/section6-4.jpg
- icon: /images/home/section6-5.jpg
- icon: /images/home/section6-6.jpg
- icon: /images/home/section6-7.jpg
- icon: /images/home/section6-8.jpg
- icon: /images/home/section6-9.jpg
- icon: /images/home/section6-10.jpg
- icon: /images/home/section6-anchnet.jpg
- icon: /images/home/section6-aqara.jpg
- icon: /images/home/section6-benlai.jpg
- icon: /images/home/section6-china-mobile.jpg
- icon: /images/home/section6-extreme-vision.jpg
- icon: /images/home/section6-huaxia-bank.jpg
- icon: /images/home/section6-maxnerva.jpg
- icon: /images/home/section6-mile-works.svg
- icon: /images/home/section6-yiliu.jpg
- icon: /images/home/section6-powersmart.jpg
- icon: /images/home/section6-wisdom-world.jpg
- icon: /images/home/section6-sina.jpg
- icon: /images/home/section6-softtek.jpg
- icon: /images/home/section6-webank.jpg
- icon: /images/home/section6-vng.jpg
btnContent: Müşteri Senaryoları
btnLink:
link:

View File

@ -1,3 +1,13 @@
<link rel="stylesheet" href="/fonts/Roboto/stylesheet.css">
<link rel="stylesheet" href="/fonts/ProximaNova/stylesheet.css">
{{ $common := resources.Get "scss/common.scss" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $common.Permalink }}">
{{ if eq .Site.Language.Lang "tr" }}
{{ $footer := resources.Get "scss/footer-tr.scss" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $footer.Permalink }}">
{{ end }}
{{ if .Params.minCss }}
{{ range (split .Params.minCss ",")}}

View File

@ -5,12 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="{{ with .Params.Description }}{{ . }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}">
<meta name="keywords" content="{{ with .Params.Keywords }}{{ range $i, $e := . }}{{ if $i }} {{ end }}{{ $e }}{{ end }}{{ else }}{{ with .Site.Params.Keywords }}{{ . }}{{ end }}{{ end }}">
<link rel="stylesheet" href="/fonts/Roboto/stylesheet.css">
<link rel="stylesheet" href="/fonts/ProximaNova/stylesheet.css">
{{ $common := resources.Get "scss/common.scss" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $common.Permalink }}">
{{- partial "css.html" . -}}
<script src="{{ "js/jquery-3.5.0.min.js" | relURL }}"></script>