107 lines
1.6 KiB
Plaintext
107 lines
1.6 KiB
Plaintext
/* packageH/project_verification/components/projectLR/projectLR.wxss */
|
|
.project-golden {
|
|
padding: 20rpx;
|
|
background: linear-gradient(90deg, #ffebd2 0%, #fbc889 100%);
|
|
border-radius: 15rpx;
|
|
}
|
|
|
|
.project-cover {
|
|
vertical-align: top;
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
border-radius: 15rpx;
|
|
}
|
|
|
|
.project-cover-small {
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
}
|
|
|
|
.project-header {
|
|
display: flex;
|
|
}
|
|
|
|
.project-info {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
|
|
/* height: 160rpx; */
|
|
max-height: 180rpx;
|
|
margin-left: 17rpx;
|
|
}
|
|
|
|
.verification_num {
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.project-title {
|
|
display: -webkit-inline-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
vertical-align: top;
|
|
width: 360rpx;
|
|
line-height: 40rpx;
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.project-golden .project-title {
|
|
color: #874e02;
|
|
}
|
|
|
|
.project-title_full {
|
|
width: 100%;
|
|
}
|
|
|
|
.project-counts {
|
|
display: inline-block;
|
|
width: 158rpx;
|
|
text-align: right;
|
|
font-size: 40rpx;
|
|
color: #ce811d;
|
|
}
|
|
|
|
.project-counts text {
|
|
font-size: 24rpx;
|
|
color: #5b5b5b;
|
|
}
|
|
|
|
.project-statistisc {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 14rpx;
|
|
|
|
/* line-height: 24rpx; */
|
|
line-height: 32rpx;
|
|
color: #ce811d;
|
|
}
|
|
|
|
.project-expire {
|
|
margin-top: 14rpx;
|
|
line-height: 24rpx;
|
|
color: #666;
|
|
font-size: 20rpx;
|
|
}
|
|
|
|
.project-expire_red {
|
|
color: #f14e4e;
|
|
}
|
|
|
|
.project-expire_blue {
|
|
color: #3486d3;
|
|
}
|
|
|
|
.project-worker {
|
|
margin-top: 14rpx;
|
|
line-height: 24rpx;
|
|
color: #333;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|