2024-11-05 16:42:04 +08:00

53 lines
978 B
Plaintext

/* patient/pages/kepuList/kepuList.wxss */
.scrollwraper{
margin-top: 172rpx;
height:calc(100vh - 172rpx);
}
.cell{
overflow: hidden;
border-bottom: 1rpx solid #E7E7E7;
display: flex;
margin:0 30rpx;
align-items: center;
justify-content: space-between;
padding:30rpx 0;
background-color: #fff;
}
.article_img{
border-radius: 10rpx;
width: 254rpx;
object-fit: cover;
height: 154rpx;
}
.title{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 400;
line-height: 43rpx;
font-size: 30rpx;
color: #333333;
}
.origin{
display: flex;
align-items:center ;
}
.left{
flex:1;
margin-right: 28rpx;
display: flex;
height: 154rpx;
flex-direction: column;
justify-content: space-between;
}
.originname{
font-size: 24rpx;
color: #666666;
}
.logo{
margin-right: 10rpx;
height:38rpx;
}