52 lines
974 B
Plaintext
52 lines
974 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{
|
|
margin-left: 10rpx;
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
}
|
|
.logo{
|
|
height:38rpx;
|
|
} |