huaxia/css/aboutUs.css

157 lines
2.3 KiB
CSS
Raw Normal View History

2021-09-18 03:38:27 +00:00
* {
padding: 0px;
margin: 0px;
}
/* header */
a {
text-decoration: none;
}
ul {
list-style: none;
}
.ty_her{
width: 100%;
height: 123px;
background-color: rgb(230,230,230);
font-size: 40px;
line-height: 123px;
color: #191919;
margin-bottom: 18px;
}
.ty_pd{
padding: 0 324px;
box-sizing: border-box;
}
.ty_text{
text-indent: 2em;
font-size: 15px;
color: #191919;
line-height: 30px;
}
.ty_imgcon{
width: 100%;
margin-bottom: 45px;
margin-top: 34px;
}
.ty_imgcon>img{
width: 100%;
}
.ty_renwu{
width: 48%;
display: inline-block;
display: flex;
}
.ty_renwu>img{
max-width: 242px;
margin-right: 21px;
}
.ty-pd{
padding-top: 15px;
}
.ty_renwucon{
display: flex;
justify-content: space-between;
}
.ty_titcon{
margin-top: 67px;
}
.ty_titcon>:nth-child(1){
font-size: 22px;
color: #cb1919;
font-weight: bold;
padding-bottom: 19px;
border-bottom:solid 1px rgb(241,241,241) ;
margin-bottom: 69px;
}
.gz_swicon{
width: 100%;
}
.ty_titcon>:nth-child(2){
width: 100%;
}
.ty_titcon>:nth-child(2)>div{
width: 100%;
}
.swiper-slide p{
font-size: 14px;
line-height: 28px;
color: #191919;
display: none;
}
.swiper-slide img{
width: 100%;
}
.swiper-slide-active .gz_swicon p{
display: block;
}
.swiper-slide span{
display: inline-block;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.5);
position: absolute;
top: 0px;
left: 0px;
z-index: 5;
}
.swiper-slide-active span{
display: none;
}
.ty_lxwo p{
font-size: 16px;
color: #191919;
margin-bottom: 16px;
}
.ty_lxwo>:nth-child(1){
font-size: 20px;
color: #cb1919;
font-weight: bold;
margin-bottom: 21px;
}
.ty_lxmiancon{
margin-top: 50px;
display: flex;
}
.ty_lxwx{
margin-left: 121px;
margin-top: 49px;
max-width: 100px;
margin-right: 52px;
}
.ty_lxwxa{
2021-09-22 07:31:56 +00:00
margin-left: 166px;
2021-09-18 03:38:27 +00:00
margin-top: 49px;
max-width: 100px;
}
.ty_lxwx p{
color: #191919;
opacity: 0.7;
font-size: 12px;
text-align: center;
margin-top: 11px;
}
.ty_lxwxa p{
color: #191919;
opacity: 0.7;
font-size: 12px;
text-align: center;
margin-top: 11px;
}
.ty_lxwxa img{
width: 100%;
}
.ty_lxwx img{
width: 100%;
}