epmet 工作端 小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
1.6 KiB

/* subpages/communitySelfInsp/pages/dissatisfactionDetails/dissatisfactionDetails.wxss */
page {
width: 100%;
min-height: 100vh;
overflow-y: scroll;
background-color: #f7f7f7;
}
.red,
.blue{
font-size: 28rpx;
color: #fff;
padding: 8rpx 20rpx ;
border-radius: 40rpx;
box-sizing: border-box;
margin-right: 16rpx;
}
.red{
background-color: #ff783c;
}
.blue{
background-color: #4f94ff;
}
.blue_small,
.red_small{
font-size: 26rpx;
width: fit-content;
padding: 8rpx 16rpx;
border-radius: 40rpx;
box-sizing: border-box;
height: 40rpx;
line-height: 20rpx;
margin: 24rpx 0 ;
}
.blue_small{
background-color: #eef4fd;
color: #5693EE;
}
.red_small{
background-color: #fff1eb;
color: #FF783C;
}
.content{
width: 100%;
padding:0 20rpx ;
box-sizing: border-box;
margin-top: 20rpx;
}
.content .scroll {
height: calc(100vh - 50rpx);
overflow-y: scroll;
}
.content .card{
width: 100%;
background-color: #fff;
display: flex;
height: 236rpx;
flex-direction: column;
border-radius: 20rpx;
padding: 30rpx 30rpx;
box-sizing: border-box;
overflow: hidden;
color: #333;
}
.content .card .title{
display: flex;
justify-content: space-between;
}
/* */
.content .card .bottom{
border-bottom: 2rpx #EAEAEA solid;
padding-bottom: 20rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
width: 100%; /* 根据实际情况调整 */
max-height: 100rpx; /* 根据字体大小和行高调整 */
min-height:50rpx ;
}