From 2b8a670018e2c777ef84628d4ed3b853eccb61cf 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:47:38 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB?= =?UTF-8?q?=D0=B0=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B=20=D1=81=D0=BE=D0=B7?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B8=20=D1=81=D0=BF=D0=B8?= =?UTF-8?q?=D1=81=D0=BA=D0=B0=20=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD=D1=8B=D1=85?= =?UTF-8?q?=20=D1=81=D1=83=D1=89=D0=BD=D0=BE=D1=81=D1=82=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Home/CreateMedicament.cshtml | 2 +- .../Views/Home/CreateProcedure.cshtml | 29 +++++++++++++++++-- .../Views/Home/Medicaments.cshtml | 2 +- .../Views/Home/Procedures.cshtml | 9 +++--- .../wwwroot/css/site.css | 26 ++++++++++++++++- 5 files changed, 59 insertions(+), 9 deletions(-) diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml index 85007bc..d2823fa 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/CreateMedicament.cshtml @@ -44,8 +44,8 @@ -
+

Выбор симптома: 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/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 880d2d7..646955c 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css +++ b/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css @@ -68,7 +68,7 @@ body { color: white; } -.proc-list{ +.proc-list { border: dashed; } @@ -78,6 +78,30 @@ body { background-color: rgb(6, 25, 16); } +.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;