摘要: 一、最终效果图 二、关键代码 html 代码: <div class="table_info"> <table border="0" cellspacing="0" cellpadding="0" style="width: 100%;"> <thead> <tr> <th>项目账号</th> <t 阅读全文
posted @ 2023-10-05 20:39 CrossPython 阅读(1914) 评论(0) 推荐(0) 编辑
摘要: Bootstrap中使用以下样式的类名,指定元素的padding和margin样式: {property}{sides}-{size} 其中 property的值为: - m:用于设置margin样式; - p :用于设置padding样式; 其中sides值指定样式适用的边,可选值为: - t : 阅读全文
posted @ 2023-10-05 14:58 CrossPython 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 2021年8月10日 1.响应式所具有的特点 (1)网页的宽度自动调整 (2)尽量少用绝对宽度 (3)字体要使用rem、em做为单位 (4)布局要使用浮动、弹性布局 2.规则 @chartset 定义编码 @import 引入css文件(css模块化) @font-face 自定义字体 @keyfr 阅读全文
posted @ 2023-10-05 14:29 CrossPython 阅读(9) 评论(0) 推荐(0) 编辑