From 127c2cb326105d8eaa13e9c20abb2ce83ed3b0c5 Mon Sep 17 00:00:00 2001 From: mmrbnjd Date: Tue, 28 May 2024 21:22:35 +0330 Subject: [PATCH] ... --- Back/Back.csproj | 2 +- .../Pages/UserPanel/InvoiceItem.razor | 21 +++---- TaxPayerFull/Program.cs | 4 +- TaxPayerFull/wwwroot/css/app.css | 60 +++++++++++++++++++ 4 files changed, 70 insertions(+), 17 deletions(-) diff --git a/Back/Back.csproj b/Back/Back.csproj index a6bcdd4..52705f9 100644 --- a/Back/Back.csproj +++ b/Back/Back.csproj @@ -35,7 +35,7 @@ - ..\..\..\LocalGit\TaxPayerTools\Service\bin\Debug\Service.dll + ..\..\Dlls\Service.dll diff --git a/TaxPayerFull/Pages/UserPanel/InvoiceItem.razor b/TaxPayerFull/Pages/UserPanel/InvoiceItem.razor index a6b288e..4e59926 100644 --- a/TaxPayerFull/Pages/UserPanel/InvoiceItem.razor +++ b/TaxPayerFull/Pages/UserPanel/InvoiceItem.razor @@ -22,20 +22,13 @@ @if (InvoiceID == 0 || InvoiceID == null ? false : true) {
-
- -
-
- -
-
- -
-
- -
-
- + +
+ + + + +

diff --git a/TaxPayerFull/Program.cs b/TaxPayerFull/Program.cs index f8805c2..628e6c3 100644 --- a/TaxPayerFull/Program.cs +++ b/TaxPayerFull/Program.cs @@ -34,9 +34,9 @@ builder.Services.AddScoped(sp => new UserAuthenticationDTO() }) ; -//builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("https://localhost:7075/api/") }); +builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("https://localhost:7075/api/") }); -builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://localhost:5271/api/") }); +//builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://localhost:5271/api/") }); CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("fa-Ir"); diff --git a/TaxPayerFull/wwwroot/css/app.css b/TaxPayerFull/wwwroot/css/app.css index 54a8aa3..06d333a 100644 --- a/TaxPayerFull/wwwroot/css/app.css +++ b/TaxPayerFull/wwwroot/css/app.css @@ -101,3 +101,63 @@ a, .btn-link { code { color: #c02d76; } + + + +.multi-button { + background-color: white; + border: 1px solid white; + border-radius: 14px; + padding: 7px; + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 15px 0 rgba(0, 0, 0, 0.1); + place-items: center; +} + +#cut { + background-color: rgb(85,131,241); + border: 1px solid rgb(85,131,241); +} + +#cut { + background-color: rgb(85,131,241); + border: 1px solid rgb(85,131,241); +} + +#copy { + background-color: rgb(39,166,75); + border: 1px solid rgb(39,166,75); +} + +#paste { + background-color: rgb(242,185,42); + border: 1px solid rgb(242,185,42); +} +#sred { + background-color: rgb(242 42 42); + border: 1px solid rgb(242 42 42); +} +#sred1 { + background-color: #ff7373; + border: 1px solid #ff7373; +} + +.button { + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.09), 0 6px 15px 0 rgba(0, 0, 0, 0.09); + padding: 10px 17px 10px 17px; + font: 15px Ubuntu; + color: white; + border-radius: 7px; +} .button span { + cursor: pointer; + display: inline-block; + position: relative; + transition: 0.5s; + } .button:hover span { + padding-right: 25px; + } .button:hover span:after { + opacity: 1; + right: 0; + } + + +