145 lines
2.3 KiB
Plaintext
145 lines
2.3 KiB
Plaintext
/* packageA/mycomponent/invitation/invitation.wxss */
|
|
@import "/mycss/stylesheet.wxss";
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
.listBox {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 0 29.12rpx;
|
|
padding-top: 20.16rpx;
|
|
padding-bottom: 40rpx;
|
|
justify-content: space-between;
|
|
background-color: #fff;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.listBox .leftbox {
|
|
margin-bottom: 20.16rpx;
|
|
}
|
|
|
|
.leftbox {
|
|
width: 335.04rpx;
|
|
}
|
|
|
|
.leftbox .likeComment {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-top: 13.44rpx;
|
|
}
|
|
|
|
.leftbox .likeComment .comment {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #666;
|
|
}
|
|
|
|
.leftbox .likeComment .comment .colorMr {
|
|
color: #afafaf;
|
|
margin-right: 8.96rpx;
|
|
}
|
|
|
|
.leftbox .likeComment .like {
|
|
margin-right: 36.16rpx;
|
|
color: #666;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.leftbox .likeComment .like .colorMr {
|
|
color: #afafaf;
|
|
margin-right: 8.96rpx;
|
|
margin-top: -10rpx;
|
|
}
|
|
|
|
.leftbox .member {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.leftbox .member .userName {
|
|
font-size: 22.08rpx;
|
|
color: #202020;
|
|
}
|
|
|
|
.leftbox .member .userimg {
|
|
width: 34.88rpx;
|
|
height: 34.88rpx;
|
|
background-color: #c1c1c1;
|
|
border-radius: 50%;
|
|
margin-right: 12.16rpx;
|
|
}
|
|
|
|
.leftbox .member .userimg image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.leftbox .img {
|
|
width: 335.04rpx;
|
|
height: 335.04rpx;
|
|
border-radius: 9.92rpx;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.leftbox .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 9.92rpx;
|
|
}
|
|
|
|
.leftbox .leftTitle {
|
|
width: 100%;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
font-size: 28.16rpx;
|
|
color: #333;
|
|
margin-bottom: 29.12rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.invitation {
|
|
background: #fff;
|
|
margin-top: 32rpx;
|
|
}
|
|
|
|
.invitation .boxConten {
|
|
height: 578.88rpx;
|
|
width: 100%;
|
|
padding: 18.88rpx 30.08rpx 24.96rpx 30.08rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.invitation .title {
|
|
display: flex;
|
|
padding: 25.92rpx 30.08rpx;
|
|
font-size: 30.08rpx;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.invitation .title .titleRight {
|
|
font-size: 24rpx;
|
|
color: #f14e4e;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.invitation .title .titleRight icon {
|
|
font-size: 32rpx;
|
|
margin-top: -15rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.moreText {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 27rpx;
|
|
color: #6666;
|
|
margin: 20rpx 0;
|
|
}
|