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

62 lines
755 B

.slide-img {
width: 100%;
}
.navs {
display: flex;
}
.nav-item {
width: 25%;
display: flex;
align-items: center;
flex-direction: column;
padding: 20rpx;
}
.nav-item .nav-image {
width: 100rpx;
height: 100rpx;
border-radius: 50%;
}
.nav-item text {
padding-top: 20rpx;
}
.item {
height: 270rpx;
padding: 15rpx;
background-color: #fff;
border-top: 1px solid #e4e4e4;
color: #787878;
display:flex;
align-items:center;
}
.item image {
display: block;
width: 310rpx;
}
.item-right {
display: block;
margin-left: 11px;
flex: 1;
}
.title {
margin-bottom: 25px;
}
.title text {
font-size: 16px;
color: #787878;
white-space: pre-wrap;
line-height: 17px;
}
text {
font-size: 15px;
color: #444;
}