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.

97 lines
1.6 KiB

.tag-list {
display: flex;
margin: 0 -8rpx;
justify-content: space-between;
margin-bottom: 15px;
}
.tag-list .tag {
padding: 10rpx 20rpx;
font-size: 28rpx;
margin: 0 8rpx;
color: #3A80E7;
background: #F1F6FF;
border: 1px solid #3A80E7;
border-radius: 1000rpx;
}
.tag-list .tag.cur {
background: #3A80E7;
color: #ffff;
}
.problem-item {
background: #F7F7F7;
border-radius: 20rpx;
padding: 30rpx 20rpx;
display: flex;
flex-direction: column;
margin-top: 15px;
}
.frequency {
margin-right: 20rpx;
border-radius: 20rpx;
text-align: center;
display: flex;
align-items: center;
}
.frequency_title{
display: flex;
flex-direction: row;
font-size:30rpx;
color: #000000;
font-weight: bold;
}
.workOrde{
margin-left: 20rpx;
}
.frequency.orange {
background: #FFEBE2;
color: #FC7031;
}
.frequency.purple {
background: #E2E2FF;
color: #8482F7;
}
.frequency.blue {
background: #D3EDFF;
color: #4AA2E2;
}
.right-con {
flex: 0 0 calc(100% - 100rpx);
width: calc(100% - 100rpx);
}
.right-con .right-con-txt {
font-size: 30rpx;
color: #333333;
line-height: 42rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 84rpx;
}
.right-con-address {
display: flex;
align-items: center;
margin-right: 14rpx;
margin-top: 30rpx;
}
.right-con-address .icon {
width: 24rpx;
height: 30rpx;
}
.right-con-address .right-con-address-txt {
font-size: 28rpx;
font-weight: 500;
color: #999999;
line-height: 40rpx;
}