小bug修改,添加了整理了scss样式

This commit is contained in:
twinkle255
2023-06-21 00:02:09 +08:00
committed by myh
parent b50bf299e4
commit 2318325519
3 changed files with 55 additions and 28 deletions

27
UI/scss/businessInfo.scss Normal file
View File

@@ -0,0 +1,27 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
//@layer components {
// .FoodList{
// @apply w-full box-border mx-3 my-8 p-1.25/1 select-none flex justify-between items-center;
// }
// .Bar{
// @apply fa fa-plus-circle fa-2x mx-3 text-blue-500 cursor-pointer;
// }
//}
.FoodName{
@apply text-3xl mx-3 font-semibold text-gray-600;
}
.FoodBriefIntro{
@apply text-2xl leading-loose mx-3 font-normal text-gray-500 mt-1;
}
.FoodNumber{
@apply text-2xl text-gray-500 mx-3 font-normal mt-1;
}

View File

@@ -1,4 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;