摘要: 菜鸟教程链接 基础表格 <template> <div class="container mt-3"> <h2>基础表格</h2> <p>.table 类来设置基础表格的样式:</p> <table class="table"> <thead> <tr> <th>Firstname</th> <th 阅读全文
posted @ 2024-03-28 17:28 ayubene 阅读(25) 评论(0) 推荐(0)
摘要: 菜鸟教程学习链接 字体颜色 Bootstrap 5 提供了一些有代表意义的颜色类:.text-muted, .text-primary, .text-success, .text-info, .text-warning, .text-danger, .text-secondary, .text-wh 阅读全文
posted @ 2024-03-28 15:49 ayubene 阅读(59) 评论(0) 推荐(0)
摘要: 菜鸟教程链接 Bootstrap 5 默认设置 Bootstrap 5 默认的 font-size 为 16px, line-height 为 1.5 默认的 font-family 为 "Helvetica Neue", Helvetica, Arial, sans-serif 此外,所有的 元素 阅读全文
posted @ 2024-03-28 14:14 ayubene 阅读(27) 评论(0) 推荐(0)
摘要: 菜鸟教程链接 Bootstrap 提供了一套响应式、移动设备优先的流式网格系统,随着屏幕或视口(viewport)尺寸的增加,系统会自动分为最多 12 列 规则 网格每一行需要放在设置了 .container (固定宽度) 或 .container-fluid (全屏宽度) 类的容器中,这样就可以自 阅读全文
posted @ 2024-03-28 11:51 ayubene 阅读(47) 评论(0) 推荐(0)