Поправил кнопочки
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,18 +131,24 @@
|
|||||||
<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>
|
||||||
|
<div class="flex justify-center gap-12 items-center">
|
||||||
|
<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="button-custom r" id="button-custom-1">
|
<div class="button-custom r" id="button-custom-1">
|
||||||
<input type="checkbox" id="paidCheckbox" class="checkbox-custom"/>
|
<input type="checkbox" id="paidCheckbox" class="checkbox-custom"/>
|
||||||
<div class="knobs"></div>
|
<div class="knobs"></div>
|
||||||
<div class="layer rounded-full" style="background-color: white;"></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="button-custom r" id="button-custom-2">
|
<div class="button-custom r" id="button-custom-2">
|
||||||
<input type="checkbox" id="ochnoCheckbox" class="checkbox-custom"/>
|
<input type="checkbox" id="ochnoCheckbox" class="checkbox-custom"/>
|
||||||
<div class="knobs"></div>
|
<div class="knobs"></div>
|
||||||
<div class="layer rounded-full" style="background-color: white;"></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">
|
||||||
<div class="absolute top-2 left-0 flex items-center pl-3">
|
<div class="absolute top-2 left-0 flex items-center pl-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user