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

86 lines
1.6 KiB
CSS

@import "../pubilc/_mian.css";
.wheel{
height: 350px;
width: 100%;
}
/* 内容 */
.about-j{
width: 1190px;
margin: 70px auto 0;
}
.about-j ul li{
float: left;
height: 81px;
border-right: 1px solid #ebebeb;
text-align: center;
width: 33%;
}
.about-j ul li:last-child{
border-right:0;
}
.about-j ul li h2{
font-family: MicrosoftYaHei-Bold;
font-size: 32px;
font-weight: 700;
font-stretch: normal;
line-height: 39px;
letter-spacing: 0px;
color: #28a658;
}
.about-j ul li p{
margin-top: 10px;
font-family: MicrosoftYaHei;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
line-height: 39px;
letter-spacing: 0px;
color: #999999;
}
.about-text{
width: 1062px;
margin: 80px auto 0;
}
.about-text p{
margin-top: 50px;
font-family: MicrosoftYaHei;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
line-height: 32px;
letter-spacing: 0px;
color: #666666;
}
/* 幻灯片 */
.team-cen{
width: 1190px;
margin: 60px auto 0;
overflow: hidden;
}
.swiper-lw{
width: 255px !important;
text-align: center;
margin: 0 20px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
left: 0px !important;
height: 100% ;
background-color: #fff ;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
right: 0 !important;
height: 100%;
background-color: #fff;
}
.swiper-button-next, .swiper-button-prev {
top: 0 !important;
}
/* 加入我们 */
.myAbout{
height: 560px;
width: 100%;
background: url("./../../img/ergWGwqefd.png") no-repeat center;
}