/* packageE/others/case_library/mycomponents/subject_mobile.wxss */ @import "/mycss/stylesheet.wxss"; @import "/mycss/iconfont.wxss"; .idcase-mobile .list { display: flex; overflow: hidden; padding: 30rpx; border-bottom: 1px solid #f6f6f6; } .idcase-mobile .list .img { min-width: 191rpx; width: 191rpx; height: 100rpx; align-self: center; } .idcase-mobile .list .img image { width: 100%; height: 100%; } .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 { display: flex; } .idcase-mobile .list .right .two .img-list { overflow: auto; white-space: nowrap; text-align: left; } .idcase-mobile .list .right .two .img-list .img1 { display: inline-block; width: 36rpx; height: 36rpx; border-radius: 50%; text-align: left; margin-right: 8rpx; } .idcase-mobile .list .right .two .img-list .img1 image { width: 100%; height: 100%; border-radius: 50%; } .idcase-mobile .list .right .two .total { width: 112rpx; font-size: 24rpx; } .idcase-mobile .list .right .three { display: flex; text-align: left; } .idcase-mobile .list .right .three .time { flex: 1; color: #999; font-size: 24rpx; align-self: center; } .idcase-mobile .list .right .three .look { flex: 1; text-align: right; } .idcase-mobile .list .right .three .look .num { vertical-align: sub; font-size: 14px; }