Skip to content

Commit

Permalink
fix(user)修改部分样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Wade1080 committed Apr 4, 2024
1 parent 679e13b commit 6515ac0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/user/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ function User() {
<div className="flex">
<a href="#"
className="w-7 h-6 mr-8 text-[#B5B5B5] font-source-han-sans-sc text-sm font-normal leading-6">专栏</a>
<a href="#"
className="w-8 h-6 text-gray-900 font-source-han-sans-sc text-base font-medium leading-6 ">小课</a>
<div className={"flex-col"}>
<a href="#"
className="text-[#252525] text-3.5 font-500 lh-6">小课</a>
<div className={"ml-2.25 mt-1 w-2.75 h-1 border-rd-2 bg-[#45E1B8]"}></div>
</div>

</div>

{/* 内容区域 */}
Expand Down

0 comments on commit 6515ac0

Please sign in to comment.