-
- {{ item.id }}
- {{ getTime(item.timestamp) }}
-
+
+
+
+
+
+
+
+
![]()
+
+
+
+ {{ item.id }}
+ {{ getTime(item.timestamp) }}
+
+
+
+
+
+
-
+
@@ -91,17 +114,20 @@ function closeImageDetails(){ // 关闭图片对比页面
}
.PhotoAlbum-imgul{
width: 100%;
- height: calc(100% - 140px);
+ height: calc(100% - 160px);
/* background: red; */
- margin-top: 10px;
+ margin-top: 20px;
+ padding:0px 57px;
display: flex;
flex-wrap:wrap ;
align-content: flex-start;
+ overflow: auto;
}
.PhotoAlbum-imgbox{
- width: 23%;
- height: 100%;
+ width: 274px;
+ height: 185px;
+ margin-bottom: 5px;
}
.PhotoAlbum-imgactive{
width: 100%;
@@ -120,4 +146,18 @@ function closeImageDetails(){ // 关闭图片对比页面
justify-content: space-between;
align-items: center;
}
+.delButton{
+ width: 80px;
+ height: 40px;
+ background-color: rgba(89, 113, 148, 1);
+ font-family: 'Noto Sans SC', sans-serif;
+ font-weight: 400;
+ font-style: normal;
+ font-size: 14px;
+ color: rgba(255, 255, 255, 0.6);
+ border-radius: 4px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
\ No newline at end of file