Поправил кнопочки
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
@layout OtchislenieLayout
|
@layout OtchislenieLayout
|
||||||
@using BlazorPageScript
|
@using BlazorPageScript
|
||||||
|
|
||||||
<PageScript Src="./Components/Pages/Questionnaire.razor.js" />
|
<PageScript Src="./Components/Pages/Questionnaire.razor.js"/>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.knobs, .layer {
|
.knobs, .layer {
|
||||||
@@ -131,17 +131,23 @@
|
|||||||
<input class="join-item btn bg-white w-1/5" type="radio" name="kurs" aria-label="4"/>
|
<input class="join-item btn bg-white w-1/5" type="radio" name="kurs" aria-label="4"/>
|
||||||
<input class="join-item btn bg-white w-1/5" type="radio" name="kurs" aria-label="5"/>
|
<input class="join-item btn bg-white w-1/5" type="radio" name="kurs" aria-label="5"/>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="text-center text-2xl justify-center my-4">Платник?</h2>
|
<div class="flex justify-center gap-12 items-center">
|
||||||
<div class="button-custom r" id="button-custom-1">
|
<div>
|
||||||
<input type="checkbox" id="paidCheckbox" class="checkbox-custom"/>
|
<h2 class="text-center text-2xl justify-center my-4">Платник?</h2>
|
||||||
<div class="knobs"></div>
|
<div class="button-custom r" id="button-custom-1">
|
||||||
<div class="layer rounded-full" style="background-color: white;"></div>
|
<input type="checkbox" id="paidCheckbox" class="checkbox-custom"/>
|
||||||
</div>
|
<div class="knobs"></div>
|
||||||
<h2 class="text-center text-2xl justify-center my-4">Заочник?</h2>
|
<div class="layer rounded-full" style="background-color: white;"></div>
|
||||||
<div class="button-custom r" id="button-custom-2">
|
</div>
|
||||||
<input type="checkbox" id="ochnoCheckbox" class="checkbox-custom"/>
|
</div>
|
||||||
<div class="knobs"></div>
|
<div>
|
||||||
<div class="layer rounded-full" style="background-color: white;"></div>
|
<h2 class="text-center text-2xl justify-center my-4">Заочник?</h2>
|
||||||
|
<div class="button-custom r" id="button-custom-2">
|
||||||
|
<input type="checkbox" id="ochnoCheckbox" class="checkbox-custom"/>
|
||||||
|
<div class="knobs"></div>
|
||||||
|
<div class="layer rounded-full" style="background-color: white;"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="text-center text-2xl justify-center my-4">Номер</h2>
|
<h2 class="text-center text-2xl justify-center my-4">Номер</h2>
|
||||||
<div class="relative rounded-full justify-center mx-auto">
|
<div class="relative rounded-full justify-center mx-auto">
|
||||||
@@ -161,7 +167,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="join w-full mt-4 flex gap-2">
|
<div class="join w-full mt-4 flex gap-2">
|
||||||
<button onclick="exit_modal.showModal()"
|
<button onclick="exit_modal.showModal()"
|
||||||
class="relative btn btn-primary rounded-full flex-grow-0 w-[3rem] h-[3rem]">
|
class="relative btn btn-primary rounded-full flex-grow-0 w-[3rem] h-[3rem]">
|
||||||
<img class="absolute p-3" src="img/exit.svg" alt=""/>
|
<img class="absolute p-3" src="img/exit.svg" alt=""/>
|
||||||
|
|||||||
Reference in New Issue
Block a user