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.
|
|
|
.hover-btn {
|
|
|
|
box-shadow: 0 0 10rpx rgba(63, 63, 63, 0.1);
|
|
|
|
}
|
|
|
|
.community-item{
|
|
|
|
width: 690rpx;
|
|
|
|
height: 300rpx;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
position: relative;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-top: 28rpx;
|
|
|
|
}
|
|
|
|
.community-item image{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
}
|
|
|
|
.community-item .cover-image{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
background: rgba(0, 0, 0, 0.1);
|
|
|
|
border-radius: 10rpx;
|
|
|
|
text-align: center;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.community-item .cover-image .community-name text {
|
|
|
|
padding: 0 20rpx;
|
|
|
|
font-size: 48rpx;
|
|
|
|
line-height: 70rpx;
|
|
|
|
display: inline-block;
|
|
|
|
height: 70rpx;
|
|
|
|
background: rgba(0, 0,0,0.3);
|
|
|
|
border-radius: 5rpx;
|
|
|
|
overflow: hidden;
|
|
|
|
color: white;
|
|
|
|
text-shadow: 2rpx 2rpx 0rpx #999;
|
|
|
|
}
|
|
|
|
.community-item .cover-image .community-add{
|
|
|
|
width: 150rpx;
|
|
|
|
height: 46rpx;
|
|
|
|
text-align: left;
|
|
|
|
padding: 0;
|
|
|
|
margin-top: 32rpx;
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
.community-item .cover-image .community-add image{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|