Files
ClassContent/历届学生/张家敏/2019-10-15/css/index.css
2024-09-27 02:06:13 +08:00

102 lines
1.4 KiB
CSS

.banner {
height: 595px;
background: url("../img/b_02.png");
background-position: center center;
margin-bottom: 40px;
}
.center {
position: relative;
width: 1200px;
margin: 0 auto;
}
.banner ul {
width: 328px;
position: absolute;
left: 0;
top: 300px;
}
.banner ul li{
float: left;
margin-right: 25px;
font-size: 18px;
color: #fff;
margin-bottom: 11px;
list-style: url("../img/yuan.png");
}
.ce {
text-align: center;
}
.ce .ddd {
font-size: 18px;
color: #333;
margin-top: 34px;
text-align: left;
text-indent: 40px;
margin-bottom: 100px;
}
.info {
width: 438px;
height: 438px;
background: url("../img/b_01.png");
margin: 0 auto;
position: relative;
}
.yuan {
width: 126px;
height: 126px;
border-radius: 50%;
position: absolute;
color: #fff;
text-align: center;
}
.yuan span {
margin-top: 43px;
display: inline-block;
}
.one {
background: yellow;
}
.two {
background: gray;
right: -11px;
top: 27px;
}
.three {
background: blue;
bottom: 0;
}
.four {
background: palevioletred;
right: 0;
bottom: 0;
}
.sjln {
margin-bottom: 100px;
}
.left {
float: left;
margin-left: 279px;
}
.right {
margin-right: 94px;
float: right;
}
.item-list {
margin-top: 80px;
overflow: hidden;
}
.item-list h2{
text-align: left;
color: #168dc5;
font-weight: bolder;
}
.left p{
font-size: 18px;
line-height: 32px;
}
.fff{
background: #c3c3c3;
padding: 26px 0;
}