feature: my page
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<div class="w-full rounded-[20px] p-4 bg-[#F5F7FA] border border-[#E2E8F0] shadow-sm flex items-center gap-4">
|
||||
<div class="w-full rounded-[24px] p-5 bg-gradient-to-br from-[#FFF9E8] to-[#FFFDF8] shadow-[0_8px_24px_rgba(15,23,42,0.04)] flex items-center gap-4">
|
||||
<div class="flex-1">
|
||||
<h4 class="font-bold text-[#1E293B] text-[14px] mb-1.5">Bạn có biết?</h4>
|
||||
<p class="text-[12px] text-[#475569] font-medium leading-relaxed">
|
||||
<h4 class="font-bold text-[#F59E0B] text-[15px] mb-1.5">Bạn có biết?</h4>
|
||||
<p class="text-[13px] text-[#5B6475] font-medium leading-[1.6]">
|
||||
Một lời cảm ơn chân thành có thể nhân đôi động lực làm việc của đồng nghiệp!
|
||||
</p>
|
||||
</div>
|
||||
<div class="w-6 h-6 bg-white rounded-full flex items-center justify-center shrink-0 shadow-sm border border-[#E2E8F0]">
|
||||
<span class="text-lg drop-shadow-sm">💡</span>
|
||||
<div class="w-11 h-11 bg-white rounded-full flex items-center justify-center shrink-0 shadow-[0_4px_16px_rgba(245,158,11,0.15)] relative">
|
||||
<div class="absolute inset-0 bg-[#F59E0B] rounded-full blur-md opacity-20"></div>
|
||||
<span class="text-[22px] drop-shadow-sm relative z-10">💡</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user