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.
43 lines
885 B
43 lines
885 B
5 years ago
|
.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.6);
|
||
|
border-radius: 10rpx;
|
||
|
text-align: center;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.community-item .cover-image .community-name{
|
||
|
color: white;
|
||
|
font-size: 48rpx;
|
||
|
}
|
||
|
.community-item .cover-image .community-add{
|
||
|
width: 150rpx;
|
||
|
height: 46rpx;
|
||
|
text-align: left;
|
||
|
padding: 0;
|
||
|
margin-top: 32rpx;
|
||
|
}
|
||
|
.community-item .cover-image .community-add image{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|