ypzycp/pages/examinee/service/service.acss

40 lines
645 B
Plaintext

.service-content{
padding-top: 20rpx;
}
.service-list{
display: flex;
justify-content: space-between;
align-items: center;
padding: 20rpx;
background-color: #fff;
margin-bottom: 4rpx;
}
.list-number{
width: 10%;
font-size: 64rpx;
line-height: 90rpx;
font-weight: 600;
}
.list-txt{
width: 90%;
}
.list-title{
display: flex;
justify-content: space-between;
align-items: center;
}
.list-title>text{
width: 80%;
font-size: 32rpx;
line-height: 48rpx;
}
.list-title>.list-time{
font-size: 28rpx;
color: #bec3c7;
}
.list-relation{
font-size: 28rpx;
line-height: 40rpx;
margin-top: 8rpx;
color: #89a6be;
}