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.

27 lines
517 B

.container {
padding: 0rpx 24rpx;
}
.stay-item {
display: flex;
align-items: center;
white-space: nowrap;
border-bottom: 2px solid #FFFFFF;
padding: 30rpx 0;
}
.date {
flex: 0 0 90rpx;
width: 90rpx;
font-size: 30rpx;
font-weight: 500;
color: #999999;
margin-right: 20rpx;
}
.tit-text {
flex: 0 0 calc(100% - 110rpx);
width: calc(100% - 110rpx);
font-size: 32rpx;
font-weight: 500;
color: #333333;
text-overflow: ellipsis;
overflow: hidden;
}