@@ -14,6 +14,7 @@ import Layout from "#layouts/Layout.astro";
|
||||
|
||||
<div id="OEA_input">
|
||||
|
||||
<div class="OEA_zeile1">
|
||||
<div class="OEA_item1">
|
||||
<div class="OEA_title1">Gebäudetyp</div>
|
||||
<select class="OEA_auswahl1" id="OEA_changeTyp">
|
||||
@@ -37,7 +38,10 @@ import Layout from "#layouts/Layout.astro";
|
||||
<option value="Aushangpflicht">Aushangpflicht</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="OEA_zeile2">
|
||||
<div class="OEA_item3">
|
||||
<div class="OEA_title2">Baujahr</div>
|
||||
<select class="OEA_auswahl2" id="changeBaujahr">
|
||||
@@ -64,6 +68,7 @@ import Layout from "#layouts/Layout.astro";
|
||||
<option value="1">unsaniert</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="OEA_item6 result">
|
||||
<div id="OEA_result">
|
||||
@@ -98,7 +103,7 @@ import Layout from "#layouts/Layout.astro";
|
||||
@apply bg-white p-6 rounded-lg shadow-lg space-y-6;
|
||||
|
||||
#OEA_input {
|
||||
@apply space-y-4 flex flex-row;
|
||||
@apply space-y-4;
|
||||
|
||||
.OEA_item1, .OEA_item2, .OEA_item3, .OEA_item4, .OEA_item5 {
|
||||
@apply space-y-2;
|
||||
@@ -108,6 +113,10 @@ import Layout from "#layouts/Layout.astro";
|
||||
}
|
||||
}
|
||||
|
||||
.OEA_zeile1, .OEA_zeile2 {
|
||||
@apply flex flex-row;
|
||||
}
|
||||
|
||||
.OEA_title1 {
|
||||
@apply bg-blue-900;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user