Commit c22b230d1ad4d7e848a81c323a1a1ec78b8007af
1 parent
d04462e6
main
Showing
5 changed files
with
56 additions
and
5 deletions
Show diff stats
frontend/views/object/view.php
... | ... | @@ -15,10 +15,8 @@ |
15 | 15 | <div class="container object-view" style="margin-top: 25px;"> |
16 | 16 | <section class="no-mb"> |
17 | 17 | <div class="row"> |
18 | - <div class="col-md-12"> | |
19 | - <p class="lead"> | |
20 | - <?= $object->lang->upper_text ?> | |
21 | - </p> | |
18 | + <div class="col-md-12 lead"> | |
19 | + <p><?= $object->lang->upper_text ?></p> | |
22 | 20 | </div> |
23 | 21 | </div> |
24 | 22 | </section> | ... | ... |
frontend/views/site/green.php
... | ... | @@ -33,6 +33,15 @@ use yii\web\View; |
33 | 33 | </div> |
34 | 34 | </section> |
35 | 35 | |
36 | + <section class="no-mb"> | |
37 | + <div class="row"> | |
38 | + <div class="col-md-12"> | |
39 | + <div class="heading"> | |
40 | + <h3>Этапы подключения СЭС и "Зелёного тарифа"</h3> | |
41 | + </div> | |
42 | + </div> | |
43 | + </div> | |
44 | + </section> | |
36 | 45 | <section> |
37 | 46 | <div class="project owl-carousel"> |
38 | 47 | <div class="item"> |
... | ... | @@ -62,8 +71,8 @@ use yii\web\View; |
62 | 71 | <li>Государственная гарантия на действие «зелёного» тарифа действительна до 1 января 2030;</li> |
63 | 72 | <li>Размер «зелёного» тарифа фиксируется в момент запуска солнечной электростанции и действует до конца 2029;</li> |
64 | 73 | <li>«Зелёный» тариф установлен в Евро (рассчитывается ежеквартально по среднему курсу НБУ).</li> |
74 | + <li>Действующие ставки «зелёного» тарифа в Украине являются одними из самых высоких в Европе. «Зелёный» тариф для солнечных электростанций частных домохозяйств запущенных в эксплуатацию с 1 января 2017 по 31 декабря 2019 составляет 0.18 € / кВт ч.</li> | |
65 | 75 | </ul> |
66 | - <p>Действующие ставки «зелёного» тарифа в Украине являются одними из самых высоких в Европе. «Зелёный» тариф для солнечных электростанций частных домохозяйств запущенных в эксплуатацию с 1 января 2017 по 31 декабря 2019 составляет 0.18 € / кВт ч.</p> | |
67 | 76 | |
68 | 77 | </div> |
69 | 78 | </div> | ... | ... |
frontend/views/site/index.php
... | ... | @@ -43,6 +43,19 @@ $this->registerJs($js, View::POS_END); |
43 | 43 | <!-- тут место для слайдера --> |
44 | 44 | </section> |
45 | 45 | |
46 | + <section class="links-ses-for-wr"> | |
47 | + <div class="container"> | |
48 | + <div class="row"> | |
49 | + <div class="col-xs-12 col-sm-12 col-md-6 lsf-left"> | |
50 | + <p>Солнечные станции для <a href="site/individual">физических лиц</a></p> | |
51 | + </div> | |
52 | + <div class="col-xs-12 col-sm-12 col-md-6 lsf-right"> | |
53 | + <p>Солнечные станции для <a href="site/legal">юридических лиц</a></p> | |
54 | + </div> | |
55 | + </div> | |
56 | + </div> | |
57 | + </section> | |
58 | + | |
46 | 59 | <section class="blue-fon why-us-wr no-mg"> |
47 | 60 | <div class="container"> |
48 | 61 | <div class="heading text-center"> | ... | ... |
frontend/web/css/main.css
... | ... | @@ -532,6 +532,10 @@ section.bar.background-gray.steps-pre:before { |
532 | 532 | padding-left: 15px; |
533 | 533 | padding-right: 15px; |
534 | 534 | } |
535 | +.big-title1{ | |
536 | + text-transform: uppercase; | |
537 | + font-size: 24px; | |
538 | +} | |
535 | 539 | |
536 | 540 | /*heading breadcrumbs blue fon*/ |
537 | 541 | #heading-breadcrumbs{background-color: #0080ca;background-image: url(/img/slide_two_fon.png);} |
... | ... | @@ -553,10 +557,24 @@ section.bar.background-gray.steps-pre:before { |
553 | 557 | .box-image .name, .box-image .text{opacity:0;} |
554 | 558 | .box-image:hover .name, .box-image:hover .text{opacity:1;} |
555 | 559 | .owl-carousel .owl-wrapper-outer {border-radius: 5px;} |
560 | + | |
561 | +.links-ses-for-wr{margin:0;} | |
562 | +.links-ses-for-wr a{color: #00a1e9;text-decoration: underline;} | |
563 | +.links-ses-for-wr .container{padding-top: 18px;padding-bottom: 20px;} | |
564 | +.links-ses-for-wr .container .row{height: 60px;display: flex;justify-content: center;align-items: center;text-transform: uppercase;font-weight: bold;font-size: 14.5px;} | |
565 | +.links-ses-for-wr .container .row .lsf-left{text-align: right;border-right: 2px solid #e4e4e4;padding-right: 30px;} | |
566 | +.links-ses-for-wr .container .row .lsf-right{text-align: left;padding-left: 30px;} | |
567 | +.links-ses-for-wr .container .row .lsf-left p{background-image: url(/img/icon1_prv.png);} | |
568 | +.links-ses-for-wr .container .row .lsf-right p{background-image: url(/img/icon2_prv.png);} | |
569 | +.links-ses-for-wr .container .row p{display: inline-block;background-position: top left;background-repeat: no-repeat;padding: 13px 0 13px 58px;} | |
570 | + | |
571 | + | |
556 | 572 | @media(min-width:1200px){ |
573 | + .links-ses-for-wr .container .row p {margin: 7px 20px;} | |
557 | 574 | .main-slider {min-height: 620px;} |
558 | 575 | } |
559 | 576 | @media(min-width:992px){ |
577 | + .links-ses-for-wr .container .row p {margin: 7px 0px;} | |
560 | 578 | p.coord1{margin-top:-30px;} |
561 | 579 | } |
562 | 580 | @media(min-width:992px) and (max-width:1199px){ |
... | ... | @@ -588,6 +606,18 @@ section.bar.background-gray.steps-pre:before { |
588 | 606 | .main-slider .carousel-control{width:15%;} |
589 | 607 | } |
590 | 608 | @media(max-width:991px){ |
609 | + .links-ses-for-wr .container .row{flex-direction: column;height: initial;} | |
610 | + .links-ses-for-wr .container .row .lsf-left, .links-ses-for-wr .container .row .lsf-right { | |
611 | + text-align: left; | |
612 | + border-right: none; | |
613 | + padding-right: 15px; | |
614 | + padding-left: 15px; | |
615 | + } | |
616 | + .links-ses-for-wr .container { | |
617 | + padding-top: 10px; | |
618 | + padding-bottom: 12px; | |
619 | + } | |
620 | + .links-ses-for-wr .container .row p{margin-bottom:0;} | |
591 | 621 | #footer .container > div {margin-bottom: 20px;} |
592 | 622 | .background-kben.block-why, .head_video_buttons{margin-top: 30px;} |
593 | 623 | .pr_cover { |
... | ... | @@ -763,6 +793,7 @@ section.bar.background-gray.steps-pre:before { |
763 | 793 | font-size: 3vw; |
764 | 794 | line-height: 125%; |
765 | 795 | } |
796 | + .links-ses-for-wr .container .row{font-size:4vw;} | |
766 | 797 | } |
767 | 798 | @media(max-width:280px) { |
768 | 799 | .pr_cover {width:109%;} | ... | ... |
frontend/web/img/slt03.jpg