新增相册

This commit is contained in:
2023-03-31 20:56:34 +08:00
parent c6f568a7b3
commit dcd0cd3216
20 changed files with 2813 additions and 114 deletions

View File

@@ -47,74 +47,6 @@
/* 链接导航结束 */
/* 相册列表开始 */
.ul-photo-list {
display : flex;
align-items : flex-start;
justify-content: flex-start;
flex-wrap : wrap;
}
.ul-photo-item {
margin : 15px;
text-align: center;
min-width : 220px;
}
.ul-photo-poster {
width : 180px;
height : 140px;
background-image : url("../static/images/avatar.png");
background-size : cover;
background-position: center;
margin : 0 auto;
box-shadow : 1px 1px 3px #999;
}
.ul-photo-info {
margin-top : 10px;
font-size : 18px;
line-height: 1.5;
}
.ul-photo-desc {
font-size: 14px;
color : #999;
}
.ul-photo-card-list {
display : flex;
align-items : flex-start;
justify-content: flex-start;
flex-wrap : wrap;
}
.ul-photo-card-item {
width : 200px;
margin : 15px;
box-shadow: 0 5px 10px #999;
}
.ul-photo-card-poster {
width : 100%;
height : 140px;
background-size : cover;
background-position: center;
}
.ul-photo-card-info {
padding : 5px;
font-size : 18px;
line-height: 1.5;
}
.ul-photo-card-desc {
font-size: 14px;
color : #999;
}
/* 相册列表结束 */
.ul-info-tips {
padding : 15px;