diff --git a/frontend/views/site/individual.php b/frontend/views/site/individual.php index 294dc2b..2fe4df1 100644 --- a/frontend/views/site/individual.php +++ b/frontend/views/site/individual.php @@ -25,6 +25,7 @@
+
-
+
diff --git a/frontend/views/site/legal.php b/frontend/views/site/legal.php index a2bc4db..ba3256d 100644 --- a/frontend/views/site/legal.php +++ b/frontend/views/site/legal.php @@ -31,6 +31,7 @@ $this->registerJs($js, View::POS_END);
+
-
+
diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 1c1021e..d6b035b 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -268,7 +268,6 @@ section.blue-fon {padding-top: 25px;} display: flex; align-items: center; justify-content: center; - opacity: 0.7; } #video-bg:after { content: ''; @@ -280,6 +279,29 @@ section.blue-fon {padding-top: 25px;} background: rgba(0, 0, 0, 0.1); box-shadow: inset 0px 250px 250px -250px black, inset 0px -250px 250px -250px black; } +#video-bg .arrow_bottom{ + position: absolute; + width: 100%; + z-index: 1; + color: #fff; + bottom: 4%; + left: 0; + text-align: center; +} +#video-bg .arrow_bottom a{ + font-size: 72px; + color: rgba(255, 255, 255, 0.3); + transition:0.2s; +} +#video-bg .arrow_bottom a:hover{ + color: rgba(255, 255, 255, 0.8); +} +#video-bg .arrow_bottom a:active{ + color: rgba(255, 255, 255, 1); +} +#video-bg video{ + opacity: 0.7; +} .video_main { background-color: #0080ca; z-index: -1000; -- libgit2 0.21.4