yuminge-app/yun-min-program-plugin-master/packageE/others/case_library/mycomponents/caseMobile.wxss

102 lines
1.9 KiB
Plaintext

/* packageE/others/case_library/mycomponents/caseMobile.wxss */
@import "/mycss/stylesheet.wxss";
@import "/mycss/iconfont.wxss";
.idcase-mobile .list {
display: flex;
overflow: hidden;
padding: 30rpx;
border-bottom: 1rpx solid #f6f6f6;
}
.idcase-mobile .list .img {
min-width: 140rpx;
width: 140rpx;
height: 140rpx;
border-radius: 5rpx;
}
.idcase-mobile .list .img image {
width: 100%;
height: 100%;
border-radius: 10rpx;
}
.idcase-mobile .list .right {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-left: 32rpx;
width: calc(100% - 32rpx);
overflow: hidden;
}
.idcase-mobile .list .right .one {
font-size: 28rpx;
text-align: left;
color: #333;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.idcase-mobile .list .right .two {
overflow: auto;
white-space: nowrap;
text-align: left;
}
.idcase-mobile .list .right .two .span {
display: inline-block;
border-radius: 2rpx;
background: #f7f7f7;
line-height: 34rpx;
padding: 0 16rpx;
color: #666;
font-size: 24rpx;
margin-right: 20rpx;
}
.idcase-mobile .list .right .three {
display: flex;
}
.idcase-mobile .list .right .three .member1 {
display: flex;
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
}
.idcase-mobile .list .right .three .member1 .img1 {
width: 36rpx;
height: 36rpx;
min-width: 36rpx;
border-radius: 50%;
text-align: left;
}
.idcase-mobile .list .right .three .member1 .img1 image {
width: 100%;
height: 100%;
border-radius: 50%;
}
.idcase-mobile .list .right .three .member1 .nickname {
font-size: 12px;
font-weight: 600;
color: #333;
margin-left: 5rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.idcase-mobile .list .right .three .look {
text-align: right;
}