Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Frontend: CSS - Tailwind CSS #402

Open
hhstore opened this issue Jun 13, 2023 · 11 comments
Open

Web Frontend: CSS - Tailwind CSS #402

hhstore opened this issue Jun 13, 2023 · 11 comments

Comments

@hhstore
Copy link
Owner

hhstore commented Jun 13, 2023

related:

@hhstore
Copy link
Owner Author

hhstore commented Jun 13, 2023

前端流行样式方案: Tailwind CSS

  • https://tailwindcss.com/
  • 经常用, 但一直没做总结.
  • 随用随忘. (记忆力大不如前)
  • 故把常用的一些 CSS 样式效果, 整理个 CheatSheet.

cheatsheet:

@hhstore
Copy link
Owner Author

hhstore commented Jun 13, 2023

Tailwind 常用样式:

@hhstore
Copy link
Owner Author

hhstore commented Jun 13, 2023

布局: Layout

Flex:

行: Row

<div class="flex flex-row ...">
  <div>01</div>
  <div>02</div>
  <div>03</div>
</div>

列: Column

<div class="flex flex-col ...">
  <div>01</div>
  <div>02</div>
  <div>03</div>
</div>

网格: Grid

@hhstore
Copy link
Owner Author

hhstore commented Jun 13, 2023

@hhstore
Copy link
Owner Author

hhstore commented Jun 13, 2023

尺寸表:

w-full


w-screen

@hhstore
Copy link
Owner Author

hhstore commented Jun 13, 2023

@hhstore
Copy link
Owner Author

hhstore commented Jun 13, 2023

@hhstore
Copy link
Owner Author

hhstore commented Jun 13, 2023

@hhstore
Copy link
Owner Author

hhstore commented Jun 13, 2023

元素特效: Transition/Transform

翻转:

@hhstore
Copy link
Owner Author

hhstore commented Jun 13, 2023

@hhstore
Copy link
Owner Author

hhstore commented Jun 13, 2023

icon:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant