157 lines
2.4 KiB
Plaintext
157 lines
2.4 KiB
Plaintext
.community {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.card {
|
|
background-color: #ff0;
|
|
height: 0;
|
|
margin: 20rpx 0;
|
|
padding-bottom: 56%;
|
|
width: 100%;
|
|
}
|
|
|
|
.mid {
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
|
|
.mid,.mid-box {
|
|
display: flex;
|
|
}
|
|
|
|
.mid-box {
|
|
align-items: left;
|
|
background-color: #fff;
|
|
border: 2rpx solid #eac390;
|
|
border-radius: 10rpx;
|
|
flex-direction: column;
|
|
flex-shrink: 0;
|
|
font-weight: 400;
|
|
justify-content: left;
|
|
margin-right: 2%!important;
|
|
padding: 10rpx;
|
|
width: 32%!important;
|
|
}
|
|
|
|
.mid-box:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.mid-box text {
|
|
color: #ccc;
|
|
font-size: 15px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
text-align: center;
|
|
}
|
|
|
|
.mid-box image {
|
|
height: 48rpx;
|
|
width: 48rpx;
|
|
}
|
|
|
|
.mid-box-text {
|
|
font-size: 28rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.good {
|
|
justify-content: space-between;
|
|
padding-bottom: 20rpx;
|
|
padding-left: 20rpx;
|
|
padding-top: 20rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.good,.good-click {
|
|
display: flex;
|
|
}
|
|
|
|
.good-avatar {
|
|
font-size: 0;
|
|
}
|
|
|
|
.good-avatar,.good-click {
|
|
color: #333;
|
|
line-height: 45rpx;
|
|
}
|
|
|
|
.view-count {
|
|
border-right: 1px solid grey;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.view-count,.view-count-no {
|
|
color: grey;
|
|
display: flex;
|
|
flex-direction: row;
|
|
font-size: 36rpx;
|
|
padding-right: 30rpx;
|
|
}
|
|
|
|
.view-count-no {
|
|
align-items: center;
|
|
}
|
|
|
|
.view-count image,.view-count-no image {
|
|
height: 32rpx;
|
|
width: 32rpx;
|
|
}
|
|
|
|
.mid-btn {
|
|
background: #fff;
|
|
border: 1rpx solid #ebebeb;
|
|
border-radius: 15rpx;
|
|
box-shadow: 10rpx 10rpx 20rpx 20rpx #e4e4e426;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-wrap: nowrap;
|
|
justify-content: center;
|
|
margin-top: 20rpx;
|
|
padding: 10rpx;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
|
|
.mid-btn-box {
|
|
box-sizing: border-box;
|
|
flex-shrink: 0;
|
|
justify-content: space-between;
|
|
padding: 15rpx;
|
|
}
|
|
|
|
.mid-btn-box,.mid-btn-title {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.mid-btn-title {
|
|
flex: 3;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.mid-btn-title .image {
|
|
height: 48rpx;
|
|
width: 48rpx;
|
|
}
|
|
|
|
.mid-btn-title text {
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.mid-btn-box:nth-child(3),.mid-btn-box:nth-child(4) {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.mid-btn-box image {
|
|
height: 80rpx;
|
|
width: 80rpx;
|
|
}
|
|
|
|
.mid-btn-text {
|
|
width: 200rpx;
|
|
} |