{{ if .Params.releaseNote}}
{{ end }}
diff --git a/themes/project/layouts/partials/reason.html b/themes/project/layouts/partials/reason.html
index d97fcac6e7a42ad607b214772b35a1fb42f5e298..736065dd42c5a65ee4edb4cf15bbc3eacb946272 100644
--- a/themes/project/layouts/partials/reason.html
+++ b/themes/project/layouts/partials/reason.html
@@ -5,10 +5,6 @@
{{ range first 1 $whys }}
-
-
{{ .Params.Title }}
-
{{ .Params.Brief }}
-
{{ .Content }}
diff --git a/themes/project/layouts/releases/list.html b/themes/project/layouts/releases/list.html
new file mode 100644
index 0000000000000000000000000000000000000000..7605c78264b5f5e92ef1f14cf16b0ff2a49abf3d
--- /dev/null
+++ b/themes/project/layouts/releases/list.html
@@ -0,0 +1,74 @@
+
+
+
+ {{ partial "head.html" . }}
+
+
+
+
+
+
+
+ {{ partial "nav.html" . }}
+
+
+
+ {{ partial "breadcrumbs.html" . }}
+
+
+
+
+
+
+
+
+ {{ i18n "versions_versionName"}} |
+ {{ i18n "versions_status"}} |
+ {{ i18n "versions_releaseTime"}} |
+ {{ i18n "versions_releaseNote"}} |
+ {{ i18n "versions_EOLTime"}} |
+ {{ i18n "versions_getiso"}} |
+ {{ i18n "versions_installationGuide"}} |
+
+
+ {{ range where $.Page.Site.Pages "Type" "releases" }}
+ {{ if .Params }}
+ {{ if .Params.version}}
+
+ {{ .Params.version}} |
+ {{ .Params.status}} |
+ {{ .Params.releaseDate}} |
+ {{ if .Params.releaseNote}}
+ Link |
+ {{ else }}
+ - |
+ {{ end }}
+ {{ .Params.EOLDate}} |
+ Link |
+ Link |
+
+ {{ end }}
+ {{ end }}
+ {{ end }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ partial "footer.html" . }}
+
+
+
+
+ {{ partial "scripts.html" . }}
+
+
+
diff --git a/themes/project/static/css/custom.css b/themes/project/static/css/custom.css
index d1c74e7ffd7324adb596f9ef59b8c92189ba1b0e..391e17b4e0ea36d17364cf4fba7876f41f6f174c 100644
--- a/themes/project/static/css/custom.css
+++ b/themes/project/static/css/custom.css
@@ -294,7 +294,7 @@
padding: 170px 30px 70px;
}
.reason h2 {
- margin-bottom: 67px;
+ margin-bottom: 40px;
font-size: 40px;
color: #333333;
text-align: center;
@@ -307,30 +307,7 @@
max-width: 1366px;
margin: 0 auto;
}
-.reason .content_why .bg {
- background: url('../img/flows.png') no-repeat;
- height: 300px;
- width: 500px;
- flex-shrink: 0;
- background-size: cover;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- color: #FFFFFF;
- padding: 0 10px;
- text-align: center;
-}
-.reason .content_why .bg h3 {
- font-size: 59px;
- color: #FFFFFF;
- margin-top: 80px;
-}
-.reason .content_why .bg p {
- margin-top: 60px;
- font-size: 18px;
- line-height: 28px;
-}
+
.reason .content_why .detail {
margin-left: 50px;
}
@@ -340,26 +317,11 @@
line-height: 30px;
padding-left: 15px;
}
-/* .reason .content_why .detail p:nth-child(1) {
- margin-bottom: 40px;
-} */
-.reason .content_why .detail>div {
+/*.reason .content_why .detail>div {
position: relative;
margin: 30px 0px;
-}
-
-.reason .content_why .detail>div p::before{
- content:'';
- display: inline-block;
- position: absolute;
- top: 10px;
- left:0;
- border-radius: 50%;
- background: #000;
- width: 5px;
- height: 5px;
-}
+}*/
.e_mail {
background: url('../img/bg2.png') no-repeat;
diff --git a/themes/project/static/css/custommobile.css b/themes/project/static/css/custommobile.css
index 855f398a1247d237be26f0100769b240cc8d9970..993ba4b82839974e23c8b31ecfc2eb2716e799c3 100644
--- a/themes/project/static/css/custommobile.css
+++ b/themes/project/static/css/custommobile.css
@@ -224,31 +224,14 @@
}
.reason h2 {
font-size: 0.46rem;
- margin-bottom: .68rem;
+ margin-bottom: .38rem;
}
.reason .content_why {
flex-direction: column;
}
- .reason .content_why .bg {
- width: 95%;
- height: 4rem;
- background-position: center;
- position: relative;
- }
- .reason .content_why .bg h3 {
- font-size: .6rem;
- }
- .reason .content_why .bg p {
- font-size: .24rem;
- margin-top: .6rem;
- line-height: inherit;
- position: absolute;
- bottom: .44rem;
- padding: 0 10px;
- }
+
.reason .content_why .detail {
margin-left: 0;
- margin-top: 0.5rem;
}
.reason .content_why .detail p {
font-size: .28rem;
@@ -601,7 +584,6 @@
.reason .content_why .detail {
margin-left: 0;
width: 580px;
- margin-top: 0.5rem;
}
.action .active_box .active h2 {
font-size: 0.45rem;
@@ -656,10 +638,6 @@
footer .notice {
width: 360px;
}
- .reason .content_why .bg p {
- margin-top: 40px;
- padding: 0 10px;
- }
#mask {
position: fixed;
top: 0;
diff --git a/themes/project/static/img/flows.png b/themes/project/static/img/flows.png
deleted file mode 100644
index f9037a887bba7e56d3c340d78e908cc94881eb5d..0000000000000000000000000000000000000000
Binary files a/themes/project/static/img/flows.png and /dev/null differ