Commit 90bfec98 authored by Sergey's avatar Sergey

Pages mailing and steps is done

parent b3b45c67
This diff is collapsed.
......@@ -450,6 +450,12 @@
<li>
<a href="post-vacancy-step4.html">Разместить вакансию - Шаг 4</a>
</li>
<li>
<a href="post-vacancy-step5.html">Разместить вакансию - Шаг 5</a>
</li>
<li>
<a href="mailing.html">Рассылка</a>
</li>
</ul>
</div>
</div>
......
......@@ -386,7 +386,7 @@
<p class="block-mb-blue" style="font-size: 14px;">Нажимая кнопку «Далее», Вы даёте своё согласие на обработку персональных данных</p>
<div class="transfer-steps">
<!-- <button type="button" class="other-button disabled" id="prev-step-resume">Назад</button> -->
<button type="button" class="main-button" id="next-step">Далее</button>
<a href="#" class="main-button" id="next-step">Далее</a>
</div>
</div>
</form>
......
......@@ -666,8 +666,8 @@
</div>
</form>
<div class="transfer-steps">
<button type="button" class="other-button" id="prev-step">Назад</button>
<button type="button" class="main-button" id="next-step">Далее</button>
<a href="#" class="other-button" id="prev-step">Назад</a>
<a href="#" class="main-button" id="next-step">Далее</a>
</div>
</div>
</div>
......
......@@ -391,8 +391,8 @@
</a>
</div>
<div class="transfer-steps block-mt-blue">
<button type="button" class="other-button" id="prev-step">Назад</button>
<button type="button" class="main-button" id="next-step">Далее</button>
<a href="#" class="other-button" id="prev-step">Назад</a>
<a href="#" class="main-button" id="next-step">Далее</a>
</div>
</div>
</div>
......
......@@ -401,7 +401,7 @@
<p class="block-mt-green" style="font-size: 14px;">Нажимая кнопку «Далее», Вы даёте своё согласие на обработку персональных данных</p>
<div class="transfer-steps block-mt-blue">
<!-- <button type="button" class="other-button disabled" id="prev-step-resume">Назад</button> -->
<button type="button" class="main-button" id="next-step">Далее</button>
<a href="#" class="main-button" id="next-step">Далее</a>
</div>
</div>
</form>
......
......@@ -661,8 +661,8 @@
</div>
</div>
<div class="transfer-steps">
<button type="button" class="other-button" id="prev-step">Назад</button>
<button type="button" class="main-button" id="next-step">Далее</button>
<a href="#" class="other-button" id="prev-step">Назад</a>
<a href="#" class="main-button" id="next-step">Далее</a>
</div>
</div>
</form>
......
......@@ -346,7 +346,7 @@
<a href="#" class="steps-post__step steps-post__step_disabled">Шаг 4. Моя вакансия</a>
</div>
<div class="block-mt-blue">
<form action="" name="post-vacancy-step2" id="post-vacancy-step2">
<form action="" name="post-vacancy-step3" id="post-vacancy-step3">
<div class="container-compressed">
<div class="block-mb-green">
<div class="block-post">
......@@ -461,18 +461,55 @@
</div>
</div>
</div>
<!-- <div class="block-mb-green">
</div> -->
<div class="block-mb-blue">
<div class="block-post">
<div class="row">
<div class="col-4">
<div class="block-post__name">
<p>Дополнительные требования:</p>
</div>
</div>
<div class="col-8">
<div class="row">
<div class="col-12">
<div class="block-checkbox">
<label for="no-criminal">
<input type="checkbox" id="no-criminal" name="additional-requirements" hidden="">
<div class="check"></div>
<p>Отсутствие судимостей</p>
</label>
</div>
</div>
<div class="col-12">
<div class="block-checkbox">
<label for="no-contraindication">
<input type="checkbox" id="no-contraindications" name="additional-requirements" hidden="">
<div class="check"></div>
<p>Отсутствие медицинских противопоказаний для осуществления физического труда</p>
</label>
</div>
</div>
<div class="col-12">
<div class="block-checkbox">
<label for="up-to-year">
<input type="checkbox" id="up-to-year" name="additional-requirements" hidden="">
<div class="check"></div>
<p>До 1 года</p>
</label>
</div>
</div>
<div class="col-12">
<label for="other-requirements">Другое</label>
<textarea name="other-requirements" id="other-requirements" style="height: 88px;"></textarea>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="transfer-steps">
<button type="button" class="other-button" id="prev-step">Назад</button>
<button type="button" class="main-button" id="next-step">Далее</button>
<a href="#" class="other-button" id="prev-step">Назад</a>
<a href="#" class="main-button" id="next-step">Далее</a>
</div>
</div>
</form>
......
This diff is collapsed.
This diff is collapsed.
......@@ -180,12 +180,12 @@
{
display: none;
}
.subscription form .other-position .button-text
.subscription form .other-position .button-text, .mailing form .other-position .button-text
{
margin-left: 0;
margin-top: 17px;
}
.subscription form .other-position
.subscription form .other-position, .mailing form .other-position
{
flex-direction: column;
}
......
......@@ -4762,7 +4762,7 @@ input[type="submit"]
// Страница Подписка
.subscription
.subscription, .mailing
{
form
{
......@@ -4771,6 +4771,14 @@ input[type="submit"]
margin-top: 0;
margin-bottom: 22px;
}
.col-4 .block-checkbox:last-child
{
margin-bottom: 0;
}
.col-4 .block-checkbox:first-child
{
margin-bottom: 22px;
}
.other-position
{
display: flex;
......@@ -4878,6 +4886,20 @@ input[type="submit"]
display: flex;
justify-content: space-between;
align-items: center;
&__left
{
display: flex;
align-items: center;
a:nth-child(2)
{
margin-left: 20px;
}
}
&__right
{
display: flex;
align-items: center;
}
.disabled
{
opacity: 0;
......@@ -5597,6 +5619,119 @@ hr
margin: 0;
}
// Таблица Тарифы
.rates
{
background-color: #fff;
border-top: 4px solid #dddce8;
box-shadow: 0 10px 20px 0 rgba(15,20,91,.1);
&-header
{
padding: 22px 20px;
&-row
{
display: flex;
justify-content: space-between;
align-items: center;
&-block
{
p
{
font-family: Raleway Bold;
font-size: 14px;
font-stretch: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal;
color: $color-primary;
}
}
}
}
&-content
{
&-row
{
padding: 22px 20px;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #dddce8;
}
&-row__price
{
align-items: flex-start;
}
}
&-opportunities-column, &-choice-column, &-price-column
{
display: flex;
justify-content: flex-start;
align-items: center;
width: 30%;
}
&-name-column, &-choice-value-column
{
display: flex;
justify-content: center;
align-items: center;
width: 14%;
}
&-price-value-column
{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
width: 14%;
.current-price-value
{
p
{
font-family: Montserrat Bold;
font-size: 16px;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: $color-primary;
}
}
.old-price-value
{
p
{
font-family: Montserrat Regular;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: $color-disabled;
position: relative;
}
p:before
{
content: "";
position: absolute;
width: 100%;
height: 2px;
background-color: #eb5757;
top: 8px;
left: 0;
right: 0;
}
}
}
label
{
margin: 0;
}
}
// Футер
......
......@@ -396,7 +396,7 @@
<label for="seller">
<input type="checkbox" id="seller" name="seller" hidden="">
<div class="check"></div>
<p>Не требуется</p>
<p>Продавец</p>
</label>
</div>
</div>
......
......@@ -12,7 +12,7 @@ const pages = ['index', 'articles', 'faq', 'vacancies-list', 'current-article',
'current-article-employer', 'service-rules-employer', 'access-account-employer', 'tariffs', 'password-recovery-employer', 'registration-employer',
'resumes-list', 'resumes-map', 'current-resume-employer', 'resume-paid', 'current-vacancy-employer', 'favorites-employer', 'my-vacancies',
'response-employer', 'response-vacancy-employer1', 'response-vacancy-employer2', 'employee-invitation', 'payment-services', 'invoice-payment', 'my-orders',
'post-vacancy-step1', 'post-vacancy-step2', 'post-vacancy-step3', 'post-vacancy-step4', 'post-vacancy-step5'];
'post-vacancy-step1', 'post-vacancy-step2', 'post-vacancy-step3', 'post-vacancy-step4', 'post-vacancy-step5', 'mailing', 'profile-employer', 'profile-editing-employer'];
const webpackConfig = {
context: path.resolve(__dirname, 'src'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment