项目基本完成

This commit is contained in:
twinkle255
2023-06-20 23:35:50 +08:00
parent 36fb46cdf8
commit 511a8b2eaa
83 changed files with 2282 additions and 44 deletions

View File

@@ -1,8 +0,0 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.business {
}

28
UI/scss/businessList.scss Normal file
View File

@@ -0,0 +1,28 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.business {
}
.CornerLabels{
@apply w-10 h-10 bg-red-600 text-white text-xl rounded-full flex justify-center items-center absolute -right-4 -top-3;
}
.ListBar{
@apply w-full p-6 select-none flex items-center cursor-pointer border-solid border-b border-gray-300;
}
.Text{
@apply text-2xl text-gray-500 font-medium leading-relaxed mt-1;
}
.TextTittle{
@apply text-3xl text-gray-600 font-semibold leading-relaxed;
}
.BottomBar{
@apply flex flex-col justify-center items-center text-[#999] select-none cursor-pointer
}