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.
58 lines
1.1 KiB
58 lines
1.1 KiB
.project-list {
|
|
width: 100%;
|
|
height:100%;
|
|
}
|
|
.project-list .search {
|
|
margin-top: 2rpx;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
background: #fff;
|
|
margin-bottom:19rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.project-list .search .left {
|
|
background: #fff;
|
|
border-radius: 8rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
width:100%;
|
|
height: 100%;
|
|
}
|
|
.project-list .search .left image {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
object-fit: cover;
|
|
margin: 0 12rpx 0 25rpx;
|
|
}
|
|
.project-list .search .left input {
|
|
width: calc(100% - 37rpx - 26rpx);
|
|
font-size: 26rpx;
|
|
}
|
|
.project-list .search .left .input-placeholder {
|
|
font-size: 26rpx;
|
|
color: #a8a8a8;
|
|
}
|
|
|
|
.project-list .project-nodata {
|
|
width: 100%;
|
|
height: calc(100vh - 300rpx);
|
|
background: #f7f7f7;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.project-list .project-nodata .nodata-image {
|
|
width: 256rpx;
|
|
height:245rpx;
|
|
object-fit: cover;
|
|
}
|
|
.project-list .project-nodata .nodata-tip {
|
|
font-size: 28rpx;
|
|
color: #bcbcbc;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
|