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.
49 lines
864 B
49 lines
864 B
5 years ago
|
page {
|
||
|
width:100%;
|
||
|
height: auto;
|
||
|
overflow-y: auto;
|
||
|
background: #f7f7f7;
|
||
|
}
|
||
|
.hover-btn {
|
||
|
box-shadow: 0 0 10rpx rgba(63, 63, 63, 0.1);
|
||
|
}
|
||
|
.community .func-top{
|
||
|
height: 94rpx;
|
||
|
width: 750rpx;
|
||
|
position: relative;
|
||
|
background: rgba(255, 255, 255, 1);
|
||
|
}
|
||
|
.community .func-top text{
|
||
|
height: 94rpx;
|
||
|
font-size: 32rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: bold;
|
||
|
color: rgba(51, 51, 51, 1);
|
||
|
line-height: 94rpx;
|
||
|
position: absolute;
|
||
|
left: 29rpx;
|
||
|
}
|
||
|
.community .func-top .top-right{
|
||
|
width: 40rpx;
|
||
|
height: 94rpx;
|
||
|
padding: 0;
|
||
|
border: none;
|
||
|
position: absolute;
|
||
|
right: 34rpx;
|
||
|
}
|
||
|
.community .func-top .top-right image{
|
||
|
width: 18rpx;
|
||
|
height: 24rpx;
|
||
|
margin: 0;
|
||
|
position: absolute;
|
||
|
top: 30rpx;
|
||
|
}
|
||
|
.community .func-item{
|
||
|
width: 720rpx;
|
||
|
height: 270rpx;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
.community .func-item image{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|