shuziren/job-seeker/miniprogram-2/interview/pages/process/process.wxss

75 lines
1.3 KiB
Plaintext

/* jobInterview/pages/interviewNotice/interviewNotic.wxss */
.notice-row-box {
width: 750rpx;
height: 50rpx;
margin-top: 20rpx;
display: flex;
font-size: 30rpx;
font-weight: 600;
}
.sticky-fixed-box {
width: 750rpx;
height: 180rpx;
background-color: #ffffff;
z-index: 999;
}
.item-list {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.notice-list-box {
margin-top: 25rpx;
z-index: 1;
}
.main-content {
margin-left: 40rpx;
width: 350rpx;
color: grey;
}
.title1{
width: 200rpx;
text-align: center;
}
.title2{
width: 280rpx;
text-align: center;
}
.title3{
margin-left: 70rpx;
width: 200rpx;
text-align: center;
}
.notice-word-box {
font-size: 30rpx;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.image-name-middle-box{
text-align: center;
margin-left: 20rpx;
}
/* .time-box {
width: 160rpx;
display: flex;
margin-left: 20rpx;
justify-content: center;
align-items: center;
} */
.icon-position {
margin-left: 70rpx;
display: flex;
justify-content: center;
align-items: center;
}