拉勾网主页面HTML+CSS布局代码,commen.css+reset.css代码部分

HTML页面布局位置:链接: link.

commen.css

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
    color: black;
}

input {
    border: 0;
    outline: none;
}

.ctr {
    margin: 0 auto;
    width: 1206px;
}

.clearfix:after{
    content: "";
    height: 0;
    line-height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.greenColor {
    color: #00B38A;
}

button {
    border: 0;
    outline: none;
}

reset.css

html {
    background-color: #ffffff;
    color: #000000;
}

* {
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em,
strong,
b,
u,
i {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3 {
    font-size: 100%;
    font-weight: normal;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
    /*兼容IE*/
}

img {
    border: 0 none;
}

input {
    border: 0;
}
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值