Files
CompanyProject/衣莎项目/源码/衣莎官网源码/css/page/distribution.css
2024-09-27 01:32:49 +08:00

52 lines
783 B
CSS

@import "../pubilc/_mian.css";
.wheel{
height: 491px;
width: 100%;
}
/* 地图 */
#allmap{
height: 100%;
width: 100%;
}
/* 内容 */
.dis-row{
width: 1190px;
margin: 80px auto 0;
}
.dis-row h4{
text-align: center;
}
.disul{
margin-top: 60px;
}
.disul li{
float: left;
width: 286px;
height: 150px;
background: #ffffff;
margin-right: 15px;
border-radius: 15px;
}
.disul li:nth-child(4n){
margin-right: 0px;
}
.disul li:nth-child(n+5){
margin-top: 15px;
}
.disli h5{
font-size: 20px;
color: #333333;
margin-bottom: 15px;
font-weight: 500;
}
.disli p{
font-family: MicrosoftYaHei;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
line-height: 25px;
letter-spacing: 0px;
color: #666666;
}