diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml index 45e6cd6..d2823fa 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/CreateProcedure.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateProcedure.cshtml index 1269586..91fd8ec 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateProcedure.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateProcedure.cshtml @@ -7,6 +7,31 @@

Создание процедуры

-
+ -
\ No newline at end of file +
+ +
+

+ Название: +

+ +
+ +
+

+ Комментарий: +

+ +
+ +
+
+
+
+ +
+
+ \ No newline at end of file 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/Views/Home/Medicaments.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Medicaments.cshtml index 2e9c30b..1217c28 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Medicaments.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Medicaments.cshtml @@ -61,7 +61,7 @@ При особом неврозе употребляйте каждый день и спина не будет болеть
- + diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Procedures.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Procedures.cshtml index 91057a5..31c7bb1 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Procedures.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Procedures.cshtml @@ -60,10 +60,11 @@ ммммммм - - - - + + + + + diff --git a/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css b/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css index 83ba528..646955c 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,69 @@ 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{ +.form-create-procedure{ + color: white; + background-color: rgb(149, 100, 197) +} + +.button-save-procedure { + width: 20vh; + height: 8vh; + background-color: rgb(70, 42, 98); + color: white; + transition: transform 0.3s; + box-shadow: 0px 4px 8px rgba(49, 29, 7); +} + +.procedure-info { + text-shadow: 0px 4px 8px rgba(49, 29, 7); +} + +.button-save-procedure:hover { + transform: scale(1.3); + color: white; + background-color: rgb(49, 29, 70); +} + +.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); /* , , , */ +}