今日所学内容
自主完成了login.html页面,
css样式如下:
.h {
height: 104px;
border-bottom: 2px solid #c81523;
}
.box1 {
position: relative;
height: 399px;
background: url(../upload/login-bc.webp) no-repeat;
background-size:cover;
}
.box1 div {
margin: 20px 0 20px 25px;
}
.denglu {
position: absolute;
top:50px;
right: 80px;
width: 250px;
height: 250px;
background-color: #fff;
}
h3 {
font-weight: 700;
color: black;
margin:20px 0 10px 25px;
}
.zhanghu {
width: 200px;
height: 25px;
border: 1px solid ;
}
.mima {
width: 200px;
height: 25px;
border: 1px solid ;
}
.zhanghu>span,
.mima>span {
padding: 5px;
background-color: #ccc;
}
input {
width: 150px;
height: 30px;
color: #ffffff;
text-align: center;
background-color: #FF0000;
margin:0px 0 10px 50px;
border: 0;
}
.bangzhu {
font-size: 12px;
padding-left: 40px;
}
|