From 3a8021f9b3cdca382ab53d6638ee376060b19cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=91=D0=B0=D0=BA=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D1=81=D0=BA=D0=B0=D1=8F?= Date: Wed, 1 May 2024 13:29:44 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=BF=D0=B8=D0=BB=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D1=84=D0=BE=D1=80=D0=BC=D1=83=20=D1=81=D0=BE=D0=B7?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BB=D0=B5=D0=BA=D0=B0=D1=80?= =?UTF-8?q?=D1=81=D1=82=D0=B2=20=D0=B8=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=20=D0=BF=D0=BE=20=D0=BA=D1=80=D0=B0=D1=81?= =?UTF-8?q?=D0=BE=D1=82=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Home/CreateMedicament.cshtml | 43 +++----------- .../Views/Home/CreateRecipe.cshtml | 4 +- .../wwwroot/css/site.css | 57 +++++++++++++------ 3 files changed, 50 insertions(+), 54 deletions(-) diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml index 45e6cd6..85007bc 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml @@ -9,7 +9,7 @@
-
+

@@ -33,7 +33,7 @@ Выбор процедуры:

+
+
+ +

Выбор симптома:

- - @*
- - - - - - - - @{ - int cRows = 20; - for (int i = 1; i <= cRows; i++) - { - - - - - } - } - -
- Выбранное из процедур: -
Процедура № @i - - - - - -
- -
*@
diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateRecipe.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateRecipe.cshtml index 5ae840c..962e879 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateRecipe.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateRecipe.cshtml @@ -9,7 +9,7 @@ -
+

@@ -45,7 +45,7 @@

-
+
diff --git a/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css b/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css index 83ba528..880d2d7 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css +++ b/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css @@ -1,24 +1,24 @@ html { - font-size: 14px; + font-size: 14px; } @media (min-width: 768px) { - html { - font-size: 16px; - } + html { + font-size: 16px; + } } .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus { - box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb; + box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb; } html { - position: relative; - min-height: 100%; + position: relative; + min-height: 100%; } body { - margin-bottom: 60px; + margin-bottom: 60px; } .bi-edit-pen { @@ -27,9 +27,9 @@ body { transition: transform 0.3s; } -.bi-edit-pen:hover{ - transform: scale(1.5); -} + .bi-edit-pen:hover { + transform: scale(1.5); + } .bi-cart-delete { color: red; @@ -37,12 +37,21 @@ body { transition: transform 0.3s; } -.form-create-recipe{ +.form-create-recipe { color: white; background-color: rgb(66, 132, 112) -}S +} -.create-recipe{ +.form-create-medicament { + color: white; + background-color: rgb(65, 154, 162) +} + +.recipe-info { + text-shadow: 0px 4px 8px rgba(6, 25, 16, 0.8); +} + +.create-recipe { background-color: rgb(145, 195, 128) } @@ -54,31 +63,45 @@ body { transition: transform 0.3s; } -.table-recipe-create{ +.table-recipe-create { font-size: 2.5vh; color: white; } +.proc-list{ + border: dashed; +} + .button-save-recipe:hover { transform: scale(1.3); color: white; background-color: rgb(6, 25, 16); } -.button-save-recipe{ +.button-save-recipe { width: 20vh; height: 8vh; background-color: rgb(16, 58, 39); color: white; transition: transform 0.3s; + box-shadow: 0px 4px 8px rgba(6, 25, 16, 0.8); } .button-save-medicament:hover { transform: scale(1.3); color: white; + background-color: rgb(26, 67, 71) } .button-save-medicament { + width: 20vh; + height: 8vh; color: white; transition: transform 0.3s; -} \ No newline at end of file + background-color: rgb(40, 92, 97); + box-shadow: 0px 4px 8px rgba(26, 67, 71, 1); /* , , , */ +} + +.medicament-info { + text-shadow: 0px 4px 8px rgba(26, 67, 71, 1); /* , , , */ +}