Commit ed69c999 by DESKTOP-E3GSHH7\myhr

ใส่ border ให้ภาพ

parent 21993aa7
...@@ -41,4 +41,7 @@ ...@@ -41,4 +41,7 @@
background-color: rgb(21, 76, 156) !important; background-color: rgb(21, 76, 156) !important;
border-color: rgb(21, 76, 156) !important; border-color: rgb(21, 76, 156) !important;
color: #FFFFFF !important; color: #FFFFFF !important;
} }
\ No newline at end of file .border-color{
border: 8px solid rgb(255, 255, 255);
}
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
</div> </div>
<ng-template #articleModel let-modal> <ng-template #articleModel let-modal>
<div class="modal-headtitle ti-modal-header flex justify-between items-center p-4"> <div class="modal-headtitle ti-modal-header flex justify-between items-center p-4" style="background-color: #fefbfb;">
<h3 class="modal-title text-sm font-semibold text-defaulttextcolor" id="mail-ComposeLabel">{{ 'Create' | <h3 class="modal-title text-sm font-semibold text-defaulttextcolor" id="mail-ComposeLabel">{{ 'Create' |
translate }}{{ 'บทความ' | translate }} translate }}{{ 'บทความ' | translate }}
</h3> </h3>
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
<div class="xl:col-span-12 col-span-12 justify-items-center"> <div class="xl:col-span-12 col-span-12 justify-items-center">
<div class="relative w-[300px] h-[200px] overflow-hidden rounded-md group mx-auto"> <div class="relative w-[300px] h-[200px] overflow-hidden rounded-md group mx-auto">
<img [src]="selectModel.getPicture()" alt="Profile Picture" <img [src]="selectModel.getPicture()" alt="Profile Picture"
class="w-full h-full block transition-all duration-300 ease-in-out group-hover:blur-md"> class="w-full h-full block transition-all duration-300 ease-in-out group-hover:blur-md border-color">
<div <div
class="absolute inset-0 flex items-center justify-center bg-black bg-opacity-30 opacity-0 transition-opacity duration-300 ease-in-out group-hover:opacity-100 cursor-pointer" class="absolute inset-0 flex items-center justify-center bg-black bg-opacity-30 opacity-0 transition-opacity duration-300 ease-in-out group-hover:opacity-100 cursor-pointer"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment