Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +16 -20
nutri_call.html
CHANGED
|
@@ -910,29 +910,25 @@ legend {
|
|
| 910 |
|
| 911 |
|
| 912 |
|
| 913 |
-
<fieldset class="calculation-box">
|
| 914 |
-
|
| 915 |
-
|
| 916 |
-
|
| 917 |
-
|
| 918 |
-
<div class="input-
|
| 919 |
-
<
|
| 920 |
-
|
| 921 |
-
|
| 922 |
-
|
| 923 |
-
|
| 924 |
-
|
| 925 |
-
|
| 926 |
-
|
| 927 |
-
</div>
|
| 928 |
</div>
|
| 929 |
</div>
|
| 930 |
-
|
| 931 |
-
<!-- Кнопка "Рассчитать" -->
|
| 932 |
-
<button id="calculate-btn">Рассчитать</button>
|
| 933 |
</div>
|
| 934 |
-
</
|
| 935 |
-
|
| 936 |
|
| 937 |
|
| 938 |
|
|
|
|
| 910 |
|
| 911 |
|
| 912 |
|
| 913 |
+
<fieldset class="calculation-box">
|
| 914 |
+
<legend>Расчёт удобрений</legend>
|
| 915 |
+
<div class="calculation-container">
|
| 916 |
+
<div class="compensation-section">
|
| 917 |
+
|
| 918 |
+
<div class="input-column">
|
| 919 |
+
<button id="calculate-btn">Рассчитать</button>
|
| 920 |
+
<div class="input-group">
|
| 921 |
+
<label for="liters-input">Литры:</label>
|
| 922 |
+
<input type="number" id="liters-input" value="100" min="1" step="1">
|
| 923 |
+
</div>
|
| 924 |
+
<div class="input-group">
|
| 925 |
+
<label for="rounding-precision">Точность:</label>
|
| 926 |
+
<input type="number" id="rounding-precision" value="3" min="0" max="3" step="1">
|
|
|
|
| 927 |
</div>
|
| 928 |
</div>
|
|
|
|
|
|
|
|
|
|
| 929 |
</div>
|
| 930 |
+
</fieldset>
|
| 931 |
+
|
| 932 |
|
| 933 |
|
| 934 |
|