Files
electronTs-ks-demo/dist/application/assets/css/Home.css
2024-09-27 01:23:51 +08:00

68 lines
1.1 KiB
CSS

.Home ul {
display: flex;
flex-wrap: wrap;
}
.Home ul li {
margin-left: 15px;
width: 15%;
margin-bottom: 18px;
}
.Home ul li .abbreviation_f {
width: 100%;
height: 178px;
position: relative;
text-align: center;
overflow: hidden;
}
.Home ul li .abbreviation_f .zz {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
background: #000;
filter: blur(10px);
}
.Home ul li .abbreviation_f .thumbnailUrl {
width: 103px;
height: 178px;
position: absolute;
z-index: 3;
left: 50%;
margin-left: -51.5px;
}
.Home ul li .abbreviation_f .tips {
position: absolute;
z-index: 99;
color: #fff;
padding: 2px 5px;
right: 0;
bottom: 0;
font-size: 13px;
}
.Home ul li .abbreviation_f .red {
background: red;
}
.Home ul li .abbreviation_f .green {
background: green;
}
.Home ul li .info {
display: flex;
width: 100%;
justify-content: flex-start;
align-items: center;
}
.Home ul li .info img {
width: 25px;
height: 25px;
border-radius: 100%;
}
.Home ul li .info p {
font-size: 13px;
width: 93%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-left: 10px;
color: #bababa;
}