52 lines
783 B
CSS
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;
|
|
} |