You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1021 B
CSS

.home_swiper{
margin-top: 0.02rem;
width: 100%;
height: 4.5rem;
position: relative;
z-index: -1;
5 years ago
}
.home_swiper>img{
width: 100%;
height: 100%;
5 years ago
}
.home_text{
width: 12rem;
background-color: #2BBDEE;
margin: -0.81rem auto 0.81rem;
5 years ago
}
.home_pad{
padding: 0.63rem 1.1rem 0.7rem 1rem;
5 years ago
}
.home_pad .title{
font-size: 0.48rem;
text-align: center;
color: #fff;
5 years ago
}
.home_pad .del{
font-size: 0.2rem;
text-align: center;
color: #fff;
}
.home_pad .content{
font-size: 0.20rem;
margin-top: 0.65rem;
color: #fff;
}
.home_pad .content p{
text-indent: 2em;
line-height: 0.32rem;
}
.home_pad .content p:last-child{
margin-top: 0.4rem;
}
.home_pad .base{
font-size: 0.28rem;
margin-top: 0.65rem;
color: #fff;
line-height: 0.4rem;
font-family: "宋体";
}
.side_tabbar{
position: fixed;
right: 0.63rem;
top: 4.23rem;
width: 2.70rem;
height: 3.70rem;
}
.side_tabbar img{
width: 100%;
height: 100%;
}