add prod styles

This commit is contained in:
Sergey Krylov 2021-04-03 15:51:32 +03:00
parent 3ecbe62f35
commit 1ac87ee91a
6 changed files with 19 additions and 49 deletions

View File

@ -23,7 +23,7 @@
</div>
<div class="col-4 col-sm-2 col-lg header-phone-number-block" style="justify-content: center; border-right: 1px solid #fff; height: 100%">
<div style="display: flex; flex-direction: column; height: 100%; padding: 10px 0">
<div style="display: flex; flex-direction: column; height: 100%; padding: 10px 0; text-align: center;">
<a href="tel:+79269821494" class="col header-number">+7 (926) 982-14-94</a>
<a href="tel:+79257205654" class="col header-number">+7 (925) 720-56-54</a>
</div>

View File

@ -18,6 +18,8 @@
<select class="form-control" id="guest-holiday">
<option>День Рождения</option>
<option>Выпускной</option>
<option>Новый Год</option>
<option>Другое</option>
</select>
</div>
<div class="form-group col-md-6">

View File

@ -34,50 +34,6 @@
<?php
}
?>
<!-- <div class="packages-item">
<h3>Medium</h3>
<img src="<?php echo get_template_directory_uri() ?>/assets/img/holiday/icons/medium-1.svg" alt="">
<p class="packages-item__price">от <span>23 900</span> руб</p>
<p class="packages-item__descr">предложение рассчитано на 5 человек</p>
<ul>в программу входит:
<li>2 квеста</li>
<li>Прятки в темноте</li>
<li>Аренда большого конфренц-зала (1 час)</li>
<li>Украшение шарами</li>
<li>Мастер-класс на выбор</li>
</ul>
<a href="#order"><button class="btn btn-danger btn-round">Оставить заявку</button></a>
</div>
<div class="packages-item">
<h3>Maximum</h3>
<img src="<?php echo get_template_directory_uri() ?>/assets/img/holiday/icons/max-1.svg" alt="">
<p class="packages-item__price">от <span>23 900</span> руб</p>
<p class="packages-item__descr">предложение рассчитано на 5 человек</p>
<ul>в программу входит:
<li>2 квеста</li>
<li>Прятки в темноте</li>
<li>Аренда большого конфренц-зала (1 час)</li>
<li>Украшение шарами</li>
<li>Мастер-класс на выбор</li>
</ul>
<a href="#order"><button class="btn btn-danger btn-round">Оставить заявку</button></a>
</div>
<div class="packages-item">
<h3>Super</h3>
<img src="<?php echo get_template_directory_uri() ?>/assets/img/holiday/icons/super-1.svg" alt="">
<p class="packages-item__price">от <span>23 900</span> руб</p>
<p class="packages-item__descr">предложение рассчитано на 5 человек</p>
<ul>в программу входит:
<li>2 квеста</li>
<li>Прятки в темноте</li>
<li>Аренда большого конфренц-зала (1 час)</li>
<li>Украшение шарами</li>
<li>Мастер-класс на выбор</li>
</ul>
<a href="#order"><button class="btn btn-danger btn-round">Оставить заявку</button></a>
</div> -->
</div>
</div>
</div>

View File

@ -1,16 +1,29 @@
<div class="main">
<?php echo do_shortcode('[smartslider3 slider="7"]') ?>
<div class="slider-desktop"><?php echo do_shortcode('[smartslider3 slider="3"]') ?></div>
<div class="slider-mobile"><?php echo do_shortcode('[smartslider3 slider="4"]') ?></div>
</div>
<style>
.main{
height: 325px
}
#carousel {
max-height: 325px;
}
#carousel img {
max-height: 325px
}
@media screen and (max-width: 425px){
.main{
height: 180px;
margin-bottom: 10px;
}
#carousel{
display: none;
}
}
</style>

View File

@ -12,7 +12,7 @@
<div class="present-item__text">
<h3><?php the_field('emoji_1_title', 430) ?></h3>
<p><?php the_field('emoji_1_text', 430) ?></p>
<a href="<?php echo get_home_url() . '/holiday'?>"><button class="btn btn-danger btn-round">Узнать больше</button></a>
<a href="<?php echo get_page_link(35) ?>"><button class="btn btn-danger btn-round">Узнать больше</button></a>
</div>
</div>
@ -21,7 +21,7 @@
<div class="present-item__text">
<h3><?php the_field('emoji_2_title', 430) ?></h3>
<p><?php the_field('emoji_2_text', 430) ?></p>
<a href="<?php echo get_home_url() . '/holiday'?>"><button class="btn btn-danger btn-round">Узнать больше</button></a>
<a href="<?php echo get_page_link(24) ?>"><button class="btn btn-danger btn-round">Узнать больше</button></a>
</div>
</div>

View File

@ -10,7 +10,6 @@ get_header();
</div>
<?php
// get_template_part('parts/map-block');
get_template_part('parts/quests/compound');
get_footer();