wpfw_ewei_wxapp/groups/mygroups/index.wxss
2023-02-26 08:10:18 +08:00

144 lines
2.2 KiB
Plaintext

.page {
padding-bottom: 100rpx;
}
.text-success {
color: #2ed06f;
}
.text-primary {
color: #ff8314;
}
.text-fail {
color: #666;
}
.fui-tab .item.active {
transition-duration: 300ms;
transition-property: border-color;
border-color: #ff5555;
color: #ff5555;
position: relative;
z-index: 2;
}
.empty {
text-align: center;
}
.empty image {
width: 240rpx;
height: 240rpx;
margin-top: 250rpx;
}
.empty .text {
font-size: 28rpx;
line-height: 110rpx;
color: #999;
}
.group-list-group {
margin-top: 80rpx;
}
.group-list {
background: #fff;
padding: 0 24rpx;
margin-bottom: 20rpx;
}
.group-list-header {
height: 80rpx;
line-height: 80rpx;
font-size: 24rpx;
color: #999;
border-bottom: 1px solid #e6e6e6;
}
.group-list-header .remark {
position: relative;
}
.group-list-header .remark:after {
content: " ";
display: inline-block;
transform: rotate(45deg);
height: 14rpx;
width: 14rpx;
border-width: 1px 1px 0 0;
border-color: #999;
border-style: solid;
position: relative;
top: 0px;
margin-left: .3em;
}
.fr {
float: right;
}
.fl {
float: left;
}
.group-list-content {
padding: 30rpx 0;
}
.group-list-content image {
width: 160rpx;
height: 160rpx;
}
.group-list-content .inner {
padding: 6rpx 20rpx;
font-size: 26rpx;
color: #333;
line-height: 36rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.group-list-content .inner .title {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.group-list-content .inner .text {
color: #999;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.group-list-content .remark {
font-size: 26rpx;
color: #333;
text-align: right;
line-height: 42rpx;
}
.group-list-content .remark .num {
color: #999;
}
.group-list-footer {
text-align: right;
height: 86rpx;
line-height: 86rpx;
font-size: 26rpx;
color: #333;
border-top: 1px solid #e6e6e6;
}
.group-list-footer text {
color: #ff5555;
}