3 Star 0 Fork 0

jing/练习

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
reset.css 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
李智奥 提交于 2022-08-13 14:19 . 修改编辑图片回显问题
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
margin: 0;
padding: 0;
}
body,
button,
input,
select,
textarea {
font: 12px/1.5 tahoma, arial, \5b8b\4f53;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
}
address,
cite,
dfn,
em,
var {
font-style: normal;
}
code,
kbd,
pre,
samp {
font-family: couriernew, courier, monospace;
}
small {
font-size: 12px;
}
ul,
ol {
list-style: none;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}
legend {
color: #000;
}
fieldset,
img {
border: 0;
}
button,
input,
select,
textarea {
font-size: 100%;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* 右浮动 */
.right {
float: right;
}
/* 左浮动 */
.left {
float: left;
}
/* 表单文字溢出隐藏,用...显示 */
table td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.table-fix {
table-layout: fixed;
}
/* 清除浮动 */
.clearfix:after {
content: "";
display: table;
height: 0;
visibility: both;
clear: both;
}
.clearfix {
*zoom: 1;
}
.orange{
color: orange;
}
img{
width: 250px;
height: 250px;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang-liangjing/group-9.git
git@gitee.com:wang-liangjing/group-9.git
wang-liangjing
group-9
练习
第九组实战项目

搜索帮助