Browse Source

home page

tags/v1.22.11.3^2
chenshihai 2 years ago
parent
commit
2b36776752
4 changed files with 17 additions and 11 deletions
  1. BIN
      custom/public/img/home-banner-01-en.jpg
  2. BIN
      custom/public/img/home-banner-01.jpg
  3. BIN
      custom/public/img/home-banner-1.jpg
  4. +17
    -11
      templates/custom/home/home_top.tmpl

BIN
custom/public/img/home-banner-01-en.jpg View File

Before After
Width: 1920  |  Height: 580  |  Size: 180 kB

BIN
custom/public/img/home-banner-01.jpg View File

Before After
Width: 1920  |  Height: 580  |  Size: 174 kB

BIN
custom/public/img/home-banner-1.jpg View File

Before After
Width: 1920  |  Height: 580  |  Size: 115 kB

+ 17
- 11
templates/custom/home/home_top.tmpl View File

@@ -394,7 +394,7 @@
._hm-bg-container {
overflow: hidden;
position: relative;
height: 520px;
height: 580px;
}

._hm-pg-static {
@@ -426,7 +426,13 @@
background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%221%22%20x1%3D%220%22%20x2%3D%221%22%20y1%3D%220%22%20y2%3D%220%22%20gradientTransform%3D%22matrix(6.117110761741029e-17%2C%200.999%2C%20-0.21820798177083334%2C%206.117110761741029e-17%2C%200%2C%200)%22%3E%3Cstop%20stop-color%3D%22%239c6af2%22%20stop-opacity%3D%221%22%20offset%3D%220%22%3E%3C%2Fstop%3E%3Cstop%20stop-color%3D%22%2363d0f9%22%20stop-opacity%3D%221%22%20offset%3D%220.78%22%3E%3C%2Fstop%3E%3Cstop%20stop-color%3D%22%2378fbed%22%20stop-opacity%3D%221%22%20offset%3D%221%22%3E%3C%2Fstop%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url(%231)%22%3E%3C%2Frect%3E%3C%2Fsvg%3E");
}
._hm-pg-bg-3 {
background: url("/img/home-banner-1.jpg");
background: url("/img/home-banner-01.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
._hm-pg-bg-3-en {
background: url("/img/home-banner-01-en.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
@@ -741,7 +747,7 @@
height: 1px;
width: 100%;
left: 10%;
bottom: -100px;
bottom: -90px;
z-index: 3;
opacity: 0.8;
}
@@ -797,7 +803,7 @@

._hm-universe {
position: relative;
top: -55px;
top: -20px;
left: 20%;
}

@@ -833,7 +839,7 @@

._hm-person-area {
position: relative;
top: -55px;
top: -25px;
right: 10%;
z-index: 3;
}
@@ -1471,13 +1477,13 @@
line-height: 36px;
text-decoration: none;
text-align: center;
margin-bottom: 28px;
margin-bottom: 32px;
}

._hm-big-btn-c {
display: flex;
justify-content: center;
margin-bottom: 36px;
margin-bottom: 42px;
}

._hm-big-btn-c a {
@@ -1626,7 +1632,7 @@
#homenews {
position: absolute;
left: 10%;
top: 200px;
top: 240px;
z-index: 2;
width: 775px;
}
@@ -1869,14 +1875,14 @@
</div>
</div>
-->
<div class="_hm-pg _hm-pg-bg-3">
<div class="_hm-pg _hm-pg-bg-3 {{if ne $.Lang "zh-CN"}}_hm-pg-bg-3-en{{end}}">
<div class="_hm-txt-content-c">
<div class="_hm-big-txt-2">
<div class="_hm-big-title" style="animation:_hm-slide-in-left-once 0.5s">{{.i18n.Tr "home.c2net_title"}}</div>
<div class="_hm-big-descr">{{.i18n.Tr "home.c2net_desc" }}
<a target="_blank;" href="https://openi.org.cn/html/2022/openi-o_0623/646.html" style="margin-left:4px;font-size:18px;color:rgb(59, 131, 254);">
<a target="_blank;" href="https://openi.org.cn/html/2022/openi-o_0623/646.html" style="margin-left:4px;font-size:18px;color:white;">
<div style="display:inline-block;">
<span style="border-bottom:2px solid rgb(59, 131, 254);">{{.i18n.Tr "home.vedio_detail"}}</span>
<span style="border-bottom:2px solid white;">{{.i18n.Tr "home.vedio_detail"}}</span>
<i style="vertical-align:bottom;" class="ri-play-circle-line"></i>
</div>
</a>


Loading…
Cancel
Save